Package org.alfresco.filesys.repo.rules
Interface OperationExecutor
-
public interface OperationExecutorAn operation executor is an implementation of how to execute an operation. i.e. It is the thing that does stuff to the repo.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Operation operation)
-
-
-
Method Detail
-
execute
void execute(Operation operation)
-
-