Uses of Class
org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.RelatedElement
-
Packages that use RelatedElement Package Description org.odpi.openmetadata.accessservices.projectmanagement.api The API package defines the Java interfaces supported by the Project Management OMAS.org.odpi.openmetadata.accessservices.projectmanagement.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.projectmanagement.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of RelatedElement in org.odpi.openmetadata.accessservices.projectmanagement.api
Methods in org.odpi.openmetadata.accessservices.projectmanagement.api that return types with arguments of type RelatedElement Modifier and Type Method Description List<RelatedElement>RelatedElementsInterface. getAssignedActors(String userId, String scopeGUID, int startFrom, int pageSize)Retrieve the assigned actors linked by the "AssignmentScope" relationship between two referenceables.List<RelatedElement>RelatedElementsInterface. getAssignedScopes(String userId, String elementGUID, int startFrom, int pageSize)Retrieve the assigned scopes linked by the "AssignmentScope" relationship between two referenceables.List<RelatedElement>RelatedElementsInterface. getDescriptiveElements(String userId, String detailGUID, int startFrom, int pageSize)Retrieve the descriptive elements linked via a "MoreInformation" relationship between two referenceables.List<RelatedElement>RelatedElementsInterface. getMoreInformation(String userId, String elementGUID, int startFrom, int pageSize)Retrieve the detail elements linked via a "MoreInformation" relationship between two referenceables.List<RelatedElement>RelatedElementsInterface. 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>RelatedElementsInterface. 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>RelatedElementsInterface. getStakeholders(String userId, String elementGUID, int startFrom, int pageSize)Retrieve the stakeholder elements linked via the "Stakeholder" relationship between two referenceables.List<RelatedElement>RelatedElementsInterface. 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.projectmanagement.metadataelements
Methods in org.odpi.openmetadata.accessservices.projectmanagement.metadataelements that return RelatedElement Modifier and Type Method Description RelatedElementPersonRoleElement. getRelatedElement()Return details of the relationship used to retrieve this element.RelatedElementProjectElement. getRelatedElement()Return details of the relationship used to retrieve this element.RelatedElementUserIdentityElement. getRelatedElement()Return details of the relationship used to retrieve this element.Methods in org.odpi.openmetadata.accessservices.projectmanagement.metadataelements with parameters of type RelatedElement Modifier and Type Method Description voidPersonRoleElement. setRelatedElement(RelatedElement relatedElement)Set up details of the relationship used to retrieve this element.voidProjectElement. 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.Constructors in org.odpi.openmetadata.accessservices.projectmanagement.metadataelements with parameters of type RelatedElement Constructor Description RelatedElement(RelatedElement template)Copy/clone constructor -
Uses of RelatedElement in org.odpi.openmetadata.accessservices.projectmanagement.rest
Methods in org.odpi.openmetadata.accessservices.projectmanagement.rest that return types with arguments of type RelatedElement Modifier and Type Method Description List<RelatedElement>RelatedElementListResponse. getElements()Return the list of metadata elements.Method parameters in org.odpi.openmetadata.accessservices.projectmanagement.rest with type arguments of type RelatedElement Modifier and Type Method Description voidRelatedElementListResponse. setElements(List<RelatedElement> elements)Set up the list of metadata elements to return.
-