Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceLevelIdentifierProperties
-
Packages that use GovernanceLevelIdentifierProperties 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 GovernanceLevelIdentifierProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type GovernanceLevelIdentifierProperties Modifier and Type Method Description StringGovernanceClassificationLevelInterface. createGovernanceLevelIdentifier(String userId, String setGUID, GovernanceLevelIdentifierProperties properties)Create a new metadata element to represent a governance classification level identifier.voidGovernanceClassificationLevelInterface. updateGovernanceLevelIdentifier(String userId, String identifierGUID, GovernanceLevelIdentifierProperties properties)Update the metadata element representing a governance classification level identifier. -
Uses of GovernanceLevelIdentifierProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return GovernanceLevelIdentifierProperties Modifier and Type Method Description GovernanceLevelIdentifierPropertiesGovernanceLevelIdentifierElement. getProperties()Return the properties of the governance level identifier for a governance classification.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceLevelIdentifierProperties Modifier and Type Method Description voidGovernanceLevelIdentifierElement. setProperties(GovernanceLevelIdentifierProperties properties)Set up the properties of the governance level identifier for a governance classification. -
Uses of GovernanceLevelIdentifierProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type GovernanceLevelIdentifierProperties Constructor Description GovernanceLevelIdentifierProperties(GovernanceLevelIdentifierProperties template)Copy/clone constructor
-