Class GovernedNode
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.governednode.GovernedNode
- All Implemented Interfaces:
Serializable,OmasObject
- Direct Known Subclasses:
Term
A governed Node is a node that can have associated governance classifications.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetClassifications(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.voidsetGovernanceClassifications(GovernanceClassifications governanceClassifications) toString()Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
getAdditionalProperties, getClassifications, getDescription, getEffectiveFromTime, getEffectiveToTime, getExtendedProperties, getIcons, getName, getNodeType, getQualifiedName, getSystemAttributes, getTypeName, isReadOnly, setAdditionalProperties, setDescription, setEffectiveFromTime, setEffectiveToTime, setExtendedProperties, setIcons, setName, setNodeType, setQualifiedName, setReadOnly, setSystemAttributes, setTypeName
-
Constructor Details
-
GovernedNode
public GovernedNode()
-
-
Method Details
-
getGovernanceClassifications
-
setGovernanceClassifications
-
toString
-
toString
-
equals
-
hashCode
public int hashCode() -
setClassifications
If governance action classifications (Retention, Confidence, Confidentiality or Criticality) are supplied then remove them from the classifications and add to the appropriate named field. e.g. Retention will be set in the retention field.- Overrides:
setClassificationsin classNode- Parameters:
classifications- the list of classifications to set on the GovernedNode.
-