Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceLevelIdentifierElement
-
Packages that use GovernanceLevelIdentifierElement 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 GovernanceLevelIdentifierElement in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return GovernanceLevelIdentifierElement Modifier and Type Method Description GovernanceLevelIdentifierElementGovernanceClassificationLevelInterface. getGovernanceLevelIdentifier(String userId, String classificationName, int levelIdentifier)Retrieve the governance classification level identifier metadata element for the requested level within a specific governance classification. -
Uses of GovernanceLevelIdentifierElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return types with arguments of type GovernanceLevelIdentifierElement Modifier and Type Method Description List<GovernanceLevelIdentifierElement>GovernanceLevelIdentifierSetElement. 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 GovernanceLevelIdentifierElement Modifier and Type Method Description voidGovernanceLevelIdentifierSetElement. setIdentifierElements(List<GovernanceLevelIdentifierElement> 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 GovernanceLevelIdentifierElement Constructor Description GovernanceLevelIdentifierElement(GovernanceLevelIdentifierElement template)Copy/clone constructor -
Uses of GovernanceLevelIdentifierElement in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return GovernanceLevelIdentifierElement Modifier and Type Method Description GovernanceLevelIdentifierElementGovernanceLevelIdentifierResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type GovernanceLevelIdentifierElement Modifier and Type Method Description List<GovernanceLevelIdentifierElement>GovernanceLevelIdentifierListResponse. getElements()Return the list of governance classification level identifiers.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type GovernanceLevelIdentifierElement Modifier and Type Method Description voidGovernanceLevelIdentifierResponse. setElement(GovernanceLevelIdentifierElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type GovernanceLevelIdentifierElement Modifier and Type Method Description voidGovernanceLevelIdentifierListResponse. setElements(List<GovernanceLevelIdentifierElement> elements)Set up the list of governance classification level identifiers.
-