Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDefinitionElement
-
Packages that use GovernanceDefinitionElement 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 GovernanceDefinitionElement in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return GovernanceDefinitionElement Modifier and Type Method Description GovernanceDefinitionElementGovernanceProgramReviewInterface. getGovernanceDefinitionByGUID(String userId, String definitionGUID)Retrieve the governance definition by the unique identifier assigned by this service when it was created.Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return types with arguments of type GovernanceDefinitionElement Modifier and Type Method Description List<GovernanceDefinitionElement>GovernanceProgramReviewInterface. findGovernanceDefinitions(String userId, String typeName, String searchString, int startFrom, int pageSize)Return the list of governance definitions that match the search string - this can be a regular expression.List<GovernanceDefinitionElement>GovernanceProgramReviewInterface. getGovernanceDefinitionsForDocId(String userId, String typeName, String docId, int startFrom, int pageSize)Return the list of governance definitions associated with a unique docId.List<GovernanceDefinitionElement>GovernanceProgramReviewInterface. getGovernanceDefinitionsForDomain(String userId, String typeName, int domainIdentifier, int startFrom, int pageSize)Return the list of governance definitions associated with a particular governance domain.List<GovernanceDefinitionElement>RelatedElementsManagementInterface. getGovernanceDefinitionsForElement(String userId, String elementGUID, int startFrom, int pageSize)Retrieve the governance definitions linked via a "GovernedBy" relationship to an element.List<GovernanceDefinitionElement>RelatedElementsManagementInterface. getRoleResponsibilities(String userId, String personRoleGUID, int startFrom, int pageSize)Retrieve the governance responsibilities linked via a "GovernanceResponsibilityAssignment" relationship to a person role.List<GovernanceDefinitionElement>RelatedElementsManagementInterface. getScopedGovernanceDefinitions(String userId, String scopeGUID, int startFrom, int pageSize)Retrieve the governance definitions linked by the "GovernanceDefinitionScope" relationship to a scope element. -
Uses of GovernanceDefinitionElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Subclasses of GovernanceDefinitionElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements Modifier and Type Class Description classGovernanceDefinitionGraphGovernanceDefinitionGraph documents the linked governance definitions of the governance program.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceDefinitionElement Constructor Description GovernanceDefinitionElement(GovernanceDefinitionElement template)Copy/clone constructor -
Uses of GovernanceDefinitionElement in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return GovernanceDefinitionElement Modifier and Type Method Description GovernanceDefinitionElementGovernanceDefinitionResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type GovernanceDefinitionElement Modifier and Type Method Description List<GovernanceDefinitionElement>GovernanceDefinitionListResponse. getElements()Return the list of governance definitions.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type GovernanceDefinitionElement Modifier and Type Method Description voidGovernanceDefinitionResponse. setElement(GovernanceDefinitionElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type GovernanceDefinitionElement Modifier and Type Method Description voidGovernanceDefinitionListResponse. setElements(List<GovernanceDefinitionElement> elements)Set up the list of governance definitions.
-