Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceLevelIdentifierSetProperties
-
Packages that use GovernanceLevelIdentifierSetProperties 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 GovernanceLevelIdentifierSetProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type GovernanceLevelIdentifierSetProperties Modifier and Type Method Description StringGovernanceClassificationLevelInterface. createGovernanceLevelIdentifierSet(String userId, GovernanceLevelIdentifierSetProperties properties)Create a new metadata element to represent the root of a Governance Classification Level Identifier Sets.voidGovernanceClassificationLevelInterface. updateGovernanceLevelIdentifierSet(String userId, String setGUID, GovernanceLevelIdentifierSetProperties properties)Update the metadata element representing a Governance Classification Level Identifier Sets. -
Uses of GovernanceLevelIdentifierSetProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return GovernanceLevelIdentifierSetProperties Modifier and Type Method Description GovernanceLevelIdentifierSetPropertiesGovernanceLevelIdentifierSetElement. getProperties()Return the properties of this governance definition.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceLevelIdentifierSetProperties Modifier and Type Method Description voidGovernanceLevelIdentifierSetElement. setProperties(GovernanceLevelIdentifierSetProperties properties)Set up the properties of this governance definition. -
Uses of GovernanceLevelIdentifierSetProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type GovernanceLevelIdentifierSetProperties Constructor Description GovernanceLevelIdentifierSetProperties(GovernanceLevelIdentifierSetProperties template)Copy/clone constructor
-