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