public class GovernedNode extends Node implements Serializable
classifications, nodeType| Constructor and Description |
|---|
GovernedNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GovernanceActions |
getGovernanceActions() |
int |
hashCode() |
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.
|
void |
setGovernanceActions(GovernanceActions governanceActions) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
getAdditionalProperties, getClassifications, getDescription, getEffectiveFromTime, getEffectiveToTime, getIcons, getName, getNodeType, getQualifiedName, getSystemAttributes, processClassification, setAdditionalProperties, setDescription, setEffectiveFromTime, setEffectiveToTime, setIcons, setName, setNodeType, setQualifiedName, setSystemAttributespublic GovernanceActions getGovernanceActions()
public void setGovernanceActions(GovernanceActions governanceActions)
public StringBuilder toString(StringBuilder sb)
public void setClassifications(List<Classification> classifications)
setClassifications in class Nodeclassifications - the list of classifications to set on the GovernedNode.Copyright © 2018–2020 ODPi. All rights reserved.