Uses of Class
uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
Packages that use NamedOperationDetail 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.uk.gov.gchq.gaffer.store.operation.handler.named.cache Handlers for operations which interact with a named operation cache. -
-
Uses of NamedOperationDetail in uk.gov.gchq.gaffer.named.operation
Methods in uk.gov.gchq.gaffer.named.operation that return NamedOperationDetail Modifier and Type Method Description NamedOperationDetail
NamedOperationDetail.Builder. build()
Methods in uk.gov.gchq.gaffer.named.operation that return types with arguments of type NamedOperationDetail Modifier and Type Method Description com.fasterxml.jackson.core.type.TypeReference<Iterable<NamedOperationDetail>>
GetAllNamedOperations. getOutputTypeReference()
-
Uses of NamedOperationDetail in uk.gov.gchq.gaffer.store.operation.handler.named
Methods in uk.gov.gchq.gaffer.store.operation.handler.named that return types with arguments of type NamedOperationDetail 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. -
Uses of NamedOperationDetail in uk.gov.gchq.gaffer.store.operation.handler.named.cache
Methods in uk.gov.gchq.gaffer.store.operation.handler.named.cache that return NamedOperationDetail Modifier and Type Method Description NamedOperationDetail
NamedOperationCache. getFromCache(String name)
Retrieve the specified named operation from the cache.NamedOperationDetail
NamedOperationCache. getNamedOperation(String name, User user)
First gets the NamedOperationDetail in question and checks whether the user has read access before returning the value.NamedOperationDetail
NamedOperationCache. getNamedOperation(String name, User user, String adminAuth)
First gets the NamedOperationDetail in question and checks whether the user has read access before returning the value.Methods in uk.gov.gchq.gaffer.store.operation.handler.named.cache that return types with arguments of type NamedOperationDetail Modifier and Type Method Description Iterable<NamedOperationDetail>
NamedOperationCache. getAllNamedOperations(User user)
Get all the named operations held in the cache.Iterable<NamedOperationDetail>
NamedOperationCache. getAllNamedOperations(User user, String adminAuth)
Get all the named operations held in the cache.Methods in uk.gov.gchq.gaffer.store.operation.handler.named.cache with parameters of type NamedOperationDetail Modifier and Type Method Description void
NamedOperationCache. addNamedOperation(NamedOperationDetail namedOperation, boolean overwrite, User user)
If the user is just adding to the cache, ie the overwrite flag is set to false, then no security is added.void
NamedOperationCache. addNamedOperation(NamedOperationDetail namedOperation, boolean overwrite, User user, String adminAuth)
If the user is just adding to the cache, ie the overwrite flag is set to false, then no security is added.
-