Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.SubjectAreaClassificationProperties
-
Packages that use SubjectAreaClassificationProperties Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.api The API package defines the Java interfaces supported by the Digital Architecture OMAS.org.odpi.openmetadata.accessservices.digitalarchitecture.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of SubjectAreaClassificationProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.api
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api with parameters of type SubjectAreaClassificationProperties Modifier and Type Method Description voidManageSubjectAreas. addSubjectAreaMemberClassification(String userId, String elementGUID, SubjectAreaClassificationProperties properties)Add a subject area classification to a referenceable element. -
Uses of SubjectAreaClassificationProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.properties
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.properties with parameters of type SubjectAreaClassificationProperties Constructor Description SubjectAreaClassificationProperties(SubjectAreaClassificationProperties template)Copy/clone constructor
-