Uses of Interface
javax.wvcm.Version

Uses of Version in javax.wvcm
 

Subinterfaces of Version in javax.wvcm
 interface Baseline
          Represents a baseline resource.
 interface FolderVersion
          This represents a resource that is a version of a folder.
 

Methods in javax.wvcm that return Version
 Version VersionHistory.getRootVersion()
          Return the root version of this VersionHistory.
 Version VersionHistory.doLatestActivityVersionReport(Activity activity, PropertyNameList wantedPropertyList)
          Return latest version in this VersionHistory that is a product of the specified activity.
 Version ControllableResource.doReadLabelledVersionProperties(String label, PropertyNameList wantedPropertyList)
          Apply doReadProperties to the version selected by label from the version history of this ControllableResource.
 Version ControllableResource.getCheckedIn()
          If this ControllableResource is checked-in, return whether the version whose content is identical to that of this ControllableResource; otherwise, return null.
 Version ControllableResource.getCheckedOut()
          If this ControllableResource is checked-out, return the value of getCheckedIn when the checkout was performed; otherwise, return null.
 Version ControllableResource.Update.getVersion()
          Return the version that would be selected as a result of the merge request.
 Version ControllableResource.Conflict.getCommonAncestor()
          Return a version that is the nearest common ancestor of all the versions to be merged.
 Version ControllableResource.Ignore.getVersion()
          Return the version that would be ignored by the merge request.
 Version Baseline.AddedVersion.getVersion()
          Return the added version.
 Version Baseline.DeletedVersion.getVersion()
          Return the deleted version.
 Version Baseline.ChangedVersion.oldVersion()
          Return the version from the first baseline.
 Version Baseline.ChangedVersion.newVersion()
          Return the version from the second baseline.
 

Methods in javax.wvcm with parameters of type Version
 void ControllableResource.doCreateVersionControlledResource(Version v)
          Create a new controlled resource at the location identified by the proxy.
 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.MergePreviewReport ControllableResource.doMergePreviewReport(Version source)
          Return a MergePreviewReport indicating how the resource identified by this ControllableResource would be modified by a doMerge.
 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.