All Known Implementing Classes:
DefaultPersistenceParam

public interface PersistenceParam
Defines the parameters needed to perform the persistence operation
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the payload of the request
    org.apache.olingo.odata2.api.processor.ODataContext
    Gets the context of the request as an ODataContext
    org.apache.olingo.odata2.api.edm.EdmEntitySet
    Gets the EdmEntitySet
    org.apache.olingo.odata2.api.edm.EdmEntityType
    Gets the EdmEntityType
    Gets the content type of the payload
    Gets the response content type
    org.apache.olingo.odata2.api.uri.UriInfo
    Gets the UriInfo
  • Method Details

    • getUriInfo

      org.apache.olingo.odata2.api.uri.UriInfo getUriInfo()
      Gets the UriInfo
      Returns:
      URI info
    • getEntitySet

      org.apache.olingo.odata2.api.edm.EdmEntitySet getEntitySet()
      Gets the EdmEntitySet
      Returns:
      entity set
    • getEntityType

      org.apache.olingo.odata2.api.edm.EdmEntityType getEntityType()
      Gets the EdmEntityType
      Returns:
      entity type
    • getContent

      InputStream getContent()
      Gets the payload of the request
      Returns:
      content
    • getRequestContentType

      String getRequestContentType()
      Gets the content type of the payload
      Returns:
      content type
    • getResponseContentType

      String getResponseContentType()
      Gets the response content type
      Returns:
      content type
    • getContext

      org.apache.olingo.odata2.api.processor.ODataContext getContext()
      Gets the context of the request as an ODataContext
      Returns:
      context