Package javax.wvcm

Interface Summary
Activity Represents an activity resource.
Baseline Represents a baseline resource.
Baseline.AddedVersion A version that is referenced by the second baseline but no version from the version history of that version is referenced by the first baseline.
Baseline.ChangedVersion A pair of different versions referenced by two baseline from the same version history.
Baseline.CompareBaselineReport A description of how the selection of a version from a version history differs between two baselines.
Baseline.DeletedVersion A version that is referenced by the first baseline but no version from the version history of that version is referenced by the second baseline.
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.
ControllableFolder A ControllableFolder is a folder that can be placed under control.
ControllableResource A proxy for a persistent resource that can be placed under control of a Checkout/Checkin protocol.
ControllableResource.Conflict A version-controlled resource for which new content would have to be created to perform the merge.
ControllableResource.Ignore A version that would be ignored by the merge because its version history does not appear as a target of the merge.
ControllableResource.MergePreviewReport A description of how the merge would affect the merge target.
ControllableResource.Update A version-controlled resource whose CheckedIn property would be updated by the merge.
Folder A folder is a resource that contains a set of named mappings to other resources, called the "bound members" of that folder.
Folder.Binding A Binding in a Folder is a mapping from a name to a Resource that is a bound member of the Folder.
FolderVersion This represents a resource that is a version of a folder.
Location The location of a resource.
Provider A WVCM provider.
ProviderFactory.Callback Provides callback functions that can be invoked by a provider.
ProviderFactory.Callback.Authentication Authentication information for the current user.
Resource A proxy for a persistent resource, used to retrieve information from the resource and to perform operations on the resource.
ResourceList A list containing Resource objects, used to perform operations on all elements of the list.
ResourceList.ResponseIterator An iterator of the results of applying a method to each element of a ResourceList.
Version A version is an immutable copy of a particular state of a version-controlled resource.
VersionHistory A version history resource contains all versions of a version-controlled resource as the bound members of the version history.
Workspace Represents workspace resource.
 

Class Summary
PropertyNameList A list of resource property names.
PropertyNameList.AttributeName A name of an attribute.
PropertyNameList.NestedPropertyName A property name that has a nested property name list.
PropertyNameList.PropertyName The name of a property of a persistent resource.
ProviderFactory This factory class is used to create instances of WVCM providers.
Version.Fork Valid values for the CheckinFork and CheckoutFork properties.
WvcmException.ReasonCode  
 

Exception Summary
WvcmException Signals that an failure of some sort has occurred in the WVCM provider.