Class Operations.Remove
- java.lang.Object
-
- org.apache.jackrabbit.spi.commons.batch.Operations.Remove
-
- All Implemented Interfaces:
Operation
- Direct Known Subclasses:
ConsolidatingChangeLog.CancelableOperations.Remove
- Enclosing class:
- Operations
public static class Operations.Remove 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.Remove other)
int
hashCode()
String
toString()
-
-
-
Field Detail
-
itemId
protected final ItemId itemId
-
-
Constructor Detail
-
Remove
public Remove(ItemId itemId)
Create a new removeOperation
for the given arguments.- Parameters:
itemId
-- See Also:
Batch.move(NodeId, NodeId, Name)
-
-
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.Remove other)
-
-