Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.SubjectAreaClassificationProperties
-
Packages that use SubjectAreaClassificationProperties Package Description org.odpi.openmetadata.accessservices.governanceprogram.api Governance Program OMAS Java API defined the means to maintain and query the definitions that make up the governance program.org.odpi.openmetadata.accessservices.governanceprogram.properties -
-
Uses of SubjectAreaClassificationProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type SubjectAreaClassificationProperties Modifier and Type Method Description voidSubjectAreasInterface. addSubjectAreaMemberClassification(String userId, String elementGUID, SubjectAreaClassificationProperties properties)Add a subject area classification to a referenceable element. -
Uses of SubjectAreaClassificationProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type SubjectAreaClassificationProperties Constructor Description SubjectAreaClassificationProperties(SubjectAreaClassificationProperties template)Copy/clone constructor
-