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
ConstructorDescriptionReorderNodes
(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId) Create a new reorder-nodesOperation
for the given arguments. -
Method Summary
-
Constructor Details
-
ReorderNodes
Create a new reorder-nodesOperation
for the given arguments.- Parameters:
parentId
-srcNodeId
-beforeNodeId
-- See Also:
-
-
Method Details