Package | Description |
---|---|
org.apache.jackrabbit.jcr2spi | |
org.apache.jackrabbit.jcr2spi.operation | |
org.apache.jackrabbit.jcr2spi.version |
Modifier and Type | Method and Description |
---|---|
protected VersionManager |
WorkspaceImpl.createVersionManager(WorkspaceManager wspManager)
Create the
VersionManager . |
VersionManager |
ManagerProvider.getVersionStateManager()
Returns the
VersionManager associated with this
ManagerProvider . |
VersionManager |
SessionImpl.getVersionStateManager() |
VersionManager |
WorkspaceImpl.getVersionStateManager() |
Modifier and Type | Method and Description |
---|---|
static Operation |
Checkout.create(NodeState nodeState,
NodeId activityId,
VersionManager mgr) |
static Checkpoint |
Checkpoint.create(NodeState nodeState,
NodeId activityId,
VersionManager mgr) |
static Operation |
RemoveVersion.create(NodeState versionState,
NodeState vhState,
VersionManager mgr) |
static Merge |
Merge.create(NodeState nodeState,
String srcWorkspaceName,
boolean bestEffort,
boolean isShallow,
VersionManager mgr) |
static Checkin |
Checkin.create(NodeState nodeState,
VersionManager mgr) |
static Operation |
Checkout.create(NodeState nodeState,
VersionManager mgr) |
static Checkpoint |
Checkpoint.create(NodeState nodeState,
VersionManager mgr) |
static CreateConfiguration |
CreateConfiguration.create(NodeState nodeState,
VersionManager mgr) |
static CreateActivity |
CreateActivity.create(String title,
VersionManager mgr) |
Modifier and Type | Class and Description |
---|---|
class |
VersionManagerImpl
VersionManagerImpl ... |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.