Uses of Class
uk.gov.gchq.gaffer.rest.model.OperationDetail
-
Packages that use OperationDetail Package Description uk.gov.gchq.gaffer.rest.controller uk.gov.gchq.gaffer.rest.service.v2 Service implementations for v2 of the Gaffer REST API. -
-
Uses of OperationDetail in uk.gov.gchq.gaffer.rest.controller
Methods in uk.gov.gchq.gaffer.rest.controller that return OperationDetail Modifier and Type Method Description OperationDetail
OperationController. getOperationDetails(String className)
Methods in uk.gov.gchq.gaffer.rest.controller that return types with arguments of type OperationDetail Modifier and Type Method Description Set<OperationDetail>
OperationController. getAllOperationDetails()
Set<OperationDetail>
OperationController. getAllOperationDetailsIncludingUnsupported()
-
Uses of OperationDetail in uk.gov.gchq.gaffer.rest.service.v2
Methods in uk.gov.gchq.gaffer.rest.service.v2 that return types with arguments of type OperationDetail Modifier and Type Method Description Set<OperationDetail>
AbstractOperationService. getSupportedOperationDetails()
Set<OperationDetail>
AbstractOperationService. getSupportedOperationDetails(boolean includeUnsupported)
-