Uses of Class
uk.gov.gchq.gaffer.access.ResourceType
-
Packages that use ResourceType Package Description uk.gov.gchq.gaffer.access uk.gov.gchq.gaffer.data.elementdefinition.view Classes which define the types of Gaffer elements which can be retrieved by operations.uk.gov.gchq.gaffer.federated.simple.access uk.gov.gchq.gaffer.federatedstore uk.gov.gchq.gaffer.named.operation Classes for handling NamedOperations in Gaffer. -
-
Uses of ResourceType in uk.gov.gchq.gaffer.access
Methods in uk.gov.gchq.gaffer.access that return ResourceType Modifier and Type Method Description ResourceTypeAccessControlledResource. getResourceType()static ResourceTypeResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResourceType in uk.gov.gchq.gaffer.data.elementdefinition.view
Methods in uk.gov.gchq.gaffer.data.elementdefinition.view that return ResourceType Modifier and Type Method Description ResourceTypeNamedViewDetail. getResourceType() -
Uses of ResourceType in uk.gov.gchq.gaffer.federated.simple.access
Methods in uk.gov.gchq.gaffer.federated.simple.access that return ResourceType Modifier and Type Method Description ResourceTypeGraphAccess. getResourceType() -
Uses of ResourceType in uk.gov.gchq.gaffer.federatedstore
Methods in uk.gov.gchq.gaffer.federatedstore that return ResourceType Modifier and Type Method Description ResourceTypeFederatedAccess. getResourceType()Deprecated. -
Uses of ResourceType in uk.gov.gchq.gaffer.named.operation
Methods in uk.gov.gchq.gaffer.named.operation that return ResourceType Modifier and Type Method Description ResourceTypeNamedOperationDetail. getResourceType()
-