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