Package org.odpi.openmetadata.accessservices.projectmanagement.rest
This package defines the beans used to build the REST request and response payloads.
REST APIs can pass parameters in their URLs (called path variables) as well has having a RequestBody bean
for additional, more complex, or optional parameters. Responses are returned in response beans.
The response beans encode the return type of the method as well as any exceptions and associated messages.
-
Class Summary Class Description ActorProfileListResponse ActorProfileListResponse is the response structure used on the OMAS REST API calls that return a list of profile elements.ClassificationRequestBody ClassificationRequestBody describes the request body used when attaching classification to elements.ElementStubsResponse ElementStubListResponse is the response structure used on the OMAS REST API calls that return a list of element identifiers as a response.ExternalSourceRequestBody ExternalSourceRequestBody carries the parameters for marking an element as external.PersonRoleListResponse PersonRoleListResponse is the response structure used on the OMAS REST API calls that return a list of person role elements.PersonRoleRequestBody PersonRoleRequestBody provides the request body payload for working on PersonRole entities.PersonRoleResponse PersonRoleResponse is the response structure used on the OMAS REST API calls that return a PersonRoleElement object as a response.ProjectListResponse ProjectListResponse is the response structure used on the OMAS REST API calls that return a list of project elements.ProjectManagementOMASAPIRequestBody ProjectManagementOMASAPIRequestBody provides a common header for Community Profile OMAS request bodies for its REST API.ProjectManagementOMASAPIResponse ProjectManagementOMASAPIResponse provides a common header for Project Management OMAS managed rest to its REST API.ProjectResponse ProjectResponse is the response structure used on the OMAS REST API calls that return a ProjectElement object as a response.ReferenceableRequestBody RelationshipRequestBody describes the request body used when linking elements together.RelatedElementListResponse RelatedElementListResponse is a response object for passing back a list of relatedElement objects.RelationshipElementResponse RelationshipElementResponse is the response structure used on the OMAS REST API calls that return the properties for a relationship.RelationshipElementsResponse RelationshipElementsResponse is a response object for passing back a list of relationships or an exception if the request failed.RelationshipRequestBody RelationshipRequestBody describes the request body used when linking elements together.TemplateRequestBody TemplateRequestBody carries the parameters for creating a new asset using a template.