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