Uses of Interface
org.apache.jackrabbit.jcr2spi.operation.Operation
- 
Packages that use Operation Package Description org.apache.jackrabbit.jcr2spi org.apache.jackrabbit.jcr2spi.hierarchy org.apache.jackrabbit.jcr2spi.operation org.apache.jackrabbit.jcr2spi.state  - 
- 
Uses of Operation in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi with parameters of type Operation Modifier and Type Method Description voidWorkspaceManager. execute(Operation operation)Creates a new batch from the single workspace operation and executes it. - 
Uses of Operation in org.apache.jackrabbit.jcr2spi.hierarchy
Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type Operation Modifier and Type Method Description voidHierarchyEntry. complete(Operation transientOperation)Clean up this entry uponundo()orpersisted().voidNodeEntryImpl. complete(Operation operation)voidPropertyEntryImpl. complete(Operation operation) - 
Uses of Operation in org.apache.jackrabbit.jcr2spi.operation
Classes in org.apache.jackrabbit.jcr2spi.operation that implement Operation Modifier and Type Class Description classAbstractCopyAbstractCopy...classAbstractOperationAbstractOperation...classAbstractRemoveAbstractRemoveis the base class for non-transient remove operations executed on the workspace such as removing versions or activities.classAddLabelAddLabel...classAddNodeAddNode...classAddPropertyAddProperty...classCheckinCheckin...classCheckoutCheckout...classCheckpointCheckout...classCloneClone...classCopyCopy...classCreateActivityCheckout...classCreateConfigurationCreateConfiguration...classLockOperationLockOperation...classLockRefreshLockRefresh...classLockReleaseLockRelease...classMergeMerge...classMoveMove...classRemoveRemove...classRemoveActivityRemoveActivity...classRemoveLabelRemoveLabel...classRemoveVersionRemoveVersion...classReorderNodesReorderNodes...classResolveMergeConflictResolveMergeConflict...classRestoreRestore...classSetMixinSetMixin...classSetPrimaryTypeSetPrimaryNodeType...classSetPropertyValueSetPropertyValue...classSetTreeclassTransientOperationTransientOperation...classUpdateUpdate...classWorkspaceImportWorkspaceImport...Methods in org.apache.jackrabbit.jcr2spi.operation that return Operation Modifier and Type Method Description OperationSetTree. addChildNode(NodeState parentState, Name nodeName, Name nodeTypeName, String uuid)Add a child node operation to thissetTreeinstance.OperationSetTree. addChildProperty(NodeState parentState, Name propName, int propertyType, QValue[] values, QPropertyDefinition definition)Add a child property operation to thissetTreeinstance.static OperationAddLabel. create(NodeState versionHistoryState, NodeState versionState, Name label, boolean moveLabel)static OperationAddNode. create(NodeState parentState, Name nodeName, Name nodeTypeName, String uuid)static OperationAddProperty. create(NodeState parentState, Name propName, int propertyType, QPropertyDefinition def, QValue[] values)static OperationCheckout. create(NodeState nodeState, VersionManager mgr)static OperationCheckout. create(NodeState nodeState, NodeId activityId, VersionManager mgr)static OperationClone. create(Path srcPath, Path destPath, String srcWorkspaceName, boolean removeExisting, ManagerProvider srcMgrProvider, ManagerProvider destMgrProvider)static OperationCopy. create(Path srcPath, Path destPath, String srcWorkspaceName, ManagerProvider srcMgrProvider, ManagerProvider destMgrProvider)static OperationLockRefresh. create(NodeState nodeState)static OperationLockRelease. create(NodeState nodeState)static OperationMove. create(Path srcPath, Path destPath, HierarchyManager hierMgr, PathResolver resolver, boolean sessionMove)static OperationRemove. create(ItemState state)static OperationRemove. create(ItemState state, int options)static OperationRemoveActivity. create(NodeState activityState, HierarchyManager hierarchyMgr)static OperationRemoveLabel. create(NodeState versionHistoryState, NodeState versionState, Name label)static OperationRemoveVersion. create(NodeState versionState, NodeState vhState, VersionManager mgr)static OperationReorderNodes. create(NodeState parentState, Path srcPath, Path beforePath)static OperationResolveMergeConflict. create(NodeState nodeState, NodeId[] mergeFailedIds, NodeId[] predecessorIds, boolean resolveDone)static OperationRestore. create(NodeState[] versionStates, boolean removeExisting)static OperationRestore. create(NodeState nodeState, Path relQPath, NodeState versionState, boolean removeExisting)static OperationSetMixin. create(NodeState nodeState, Name[] mixinNames)static OperationSetPrimaryType. create(NodeState nodeState, Name primaryTypeName)static OperationSetPropertyValue. create(PropertyState propState, QValue[] qValues, int valueType)static OperationUpdate. create(NodeState nodeState, String srcWorkspaceName)static OperationWorkspaceImport. create(NodeState nodeState, InputStream xmlStream, int uuidBehaviour) - 
Uses of Operation in org.apache.jackrabbit.jcr2spi.state
Methods in org.apache.jackrabbit.jcr2spi.state that return types with arguments of type Operation Modifier and Type Method Description Set<Operation>ChangeLog. getOperations()Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type Operation Modifier and Type Method Description voidSessionItemStateManager. execute(Operation operation)Executes the given operation and modifies the affected item states accordingly.voidUpdatableItemStateManager. execute(Operation operation)Executes the given operation and modifies the affected item states accordingly. 
 -