Uses of Class
uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
Packages that use ViewElementDefinition Package Description 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.graph.hook.migrate -
-
Uses of ViewElementDefinition in uk.gov.gchq.gaffer.data.elementdefinition.view
Subclasses of ViewElementDefinition in uk.gov.gchq.gaffer.data.elementdefinition.view Modifier and Type Class Description class
GlobalViewElementDefinition
Methods in uk.gov.gchq.gaffer.data.elementdefinition.view that return ViewElementDefinition Modifier and Type Method Description ViewElementDefinition
ViewElementDefinition.BaseBuilder. build()
ViewElementDefinition
ViewElementDefinition. clone()
ViewElementDefinition
View. getElement(String group)
ViewElementDefinition
ViewElementDefinition.BaseBuilder. getElementDef()
Methods in uk.gov.gchq.gaffer.data.elementdefinition.view with parameters of type ViewElementDefinition Modifier and Type Method Description CHILD_CLASS
View.BaseBuilder. edge(String group, ViewElementDefinition edgeDef)
CHILD_CLASS
View.BaseBuilder. entity(String group, ViewElementDefinition entityDef)
CHILD_CLASS
ViewElementDefinition.BaseBuilder. merge(ViewElementDefinition elementDef)
static void
ViewUtil. removeProperties(ViewElementDefinition elDef, Element element)
Remove properties from the supplied element, according to theViewElementDefinition
.static void
ViewUtil. removeProperties(ViewElementDefinition elDef, Properties properties)
Remove properties from the supplied element, according to theViewElementDefinition
.Constructors in uk.gov.gchq.gaffer.data.elementdefinition.view with parameters of type ViewElementDefinition Constructor Description Builder(ViewElementDefinition viewElementDef)
-
Uses of ViewElementDefinition in uk.gov.gchq.gaffer.graph.hook.migrate
Methods in uk.gov.gchq.gaffer.graph.hook.migrate that return ViewElementDefinition Modifier and Type Method Description ViewElementDefinition
ViewMigration. buildViewElementDefinition()
-