Interface BatchParam
- All Known Implementing Classes:
DefaultBatchParam
public interface BatchParam
Defines the parameters needed to perform the batch persistence operation
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.olingo.odata2.api.batch.BatchHandlerGets theBatchHandlerList<org.apache.olingo.odata2.api.batch.BatchRequestPart>Gets the list ofBatchRequestPartintGets the number of batch request parts
-
Method Details
-
getBatchHandler
org.apache.olingo.odata2.api.batch.BatchHandler getBatchHandler()Gets theBatchHandler- Returns:
- batch handler
-
getBatchRequestParts
List<org.apache.olingo.odata2.api.batch.BatchRequestPart> getBatchRequestParts()Gets the list ofBatchRequestPart- 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
-