Uses of Class
uk.gov.gchq.gaffer.operation.OperationChainDAO
-
Packages that use OperationChainDAO Package Description uk.gov.gchq.gaffer.rest.service.v1 Service implementations for v1 of the Gaffer REST API. -
-
Uses of OperationChainDAO in uk.gov.gchq.gaffer.rest.service.v1
Methods in uk.gov.gchq.gaffer.rest.service.v1 with parameters of type OperationChainDAO Modifier and Type Method Description ObjectIOperationService. execute(OperationChainDAO opChain)ObjectOperationService. execute(OperationChainDAO opChain)org.glassfish.jersey.server.ChunkedOutput<String>IOperationService. executeChunkedChain(OperationChainDAO<Iterable<Element>> opChain)org.glassfish.jersey.server.ChunkedOutput<String>OperationService. executeChunkedChain(OperationChainDAO opChain)JobDetailIJobService. executeJob(OperationChainDAO opChain)JobDetailJobService. executeJob(OperationChainDAO opChain)
-