Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.RelatedElement
-
Packages that use RelatedElement Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of RelatedElement in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.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>ValidValueManagementInterface. getAssigneesOfReferenceValue(String userId, String validValueGUID, int startFrom, int pageSize)Return information about the person roles linked to a validValue.List<RelatedElement>ValidValueManagementInterface. getConsumersOfValidValue(String userId, String validValueGUID, int startFrom, int pageSize)Return information about the consumers linked to a valid value.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>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.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return RelatedElement Modifier and Type Method Description RelatedElementCollectionElement. getRelatedElement()Return details of the relationship used to retrieve this element.RelatedElementCommentElement. getRelatedElement()Return details of the relationship used to retrieve this element.RelatedElementCommunityElement. getRelatedElement()Return details of the relationship used to retrieve this element.RelatedElementLocationElement. getRelatedElement()Return details of the relationship used to retrieve this element.RelatedElementPersonalRoleElement. getRelatedElement()Return details of the relationship used to retrieve this element.RelatedElementPersonRoleElement. getRelatedElement()Return details of the relationship used to retrieve this element.RelatedElementResourceElement. getRelatedElement()Return details of the relationship used to retrieve this element.RelatedElementSecurityGroupElement. getRelatedElement()Return details of the relationship used to retrieve this element.RelatedElementToDoElement. getRelatedElement()Return details of the relationship used to retrieve this element.RelatedElementUserIdentityElement. getRelatedElement()Return details of the relationship used to retrieve this element.RelatedElementValidValueElement. getRelatedElement()Return information about the related element and relationship (if any) that was used to retrieve the valid value.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return types with arguments of type RelatedElement Modifier and Type Method Description List<RelatedElement>ActorProfileElement. getBusinessCapability()Return the business capability linked via the organizational capability relationship.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type RelatedElement Modifier and Type Method Description voidCollectionElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.voidCommentElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.voidCommunityElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.voidLocationElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.voidPersonalRoleElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.voidPersonRoleElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.voidResourceElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.voidSecurityGroupElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.voidToDoElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.voidUserIdentityElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.voidValidValueElement. setRelatedElement(RelatedElement relatedElement)Set up information about the related element and relationship (if any) that was used to retrieve the valid value.Method parameters in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with type arguments of type RelatedElement Modifier and Type Method Description voidActorProfileElement. setBusinessCapability(List<RelatedElement> businessCapability)Set up the business capability linked via the organizational capability relationship.Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type RelatedElement Constructor Description RelatedElement(RelatedElement template)Copy/clone constructor -
Uses of RelatedElement in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.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.communityprofile.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.
-