public static class Operations.ReorderNodes extends Object implements Operation
Operation which calls
Batch.reorderNodes(NodeId, NodeId, NodeId) when applied to a Batch.| Modifier and Type | Field and Description |
|---|---|
protected NodeId |
beforeNodeId |
protected NodeId |
parentId |
protected NodeId |
srcNodeId |
| Constructor and Description |
|---|
Operations.ReorderNodes(NodeId parentId,
NodeId srcNodeId,
NodeId beforeNodeId)
Create a new reorder-nodes
Operation for the given arguments. |
protected final NodeId parentId
protected final NodeId srcNodeId
protected final NodeId beforeNodeId
public Operations.ReorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)
Operation for the given arguments.parentId - srcNodeId - beforeNodeId - Batch.reorderNodes(NodeId, NodeId, NodeId)public void apply(Batch batch) throws javax.jcr.RepositoryException
Batchpublic boolean equals(Operations.ReorderNodes other)
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.