C F G O P R S U 
All Classes All Packages

C

clearAssignmentScope(String, String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Remove an "AssignmentScope" relationship between two referenceables.
clearMoreInformation(String, String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Remove a "MoreInformation" relationship between two referenceables.
clearProjectManagementRole(String, String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Remove a membership relationship between a project and a person role.
clearProjectTeam(String, String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Remove a relationship between a project and a person role.
clearResource(String, String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Remove a "ResourceList" relationship between two referenceables.
clearStakeholder(String, String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Remove a "Stakeholder" relationship between two referenceables.
createProject(String, String, ReferenceableRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Create a new metadata element to represent a project.
createProjectFromTemplate(String, String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Create a new metadata element to represent a project using an existing metadata element as a template.

F

findProjects(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Retrieve the list of project metadata elements that contain the search string.

G

getAssignedActors(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Retrieve the assigned actors linked by the "AssignmentScope" relationship between two referenceables.
getAssignedScopes(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Retrieve the assigned scopes linked by the "AssignmentScope" relationship between two referenceables.
getDescriptiveElements(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Retrieve the descriptive elements linked via a "MoreInformation" relationship between two referenceables.
getMoreInformation(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Retrieve the detail elements linked via a "MoreInformation" relationship between two referenceables.
getProjectActors(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Return information about the actors linked to a project.
getProjectByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Retrieve the project metadata element with the supplied unique identifier.
getProjectManagementRoles(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Return information about a person role connected to the named project.
getProjectsByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Retrieve the list of project metadata elements.
getProjectsByName(String, String, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Retrieve the list of project metadata elements with a matching qualified or display name.
getResourceList(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Retrieve the list of resources assigned to an element via the "ResourceList" relationship between two referenceables.
getStakeholderCommissionedElements(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Retrieve the elements commissioned by a stakeholder, linked via the "Stakeholder" relationship between two referenceables.
getStakeholders(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Retrieve the stakeholder elements linked via the "Stakeholder" relationship between two referenceables.
getSupportedByResource(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Retrieve the list of elements assigned to a resource via the "ResourceList" relationship between two referenceables.

O

org.odpi.openmetadata.accessservices.projectmanagement.server.spring - package org.odpi.openmetadata.accessservices.projectmanagement.server.spring
 

P

ProjectManagementResource - Class in org.odpi.openmetadata.accessservices.projectmanagement.server.spring
The ProjectManagementResource provides the server-side implementation of the Project Management Open Metadata Assess Service (OMAS).
ProjectManagementResource() - Constructor for class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Default constructor

R

removeProject(String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Remove the metadata element representing a project.

S

setupAssignmentScope(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Create an "AssignmentScope" relationship between an element and its scope.
setupMoreInformation(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Create a "MoreInformation" relationship between an element that is descriptive and one that is providing the detail.
setupProjectManagementRole(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Create a membership relationship between a project and a person role to show that anyone appointed to the role is a member of the project.
setupProjectTeam(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Create a project team relationship between a project and a person role to show that anyone appointed to the role is a member of the project.
setupResource(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Create a "ResourceList" relationship between a consuming element and an element that represents resources.
setupStakeholder(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Create a "Stakeholder" relationship between an element and its stakeholder.

U

updateProject(String, String, String, boolean, ReferenceableRequestBody) - Method in class org.odpi.openmetadata.accessservices.projectmanagement.server.spring.ProjectManagementResource
Update the metadata element representing a project.
C F G O P R S U 
All Classes All Packages