Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
-
-
Uses of Classification in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications
Subclasses of Classification in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications Modifier and Type Class Description classAbstractConceptIdentifies that this glossary term describes an abstract concept.classActivityDescriptionIdentifies that this glossary term describes an activity.classCanonicalVocabularyIdentifies a glossary that contains unique terms.classConfidenceDefines the level of confidence that should be placed in the accuracy of related data items.classConfidentialityDefines the level of confidentiality of related data items.classContextDefinitionIdentifies a glossary term that describes a context where processing or decisions occur.classCriticalityDefines how critical the related data items are to the organization.classDataValueIdentifies that this glossary term describes a data value.classGlossaryProjectIdentifies a project that is defining new glossary terms and categories or maintaining an existing glossary.classObjectIdentifierIdentifies a glossary term that describes an attribute that can be used to identify an instance.classPrimaryKeyA uniquely identifying relational column.classRetentionDefines the retention requirements for related data items.classSpineAttributeIdentifies a glossary term that describes an attribute of a spine object.classSpineObjectIdentifies a glossary term that describes a type of spine object.classSubjectAreaIdentifies a glossary category as a subject area.classTaxonomyIdentifies a glossary that includes a taxonomy. -
Uses of Classification in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary with parameters of type Classification Modifier and Type Method Description voidGlossary. processClassification(Classification classification) -
Uses of Classification in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.governednode
Method parameters in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.governednode with type arguments of type Classification Modifier and Type Method Description voidGovernedNode. setClassifications(List<Classification> classifications)If governance action classifications (Retention, Confidence, Confidentiality or Criticality) are supplied then remove them from the classifications and add to the appropriate named field. -
Uses of Classification in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph
Fields in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph with type parameters of type Classification Modifier and Type Field Description protected List<Classification>Node. classificationsMethods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph that return types with arguments of type Classification Modifier and Type Method Description List<Classification>Node. getClassifications()List of associated classificationsMethods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph with parameters of type Classification Modifier and Type Method Description protected voidNode. processClassification(Classification classification)Method parameters in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph with type arguments of type Classification Modifier and Type Method Description voidNode. setClassifications(List<Classification> classifications)If governance action classifications (Retention, Confidence, Confidentiality or Criticality) are supplied then remove them from the classifications and add to the appropriate named field. -
Uses of Classification in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary with parameters of type Classification Modifier and Type Method Description protected voidIconSummary. processClassification(Classification classification)protected voidNodeSummary. processClassification(Classification classification) -
Uses of Classification in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project with parameters of type Classification Modifier and Type Method Description voidProject. processClassification(Classification classification) -
Uses of Classification in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term with parameters of type Classification Modifier and Type Method Description protected voidTerm. processClassification(Classification classification)
-