|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.batch.Operations.ReorderNodes
org.apache.jackrabbit.spi.commons.batch.ConsolidatingChangeLog.CancelableOperations.ReorderNodes
public static class ConsolidatingChangeLog.CancelableOperations.ReorderNodes
A ReorderNodes operation might cancel with
Remove and
ReorderNodes operations.
| Field Summary |
|---|
| Fields inherited from class org.apache.jackrabbit.spi.commons.batch.Operations.ReorderNodes |
|---|
beforeNodeId, parentId, srcNodeId |
| Fields inherited from interface org.apache.jackrabbit.spi.commons.batch.ConsolidatingChangeLog.CancelableOperation |
|---|
CANCEL_BOTH, CANCEL_NONE, CANCEL_OTHER, CANCEL_THIS |
| Constructor Summary | |
|---|---|
ConsolidatingChangeLog.CancelableOperations.ReorderNodes(NodeId parentId,
NodeId srcNodeId,
NodeId beforeNodeId)
|
|
| Method Summary | |
|---|---|
int |
cancel(ConsolidatingChangeLog.CancelableOperation other)
Determines the cancellation behavior of the other operation
on this operation. |
| Methods inherited from class org.apache.jackrabbit.spi.commons.batch.Operations.ReorderNodes |
|---|
apply, equals, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.jackrabbit.spi.commons.batch.Operation |
|---|
apply |
| Constructor Detail |
|---|
public ConsolidatingChangeLog.CancelableOperations.ReorderNodes(NodeId parentId,
NodeId srcNodeId,
NodeId beforeNodeId)
| Method Detail |
|---|
public int cancel(ConsolidatingChangeLog.CancelableOperation other)
throws RepositoryException
ConsolidatingChangeLog.CancelableOperationother operation
on this operation.
cancel in interface ConsolidatingChangeLog.CancelableOperationCANCEL_THIS if
other is an instance of
Remove and has an node higher up
the hierarchy or this node as target. Or if other is an instance of
ReorderNodes which
has this node as target and neither srcNodeId nor beforeNodeId
has same name siblings.CANCEL_NONE otherwise.RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||