Uses of Class
uk.gov.gchq.gaffer.named.operation.DeleteNamedOperation
-
Packages that use DeleteNamedOperation 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 DeleteNamedOperation in uk.gov.gchq.gaffer.named.operation
Methods in uk.gov.gchq.gaffer.named.operation that return DeleteNamedOperation Modifier and Type Method Description DeleteNamedOperation
DeleteNamedOperation. shallowClone()
-
Uses of DeleteNamedOperation in uk.gov.gchq.gaffer.store.operation.handler.named
Methods in uk.gov.gchq.gaffer.store.operation.handler.named with parameters of type DeleteNamedOperation Modifier and Type Method Description Void
DeleteNamedOperationHandler. doOperation(DeleteNamedOperation operation, Context context, Store store)
Deletes a NamedOperation from the cache specified in the Operations Declarations file (assuming the user has write privileges on the specified NamedOperation).
-