public static class Operations.Remove extends Object implements Operation
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.jackrabbit.spi.ItemId |
itemId |
| Constructor and Description |
|---|
Remove(org.apache.jackrabbit.spi.ItemId itemId)
Create a new remove
Operation for the given arguments. |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.apache.jackrabbit.spi.Batch batch)
Apply this operation to the given
Batch |
boolean |
equals(Object other) |
boolean |
equals(Operations.Remove other) |
int |
hashCode() |
String |
toString() |
public Remove(org.apache.jackrabbit.spi.ItemId itemId)
Operation for the given arguments.itemId - Batch.move(NodeId, NodeId, Name)public void apply(org.apache.jackrabbit.spi.Batch batch)
throws RepositoryException
Batchapply in interface OperationRepositoryExceptionpublic boolean equals(Operations.Remove other)
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.