Uses of Class
uk.gov.gchq.gaffer.named.operation.GetAllNamedOperations
-
Packages that use GetAllNamedOperations Package Description uk.gov.gchq.gaffer.named.operation Classes for handling NamedOperations in Gaffer.uk.gov.gchq.gaffer.store.operation.handler.named Handlers for named operations. -
-
Uses of GetAllNamedOperations in uk.gov.gchq.gaffer.named.operation
Methods in uk.gov.gchq.gaffer.named.operation that return GetAllNamedOperations Modifier and Type Method Description GetAllNamedOperations
GetAllNamedOperations. shallowClone()
-
Uses of GetAllNamedOperations in uk.gov.gchq.gaffer.store.operation.handler.named
Methods in uk.gov.gchq.gaffer.store.operation.handler.named with parameters of type GetAllNamedOperations Modifier and Type Method Description Iterable<NamedOperationDetail>
GetAllNamedOperationsHandler. doOperation(GetAllNamedOperations operation, Context context, Store store)
Retrieves all the Named Operations that a user is allowed to see.
-