| 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 |
WorkspaceImpl.getVersionStateManager() |
VersionManager |
SessionImpl.getVersionStateManager() |
VersionManager |
ManagerProvider.getVersionStateManager()
Returns the
VersionManager associated with this
ManagerProvider. |
| Modifier and Type | Method and Description |
|---|---|
static Checkpoint |
Checkpoint.create(NodeState nodeState,
NodeId activityId,
VersionManager mgr) |
static Operation |
Checkout.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 CreateConfiguration |
CreateConfiguration.create(NodeState nodeState,
VersionManager mgr) |
static Checkpoint |
Checkpoint.create(NodeState nodeState,
VersionManager mgr) |
static Operation |
Checkout.create(NodeState nodeState,
VersionManager mgr) |
static Checkin |
Checkin.create(NodeState nodeState,
VersionManager mgr) |
static CreateActivity |
CreateActivity.create(String title,
VersionManager mgr) |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionManagerImpl
VersionManagerImpl... |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.