Interface CreateItemStrategy
-
- All Known Implementing Classes:
AlwaysCreateItemStrategy,NeverCreateItemStrategy
public interface CreateItemStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemModelcreateItem(StorageRequest storageRequest)
-
-
-
Method Detail
-
createItem
ItemModel createItem(StorageRequest storageRequest) throws org.apache.olingo.odata2.api.edm.EdmException
- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
-