Class StatusService

  • All Implemented Interfaces:
    IStatusService

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

    By default queries will be executed with an UNKNOWN user containing no auths. The UserFactory.createUser() method should be overridden and a User object should be created from the http request.