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 Operation
AnOperation
represents a method call on aBatch
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(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
-
-