Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceStatusIdentifierElement
-
Packages that use GovernanceStatusIdentifierElement 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 GovernanceStatusIdentifierElement in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return GovernanceStatusIdentifierElement Modifier and Type Method Description GovernanceStatusIdentifierElementGovernanceStatusLevelInterface. getGovernanceStatusIdentifier(String userId, int statusIdentifier)Retrieve the governance status level identifier metadata element for the requested level within a specific governance status. -
Uses of GovernanceStatusIdentifierElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return types with arguments of type GovernanceStatusIdentifierElement Modifier and Type Method Description List<GovernanceStatusIdentifierElement>GovernanceStatusIdentifierSetElement. getIdentifierElements()Return the list of governance level identifiers use with the requested classification.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with type arguments of type GovernanceStatusIdentifierElement Modifier and Type Method Description voidGovernanceStatusIdentifierSetElement. setIdentifierElements(List<GovernanceStatusIdentifierElement> identifierElements)Set up the list of governance level identifiers use with the requested classification.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceStatusIdentifierElement Constructor Description GovernanceStatusIdentifierElement(GovernanceStatusIdentifierElement template)Copy/clone constructor
-