Class Operations.SetTree
- java.lang.Object
-
- org.apache.jackrabbit.spi.commons.batch.Operations.SetTree
-
- All Implemented Interfaces:
Operation
- Direct Known Subclasses:
ConsolidatingChangeLog.CancelableOperations.SetTree
- Enclosing class:
- Operations
public static class Operations.SetTree extends Object implements Operation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Batch batch)
Apply this operation to the givenBatch
boolean
equals(Object other)
boolean
equals(Operations.SetTree other)
int
hashCode()
String
toString()
-
-
-
Method Detail
-
apply
public void apply(Batch batch) throws RepositoryException
Apply this operation to the givenBatch
- Specified by:
apply
in interfaceOperation
- Throws:
RepositoryException
-
equals
public boolean equals(Operations.SetTree other)
-
-