Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceStatusIdentifierSetElement
-
Packages that use GovernanceStatusIdentifierSetElement 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. -
-
Uses of GovernanceStatusIdentifierSetElement in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return GovernanceStatusIdentifierSetElement Modifier and Type Method Description GovernanceStatusIdentifierSetElementGovernanceStatusLevelInterface. getGovernanceStatusIdentifierSet(String userId, String classificationName)Retrieve the Governance Level Identifier Set for a requested governance status.GovernanceStatusIdentifierSetElementGovernanceStatusLevelInterface. getGovernanceStatusIdentifierSetByGUID(String userId, String setGUID)Retrieve the Governance Level Identifier Set metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return types with arguments of type GovernanceStatusIdentifierSetElement Modifier and Type Method Description List<GovernanceStatusIdentifierSetElement>GovernanceStatusLevelInterface. getGovernanceStatusIdentifierSets(String userId)Retrieve the list of Governance Status Level Identifier Sets. -
Uses of GovernanceStatusIdentifierSetElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceStatusIdentifierSetElement Constructor Description GovernanceStatusIdentifierSetElement(GovernanceStatusIdentifierSetElement template)Copy/clone constructor
-