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 classGlobalViewElementDefinitionMethods in uk.gov.gchq.gaffer.data.elementdefinition.view that return ViewElementDefinition Modifier and Type Method Description ViewElementDefinitionViewElementDefinition.BaseBuilder. build()ViewElementDefinitionViewElementDefinition. clone()ViewElementDefinitionView. getElement(String group)ViewElementDefinitionViewElementDefinition.BaseBuilder. getElementDef()Methods in uk.gov.gchq.gaffer.data.elementdefinition.view with parameters of type ViewElementDefinition Modifier and Type Method Description CHILD_CLASSView.BaseBuilder. edge(String group, ViewElementDefinition edgeDef)CHILD_CLASSView.BaseBuilder. entity(String group, ViewElementDefinition entityDef)CHILD_CLASSViewElementDefinition.BaseBuilder. merge(ViewElementDefinition elementDef)static voidViewUtil. removeProperties(ViewElementDefinition elDef, Element element)Remove properties from the supplied element, according to theViewElementDefinition.static voidViewUtil. 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 ViewElementDefinitionViewMigration. buildViewElementDefinition()
-