Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDomainSetElement
-
Packages that use GovernanceDomainSetElement 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 GovernanceDomainSetElement in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return GovernanceDomainSetElement Modifier and Type Method Description GovernanceDomainSetElementGovernanceDomainInterface. getGovernanceDomainSetByGUID(String userId, String governanceDomainSetGUID)Retrieve the governanceDomainSet metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return types with arguments of type GovernanceDomainSetElement Modifier and Type Method Description List<GovernanceDomainSetElement>GovernanceDomainInterface. findGovernanceDomainSets(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of governanceDomainSet metadata elements that contain the search string.List<GovernanceDomainSetElement>GovernanceDomainInterface. getGovernanceDomainSetsByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of governanceDomainSet metadata elements with a matching qualified or display name.List<GovernanceDomainSetElement>GovernanceDomainInterface. getSetsForGovernanceDomain(String userId, String governanceDomainGUID, int startFrom, int pageSize)Return the list of governance domain sets that a governance domain belong. -
Uses of GovernanceDomainSetElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceDomainSetElement Constructor Description GovernanceDomainSetElement(GovernanceDomainSetElement template)Copy/clone constructor -
Uses of GovernanceDomainSetElement in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return GovernanceDomainSetElement Modifier and Type Method Description GovernanceDomainSetElementGovernanceDomainSetResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type GovernanceDomainSetElement Modifier and Type Method Description List<GovernanceDomainSetElement>GovernanceDomainSetListResponse. getElements()Return the list of governance domain definition sets.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type GovernanceDomainSetElement Modifier and Type Method Description voidGovernanceDomainSetResponse. setElement(GovernanceDomainSetElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type GovernanceDomainSetElement Modifier and Type Method Description voidGovernanceDomainSetListResponse. setElements(List<GovernanceDomainSetElement> elements)Set up the list of governance domain definition sets.
-