Package org.odpi.openmetadata.accessservices.projectmanagement.rest


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.
  • Classes
    Class
    Description
    ActorProfileListResponse is the response structure used on the OMAS REST API calls that return a list of profile elements.
    ClassificationRequestBody describes the request body used when attaching classification to elements.
    ElementStubListResponse is the response structure used on the OMAS REST API calls that return a list of element identifiers as a response.
    ExternalSourceRequestBody carries the parameters for marking an element as external.
    PersonRoleListResponse is the response structure used on the OMAS REST API calls that return a list of person role elements.
    PersonRoleRequestBody provides the request body payload for working on PersonRole entities.
    PersonRoleResponse is the response structure used on the OMAS REST API calls that return a PersonRoleElement object as a response.
    ProjectListResponse is the response structure used on the OMAS REST API calls that return a list of project elements.
    ProjectManagementOMASAPIRequestBody provides a common header for Community Profile OMAS request bodies for its REST API.
    ProjectManagementOMASAPIResponse provides a common header for Project Management OMAS managed rest to its REST API.
    ProjectResponse is the response structure used on the OMAS REST API calls that return a ProjectElement object as a response.
    RelationshipRequestBody describes the request body used when linking elements together.
    RelatedElementListResponse is a response object for passing back a list of relatedElement objects.
    RelationshipElementResponse is the response structure used on the OMAS REST API calls that return the properties for a relationship.
    RelationshipElementsResponse is a response object for passing back a list of relationships or an exception if the request failed.
    RelationshipRequestBody describes the request body used when linking elements together.
    TemplateRequestBody carries the parameters for creating a new asset using a template.