Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceLevelIdentifierSetElement
-
Packages that use GovernanceLevelIdentifierSetElement 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 GovernanceLevelIdentifierSetElement in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return GovernanceLevelIdentifierSetElement Modifier and Type Method Description GovernanceLevelIdentifierSetElementGovernanceClassificationLevelInterface. getGovernanceLevelIdentifierSet(String userId, String classificationName)Retrieve the Governance Level Identifier Set for a requested governance classification.GovernanceLevelIdentifierSetElementGovernanceClassificationLevelInterface. getGovernanceLevelIdentifierSetByGUID(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 GovernanceLevelIdentifierSetElement Modifier and Type Method Description List<GovernanceLevelIdentifierSetElement>GovernanceClassificationLevelInterface. getGovernanceLevelIdentifierSets(String userId)Retrieve the list of Governance Classification Level Identifier Sets. -
Uses of GovernanceLevelIdentifierSetElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceLevelIdentifierSetElement Constructor Description GovernanceLevelIdentifierSetElement(GovernanceLevelIdentifierSetElement template)Copy/clone constructor -
Uses of GovernanceLevelIdentifierSetElement in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return GovernanceLevelIdentifierSetElement Modifier and Type Method Description GovernanceLevelIdentifierSetElementGovernanceLevelIdentifierSetResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type GovernanceLevelIdentifierSetElement Modifier and Type Method Description List<GovernanceLevelIdentifierSetElement>GovernanceLevelIdentifierSetListResponse. getElements()Return the list of governance classification level identifier sets.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type GovernanceLevelIdentifierSetElement Modifier and Type Method Description voidGovernanceLevelIdentifierSetResponse. setElement(GovernanceLevelIdentifierSetElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type GovernanceLevelIdentifierSetElement Modifier and Type Method Description voidGovernanceLevelIdentifierSetListResponse. setElements(List<GovernanceLevelIdentifierSetElement> elements)Set up the list of governance classification level identifier sets.
-