Uses of Class
javax.wvcm.PropertyNameList

Uses of PropertyNameList in javax.wvcm
 

Methods in javax.wvcm that return PropertyNameList
 PropertyNameList Resource.getPropertyNameList(boolean onlyAttributes)
          Return the list of names of properties available on this Resource.
 PropertyNameList Resource.getUpdatedPropertyList()
          Return the names of properties that have been updated in the proxy, but the updates have not yet been successfully applied to the resource.
 PropertyNameList PropertyNameList.NestedPropertyName.getNested()
          Return the nested property names.
 PropertyNameList ControllableResource.getStalePropertyList()
          Return the list of property values whose persistent state is being maintained on both the client and server, and whose server-side state has changed since the client and server state was last synchronized.
 PropertyNameList ControllableResource.getDirtyPropertyList()
          Return the list of property values whose persistent state is being maintained on both the client and server, and whose client-side state has changed since the client and server state was last synchronized.
 

Methods in javax.wvcm with parameters of type PropertyNameList
 List Workspace.doLocateByHistoryReport(List versionHistoryList, PropertyNameList wantedPropertyList)
          Return a list of ControllableResource objects that identify the controllable resources that are members of this Workspace and whose versionHistory property identifies a member of the versionHistoryList parameter.
 Iterator Workspace.doMerge(List sourceList, boolean checkinActivity, boolean noAutoMerge, boolean noCheckout, boolean forkOK, boolean unreserved, List activityList, boolean newActivity, PropertyNameList wantedPropertyList)
          Merge the versions specified in the sourceList into this ControllableResource.
 Version VersionHistory.doLatestActivityVersionReport(Activity activity, PropertyNameList wantedPropertyList)
          Return latest version in this VersionHistory that is a product of the specified activity.
 ResourceList.ResponseIterator ResourceList.doRefresh(PropertyNameList wantedPropertyList, boolean ignoreDirty)
          Apply doRefresh to each element of this ResourceList.
 Resource Resource.doReadProperties(PropertyNameList wantedPropertyList)
          Return a Resource containing the wanted properties.
 Resource Resource.doReadContent(PropertyNameList wantedPropertyList, OutputStream content)
          Return a resource containing the wanted properties.
 List Provider.serverWorkspaceFolderList(PropertyNameList wantedPropertyList)
          Return a list of Folder objects that identify folders on the server that contain workspaces for this Provider.
 List Provider.clientWorkspaceFolderList(PropertyNameList wantedPropertyList)
          Return a list of Folder objects that identify folders on the client that contain workspaces for this Provider.
 List Provider.serverSharedWorkspaceList(PropertyNameList wantedPropertyList)
          Return a list of Workspace objects which can be used as the argument of the Workspace.setServerState(javax.wvcm.Workspace) routine for more than one Workspace.
 Iterator Folder.doReadMemberList(PropertyNameList wantedPropertyList, boolean deep)
          Return an iterator of Resource objects that contain properties of the resources that are bound members of this Folder.
 Resource ControllableResource.readProperties(PropertyNameList wantedPropertyList)
          Return a Resource containing the wanted properties that are available on the client host without communicating with the server.
 Resource ControllableResource.readContent(PropertyNameList wantedPropertyList, OutputStream content)
          If the resource content is available on the client host, the resource content is written to content and content is closed.
 Iterator ControllableResource.doRefresh(PropertyNameList wantedPropertyList, boolean ignoreDirty)
          If both the client and the server are maintaining the persistent state of the resource identified by this ControllableResource, synchronizes the state on the client to be that of the server.
 ControllableResource ControllableResource.doMerge(Version source, boolean noAutoMerge, boolean noCheckout, boolean forkOK, boolean unreserved, List activityList, boolean newActivity, PropertyNameList wantedPropertyList)
          Merge the version specified in source into the resource identified by this ControllableResource (the "target").
 Iterator ControllableResource.doUpdate(Version v, PropertyNameList wantedPropertyList)
          Update the state of this checked-in version-controlled ControllableResource to be the same as the specified version from the version history of this ControllableResource.
 Version ControllableResource.doReadLabelledVersionProperties(String label, PropertyNameList wantedPropertyList)
          Apply doReadProperties to the version selected by label from the version history of this ControllableResource.
 Iterator ControllableFolder.readMemberList(PropertyNameList wantedPropertyList, boolean deep)
          Return an iterator of Resource objects that contain locally available properties of the resources that are locally known as members of this Folder.
 

Constructors in javax.wvcm with parameters of type PropertyNameList
PropertyNameList.NestedPropertyName(PropertyNameList.PropertyName name, PropertyNameList nested)