Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.SystemAttributes
-
-
Uses of SystemAttributes in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications that return SystemAttributes Modifier and Type Method Description SystemAttributesClassification. getSystemAttributes()Get the core attributesMethods in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications with parameters of type SystemAttributes Modifier and Type Method Description voidClassification. setSystemAttributes(SystemAttributes systemAttributes) -
Uses of SystemAttributes in org.odpi.openmetadata.accessservices.subjectarea.properties.comment
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.comment that return SystemAttributes Modifier and Type Method Description SystemAttributesComment. getSystemAttributes()Get the system attributes associated with the Comment.Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.comment with parameters of type SystemAttributes Modifier and Type Method Description voidComment. setSystemAttributes(SystemAttributes systemAttributes) -
Uses of SystemAttributes in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph that return SystemAttributes Modifier and Type Method Description SystemAttributesNode. getSystemAttributes()SystemAttributesRelationship. getSystemAttributes()Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph with parameters of type SystemAttributes Modifier and Type Method Description voidNode. setSystemAttributes(SystemAttributes systemAttributes)voidRelationship. setSystemAttributes(SystemAttributes systemAttributes)
-