Class StatusServiceV2
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.service.v2.StatusServiceV2
-
- All Implemented Interfaces:
IStatusServiceV2
public class StatusServiceV2 extends Object implements IStatusServiceV2
An implementation ofIStatusServiceV2
. By default it will use a singletonGraph
generated using theGraphFactory
. 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 Summary
Constructors Constructor Description StatusServiceV2()
-
-
-
Method Detail
-
status
public javax.ws.rs.core.Response status()
- Specified by:
status
in interfaceIStatusServiceV2
-
-