All Known Implementing Classes:
DefaultBatchParam

public interface BatchParam
Defines the parameters needed to perform the batch 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.batch.BatchRequestPart>
    Gets the list of BatchRequestPart
    int
    Gets the number of batch request parts
  • Method Details

    • getBatchHandler

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

      List<org.apache.olingo.odata2.api.batch.BatchRequestPart> getBatchRequestParts()
      Gets the list of BatchRequestPart
      Returns:
      list of batch request parts, or empty list if none
    • getBatchRequestPartSize

      int getBatchRequestPartSize()
      Gets the number of batch request parts
      Returns:
      size of 0 or greater