Class Operations.ReorderNodes
java.lang.Object
org.apache.jackrabbit.spi.commons.batch.Operations.ReorderNodes
- All Implemented Interfaces:
Operation
- Enclosing class:
Operations
Representative of a reorder-nodes
Operation which calls
Batch.reorderNodes(NodeId, NodeId, NodeId) when applied to a Batch.-
Constructor Summary
ConstructorsConstructorDescriptionReorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId) Create a new reorder-nodesOperationfor the given arguments. -
Method Summary
-
Constructor Details
-
ReorderNodes
Create a new reorder-nodesOperationfor the given arguments.- Parameters:
parentId-srcNodeId-beforeNodeId-- See Also:
-
-
Method Details