Interface StorageRequestFactory
-
- All Known Implementing Classes:
DefaultStorageRequestFactory
public interface StorageRequestFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageRequestcreate(org.apache.olingo.odata2.api.processor.ODataContext oDataContext, java.lang.String responseContentType, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)Get the StorageRequest for persistence processing
-
-
-
Method Detail
-
create
StorageRequest create(org.apache.olingo.odata2.api.processor.ODataContext oDataContext, java.lang.String responseContentType, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)
Get the StorageRequest for persistence processing- Parameters:
oDataContext- The ODataContext to be used.responseContentType- contentType to use.entitySet- EdmEntitySet to use.entry- ODataEntry to use.- Returns:
- The StorageRequest used for persistence
-
-