Uses of Class
uk.gov.gchq.gaffer.data.element.IdentifierType
-
Packages that use IdentifierType Package Description uk.gov.gchq.gaffer.data.element Core Java data types relating to Gaffer graph elements (entities and edges).uk.gov.gchq.gaffer.data.element.function Functional operation objects for Gaffer, based on the Koryphe library.uk.gov.gchq.gaffer.data.generator Generator classes for transforming between Gaffer elements and domain objects.uk.gov.gchq.gaffer.operation.data.generator Generator implementations for the operation data objects.uk.gov.gchq.gaffer.store.schema Classes describing the Gaffer schema. -
-
Uses of IdentifierType in uk.gov.gchq.gaffer.data.element
Methods in uk.gov.gchq.gaffer.data.element that return IdentifierType Modifier and Type Method Description static IdentifierTypeIdentifierType. fromName(String name)static IdentifierTypeIdentifierType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentifierType[]IdentifierType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.gov.gchq.gaffer.data.element with parameters of type IdentifierType Modifier and Type Method Description ObjectEdge. getIdentifier(IdentifierType identifierType)abstract ObjectElement. getIdentifier(IdentifierType identifierType)ObjectEntity. getIdentifier(IdentifierType identifierType)ObjectLazyEdge. getIdentifier(IdentifierType identifierType)voidEntity. putIdentifier(IdentifierType identifierType, Object value)voidLazyEdge. putIdentifier(IdentifierType name, Object value)voidLazyEntity. putIdentifier(IdentifierType name, Object value) -
Uses of IdentifierType in uk.gov.gchq.gaffer.data.element.function
Methods in uk.gov.gchq.gaffer.data.element.function that return IdentifierType Modifier and Type Method Description IdentifierTypeExtractId. getId()Methods in uk.gov.gchq.gaffer.data.element.function with parameters of type IdentifierType Modifier and Type Method Description voidExtractId. setId(IdentifierType id)Constructors in uk.gov.gchq.gaffer.data.element.function with parameters of type IdentifierType Constructor Description ExtractId(IdentifierType id) -
Uses of IdentifierType in uk.gov.gchq.gaffer.data.generator
Methods in uk.gov.gchq.gaffer.data.generator with parameters of type IdentifierType Modifier and Type Method Description CsvGenerator.BuilderCsvGenerator.Builder. identifier(IdentifierType identifierType, String columnHeader)MapGenerator.BuilderMapGenerator.Builder. identifier(IdentifierType identifierType, String mapKey) -
Uses of IdentifierType in uk.gov.gchq.gaffer.operation.data.generator
Methods in uk.gov.gchq.gaffer.operation.data.generator that return IdentifierType Modifier and Type Method Description IdentifierTypeEntityIdExtractor. getEdgeIdentifierToExtract()Methods in uk.gov.gchq.gaffer.operation.data.generator with parameters of type IdentifierType Modifier and Type Method Description voidEntityIdExtractor. setEdgeIdentifierToExtract(IdentifierType edgeIdentifierToExtract)Constructors in uk.gov.gchq.gaffer.operation.data.generator with parameters of type IdentifierType Constructor Description EntityIdExtractor(IdentifierType edgeIdentifierToExtract) -
Uses of IdentifierType in uk.gov.gchq.gaffer.store.schema
Methods in uk.gov.gchq.gaffer.store.schema that return types with arguments of type IdentifierType Modifier and Type Method Description Map<IdentifierType,String>SchemaElementDefinition. getIdentifierMap()Collection<IdentifierType>SchemaElementDefinition. getIdentifiers()Methods in uk.gov.gchq.gaffer.store.schema with parameters of type IdentifierType Modifier and Type Method Description booleanSchemaElementDefinition. containsIdentifier(IdentifierType identifierType)Class<?>SchemaElementDefinition. getIdentifierClass(IdentifierType idType)StringSchemaElementDefinition. getIdentifierTypeName(IdentifierType idType)
-