Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.RelatedElement
-
Packages that use RelatedElement 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 RelatedElement in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return types with arguments of type RelatedElement Modifier and Type Method Description List<RelatedElement>RelatedElementsManagementInterface. getAssignedActors(String userId, String scopeGUID, int startFrom, int pageSize)Retrieve the assigned actors linked by the "AssignmentScope" relationship between two referenceables.List<RelatedElement>RelatedElementsManagementInterface. getAssignedScopes(String userId, String elementGUID, int startFrom, int pageSize)Retrieve the assigned scopes linked by the "AssignmentScope" relationship between two referenceables.List<RelatedElement>CertificationManagementInterface. getCertifications(String userId, String elementGUID, int startFrom, int pageSize)Return information about the certifications linked to an element.List<RelatedElement>CertificationManagementInterface. getCertifiedElements(String userId, String certificationTypeGUID, int startFrom, int pageSize)Return information about the elements linked to a certification.List<RelatedElement>RelatedElementsManagementInterface. getDescriptiveElements(String userId, String detailGUID, int startFrom, int pageSize)Retrieve the descriptive elements linked via a "MoreInformation" relationship between two referenceables.List<RelatedElement>ExternalReferencesInterface. getElementsForExternalReference(String userId, String externalReferenceGUID, int startFrom, int pageSize)Return information about the elements linked to a externalReference.List<RelatedElement>RelatedElementsManagementInterface. getGovernanceDefinitionScopes(String userId, String governanceDefinitionGUID, int startFrom, int pageSize)Retrieve the assigned scopes linked by the "GovernanceDefinitionScope" relationship between two referenceables.List<RelatedElement>RelatedElementsManagementInterface. getGovernedElements(String userId, String governanceDefinitionGUID, int startFrom, int pageSize)Retrieve the governed elements linked via a "GovernedBy" relationship to a governance definition.List<RelatedElement>RightsManagementInterface. getLicensedElements(String userId, String licenseGUID, int startFrom, int pageSize)Return information about the elements linked to a license.List<RelatedElement>RelatedElementsManagementInterface. getMoreInformation(String userId, String elementGUID, int startFrom, int pageSize)Retrieve the detail elements linked via a "MoreInformation" relationship between two referenceables.List<RelatedElement>RelatedElementsManagementInterface. getResourceList(String userId, String elementGUID, int startFrom, int pageSize)Retrieve the list of resources assigned to an element via the "ResourceList" relationship between two referenceables.List<RelatedElement>RelatedElementsManagementInterface. getStakeholderCommissionedElements(String userId, String stakeholderGUID, int startFrom, int pageSize)Retrieve the elements commissioned by a stakeholder, linked via the "Stakeholder" relationship between two referenceables.List<RelatedElement>RelatedElementsManagementInterface. getStakeholders(String userId, String elementGUID, int startFrom, int pageSize)Retrieve the stakeholder elements linked via the "Stakeholder" relationship between two referenceables.List<RelatedElement>RelatedElementsManagementInterface. getSupportedByResource(String userId, String resourceGUID, int startFrom, int pageSize)Retrieve the list of elements assigned to a resource via the "ResourceList" relationship between two referenceables. -
Uses of RelatedElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return RelatedElement Modifier and Type Method Description RelatedElementCertificationTypeElement. getRelatedElement()Return details of the relationship used to retrieve this element.RelatedElementGovernanceDefinitionElement. getRelatedElement()Return details of the relationship used to retrieve this element.RelatedElementGovernanceMetricElement. getRelatedElement()Return details of the relationship used to retrieve this element.RelatedElementLicenseTypeElement. getRelatedElement()Return details of the relationship used to retrieve this element.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return types with arguments of type RelatedElement Modifier and Type Method Description List<RelatedElement>GovernanceDefinitionGraph. getChildren()Return the governance definitions that support this governance definition.List<RelatedElement>GovernanceDefinitionGraph. getExternalReferences()Return details of the external references that have been linked to this governance definition.List<RelatedElement>GovernanceMetricImplementation. getImplementations()Return the list of relationships that links the governance metric to the measurement data set.List<RelatedElement>GovernanceDefinitionGraph. getMetrics()Return the governance metrics that measure this governance definition.List<RelatedElement>GovernanceDefinitionGraph. getOthers()Return details of other relationshipsList<RelatedElement>GovernanceDefinitionGraph. getParents()Return the list of governance definitions that are requirements for this governance definition.List<RelatedElement>GovernanceDefinitionGraph. getPeers()Return the list of peer governance definitions that are related to this governance definition.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type RelatedElement Modifier and Type Method Description voidCertificationTypeElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.voidGovernanceDefinitionElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.voidGovernanceMetricElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.voidLicenseTypeElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with type arguments of type RelatedElement Modifier and Type Method Description voidGovernanceDefinitionGraph. setChildren(List<RelatedElement> children)Set up the governance definitions that support this governance definition.voidGovernanceDefinitionGraph. setExternalReferences(List<RelatedElement> externalReferences)Set up the details of the external references that have been linked to this governance definition.voidGovernanceMetricImplementation. setImplementations(List<RelatedElement> implementations)Set up the list of relationships that links the governance metric to the measurement data set.voidGovernanceDefinitionGraph. setMetrics(List<RelatedElement> metrics)Set up the governance metrics that measure this governance definition.voidGovernanceDefinitionGraph. setOthers(List<RelatedElement> others)Set details of other relationships.voidGovernanceDefinitionGraph. setParents(List<RelatedElement> parents)Set up the list of governance definition that are requirements for this governance definition.voidGovernanceDefinitionGraph. setPeers(List<RelatedElement> peers)Set up the list of governance definitions that are related to this governance definition.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type RelatedElement Constructor Description RelatedElement(RelatedElement template)Copy/clone constructor -
Uses of RelatedElement in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type RelatedElement Modifier and Type Method Description List<RelatedElement>RelatedElementListResponse. getElementList()Return the list of metadata elements.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type RelatedElement Modifier and Type Method Description voidRelatedElementListResponse. setElementList(List<RelatedElement> elements)Set up the list of metadata elements to return.
-