Interface ChangeSetParam
- All Known Implementing Classes:
DefaultChangeSetParam
public interface ChangeSetParam
Defines the parameters needed to perform the change set persistence operation
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.olingo.odata2.api.batch.BatchHandlerGets theBatchHandlerList<org.apache.olingo.odata2.api.processor.ODataRequest>Gets the list ofODataRequests
-
Method Details
-
getBatchHandler
org.apache.olingo.odata2.api.batch.BatchHandler getBatchHandler()Gets theBatchHandler- Returns:
- batch handler
-
getRequests
List<org.apache.olingo.odata2.api.processor.ODataRequest> getRequests()Gets the list ofODataRequests- Returns:
- ODataRequests
-