Interface Operation
-
- All Known Implementing Classes:
Operations.AddNode,Operations.AddProperty,Operations.Empty,Operations.Move,Operations.Remove,Operations.ReorderNodes,Operations.SetMixins,Operations.SetPrimaryType,Operations.SetTree,Operations.SetValue
public interface OperationAnOperationrepresents a method call on aBatch.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(Batch batch)Apply this operation to the givenBatch
-
-
-
Method Detail
-
apply
void apply(Batch batch) throws RepositoryException
Apply this operation to the givenBatch- Parameters:
batch-- Throws:
RepositoryException
-
-