Class Operations.AddNode
- java.lang.Object
- 
- org.apache.jackrabbit.spi.commons.batch.Operations.AddNode
 
- 
- All Implemented Interfaces:
- Operation
 - Direct Known Subclasses:
- ConsolidatingChangeLog.CancelableOperations.AddNode
 - Enclosing class:
- Operations
 
 public static class Operations.AddNode extends Object implements Operation Representative of an add-nodeOperationwhich callsBatch.addNode(NodeId, Name, Name, String)when applied to aBatch.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Batch batch)Apply this operation to the givenBatchbooleanequals(Object other)booleanequals(Operations.AddNode other)inthashCode()StringtoString()
 
- 
- 
- 
Method Detail- 
applypublic void apply(Batch batch) throws RepositoryException Apply this operation to the givenBatch- Specified by:
- applyin interface- Operation
- Throws:
- RepositoryException
 
 - 
equalspublic boolean equals(Operations.AddNode other) 
 
- 
 
-