Class OperationService

  • All Implemented Interfaces:
    IOperationService

    public class OperationService
    extends Object
    implements IOperationService
    An implementation of IOperationService. By default it will use a singleton Graph generated using the GraphFactory. All operations are simple delegated to the graph. Pre and post operation hooks are available by extending this class and implementing preOperationHook and/or postOperationHook.