All Known Implementing Classes:
DefaultChangeSetParam

public interface ChangeSetParam
Defines the parameters needed to perform the change set persistence operation
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.olingo.odata2.api.batch.BatchHandler
    Gets the BatchHandler
    List<org.apache.olingo.odata2.api.processor.ODataRequest>
    Gets the list of ODataRequests
  • Method Details

    • getBatchHandler

      org.apache.olingo.odata2.api.batch.BatchHandler getBatchHandler()
      Gets the BatchHandler
      Returns:
      batch handler
    • getRequests

      List<org.apache.olingo.odata2.api.processor.ODataRequest> getRequests()
      Gets the list of ODataRequests
      Returns:
      ODataRequests