Class GovernedNode

    • Constructor Detail

      • GovernedNode

        public GovernedNode()
    • Method Detail

      • setGovernanceClassifications

        public void setGovernanceClassifications​(GovernanceClassifications governanceClassifications)
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class Node
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Node
      • setClassifications

        public void 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. e.g. Retention will be set in the retention field.
        Overrides:
        setClassifications in class Node
        Parameters:
        classifications - the list of classifications to set on the GovernedNode.