Uses of Class
uk.gov.gchq.gaffer.data.elementdefinition.view.GlobalViewElementDefinition
-
Packages that use GlobalViewElementDefinition Package Description uk.gov.gchq.gaffer.data.elementdefinition.view Classes which define the types of Gaffer elements which can be retrieved by operations. -
-
Uses of GlobalViewElementDefinition in uk.gov.gchq.gaffer.data.elementdefinition.view
Methods in uk.gov.gchq.gaffer.data.elementdefinition.view that return GlobalViewElementDefinition Modifier and Type Method Description GlobalViewElementDefinition
GlobalViewElementDefinition.BaseBuilder. build()
GlobalViewElementDefinition
GlobalViewElementDefinition. clone()
GlobalViewElementDefinition
GlobalViewElementDefinition.BaseBuilder. getElementDef()
Methods in uk.gov.gchq.gaffer.data.elementdefinition.view that return types with arguments of type GlobalViewElementDefinition Modifier and Type Method Description List<GlobalViewElementDefinition>
View. getGlobalEdges()
List<GlobalViewElementDefinition>
View. getGlobalElements()
List<GlobalViewElementDefinition>
View. getGlobalEntities()
Methods in uk.gov.gchq.gaffer.data.elementdefinition.view with parameters of type GlobalViewElementDefinition Modifier and Type Method Description boolean
GlobalViewElementDefinition. equals(GlobalViewElementDefinition entity)
CHILD_CLASS
View.BaseBuilder. globalEdges(GlobalViewElementDefinition... globalEdges)
CHILD_CLASS
View.BaseBuilder. globalElements(GlobalViewElementDefinition... globalElements)
CHILD_CLASS
View.BaseBuilder. globalEntities(GlobalViewElementDefinition... globalEntities)
Constructors in uk.gov.gchq.gaffer.data.elementdefinition.view with parameters of type GlobalViewElementDefinition Constructor Description Builder(GlobalViewElementDefinition viewElementDef)
-