Interface ODataProcessorHandler<P,R>

Type Parameters:
P - Parameter type
R - Return type
All Known Implementing Classes:
BatchPersistenceHandler, ChangeSetPersistenceHandler, DeleteHandler, PatchPersistenceHandler, PersistenceHandler, ReadHandler

public interface ODataProcessorHandler<P,R>
An ODataProcessorHandler handles an operation defined in the ODataSingleProcessor, such as createEntity.
  • Method Summary

    Modifier and Type
    Method
    Description
    handle(P param)
     
  • Method Details

    • handle

      R handle(P param) throws org.apache.olingo.odata2.api.exception.ODataException
      Throws:
      org.apache.olingo.odata2.api.exception.ODataException