Uses of Interface
org.apache.jackrabbit.jcr2spi.version.VersionManager
- 
Packages that use VersionManager Package Description org.apache.jackrabbit.jcr2spi org.apache.jackrabbit.jcr2spi.operation org.apache.jackrabbit.jcr2spi.version  - 
- 
Uses of VersionManager in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi that return VersionManager Modifier and Type Method Description protected VersionManagerWorkspaceImpl. createVersionManager(WorkspaceManager wspManager)Create theVersionManager.VersionManagerManagerProvider. getVersionStateManager()Returns theVersionManagerassociated with thisManagerProvider.VersionManagerSessionImpl. getVersionStateManager()VersionManagerWorkspaceImpl. getVersionStateManager() - 
Uses of VersionManager in org.apache.jackrabbit.jcr2spi.operation
Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type VersionManager Modifier and Type Method Description static CheckinCheckin. create(NodeState nodeState, VersionManager mgr)static OperationCheckout. create(NodeState nodeState, VersionManager mgr)static OperationCheckout. create(NodeState nodeState, NodeId activityId, VersionManager mgr)static CheckpointCheckpoint. create(NodeState nodeState, VersionManager mgr)static CheckpointCheckpoint. create(NodeState nodeState, NodeId activityId, VersionManager mgr)static CreateActivityCreateActivity. create(String title, VersionManager mgr)static CreateConfigurationCreateConfiguration. create(NodeState nodeState, VersionManager mgr)static MergeMerge. create(NodeState nodeState, String srcWorkspaceName, boolean bestEffort, boolean isShallow, VersionManager mgr)static OperationRemoveVersion. create(NodeState versionState, NodeState vhState, VersionManager mgr) - 
Uses of VersionManager in org.apache.jackrabbit.jcr2spi.version
Classes in org.apache.jackrabbit.jcr2spi.version that implement VersionManager Modifier and Type Class Description classVersionManagerImplVersionManagerImpl... 
 -