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.org.odpi.openmetadata.accessservices.governanceprogram.rest This package defines the beans used to build the REST request and response payloads. -
-
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. 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 -
Uses of GovernanceStatusIdentifierSetElement in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return GovernanceStatusIdentifierSetElement Modifier and Type Method Description GovernanceStatusIdentifierSetElementGovernanceStatusIdentifierSetResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type GovernanceStatusIdentifierSetElement Modifier and Type Method Description List<GovernanceStatusIdentifierSetElement>GovernanceStatusIdentifierSetListResponse. getElements()Return the list of governance classification level identifier sets.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type GovernanceStatusIdentifierSetElement Modifier and Type Method Description voidGovernanceStatusIdentifierSetResponse. setElement(GovernanceStatusIdentifierSetElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type GovernanceStatusIdentifierSetElement Modifier and Type Method Description voidGovernanceStatusIdentifierSetListResponse. setElements(List<GovernanceStatusIdentifierSetElement> elements)Set up the list of governance classification level identifier sets.
-