Uses of Interface
javax.wvcm.ControllableResource

Uses of ControllableResource in javax.wvcm
 

Subinterfaces of ControllableResource in javax.wvcm
 interface Configuration
          A configuration is a resource that is associated with a folder (called the "root folder") and that represents all members of the root folder that are not in another configuration.
 interface ControllableFolder
          A ControllableFolder is a folder that can be placed under control.
 interface Workspace
          Represents workspace resource.
 

Methods in javax.wvcm that return ControllableResource
 ControllableResource Location.controllableResource()
          Return a proxy for the controllable resource at this Location.
 ControllableResource ControllableResource.getServerState()
          Return the ControllableResource that identifies the resource on the server that maintains the state for the client resource identified by this ControllableResource.
 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").
 ControllableResource ControllableResource.Update.getTarget()
          Return the version-controlled resource that would be updated by the merge request.
 ControllableResource ControllableResource.Conflict.getTarget()
          Return a version-controlled resource that would be updated by the merge request.