Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.SubjectAreaProperties
-
Packages that use SubjectAreaProperties 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.metadataelements The metadata elements describe metadata retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.governanceprogram.properties -
-
Uses of SubjectAreaProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type SubjectAreaProperties Modifier and Type Method Description StringSubjectAreasInterface. createSubjectArea(String userId, SubjectAreaProperties properties)Create a definition of a subject area.voidSubjectAreasInterface. updateSubjectArea(String userId, String subjectAreaGUID, boolean isMergeUpdate, SubjectAreaProperties properties)Update the definition of a subject area. -
Uses of SubjectAreaProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return SubjectAreaProperties Modifier and Type Method Description SubjectAreaPropertiesSubjectAreaElement. getProperties()Return the properties of the subject area.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type SubjectAreaProperties Modifier and Type Method Description voidSubjectAreaElement. setProperties(SubjectAreaProperties properties)Set up the properties of the subject area. -
Uses of SubjectAreaProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type SubjectAreaProperties Constructor Description SubjectAreaProperties(SubjectAreaProperties template)Copy/clone constructor
-