Class StatusServiceV2

  • All Implemented Interfaces:
    IStatusServiceV2

    public class StatusServiceV2
    extends Object
    implements IStatusServiceV2
    An implementation of IStatusServiceV2. 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.

    • Constructor Detail

      • StatusServiceV2

        public StatusServiceV2()