Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDomainElement
-
Packages that use GovernanceDomainElement 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 GovernanceDomainElement in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return GovernanceDomainElement Modifier and Type Method Description GovernanceDomainElementGovernanceDomainInterface. getGovernanceDomainByGUID(String userId, String governanceDomainGUID)Retrieve the Governance Domain metadata element with the supplied unique identifier assigned when the domain description was stored in the metadata repository.GovernanceDomainElementGovernanceDomainInterface. getGovernanceDomainByIdentifier(String userId, int domainIdentifier)Retrieve the Governance Domain metadata element with the supplied domain identifier.Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return types with arguments of type GovernanceDomainElement Modifier and Type Method Description List<GovernanceDomainElement>GovernanceDomainInterface. findGovernanceDomains(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of Governance Domain metadata elements that contain the search string.List<GovernanceDomainElement>GovernanceDomainInterface. getGovernanceDomains(String userId, int startFrom, int pageSize)Retrieve the list of Governance Domain metadata elements defined for the governance program.List<GovernanceDomainElement>GovernanceDomainInterface. getGovernanceDomainsByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of Governance Domain metadata elements with a matching qualified or display name. -
Uses of GovernanceDomainElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return types with arguments of type GovernanceDomainElement Modifier and Type Method Description List<GovernanceDomainElement>GovernanceDomainSetElement. getDomains()Return the list of governance domains that are included in the governance set.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with type arguments of type GovernanceDomainElement Modifier and Type Method Description voidGovernanceDomainSetElement. setDomains(List<GovernanceDomainElement> domains)Set up the list of governance domains that are included in the governance set.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceDomainElement Constructor Description GovernanceDomainElement(GovernanceDomainElement template)Copy/clone constructor -
Uses of GovernanceDomainElement in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return GovernanceDomainElement Modifier and Type Method Description GovernanceDomainElementGovernanceDomainResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type GovernanceDomainElement Modifier and Type Method Description List<GovernanceDomainElement>GovernanceDomainListResponse. getElements()Return the list of governance domain definitions.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type GovernanceDomainElement Modifier and Type Method Description voidGovernanceDomainResponse. setElement(GovernanceDomainElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type GovernanceDomainElement Modifier and Type Method Description voidGovernanceDomainListResponse. setElements(List<GovernanceDomainElement> elements)Set up the list of governance domain definitions.
-