Package io.thestencil.client.api
Interface StencilStore.BatchCommand
-
- All Known Implementing Classes:
ImmutableBatchCommand
- Enclosing interface:
- StencilStore
@Immutable public static interface StencilStore.BatchCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<StencilClient.Entity>getToBeCreated()List<StencilClient.Entity>getToBeDeleted()List<StencilClient.Entity>getToBeSaved()
-
-
-
Method Detail
-
getToBeCreated
List<StencilClient.Entity> getToBeCreated()
-
getToBeSaved
List<StencilClient.Entity> getToBeSaved()
-
getToBeDeleted
List<StencilClient.Entity> getToBeDeleted()
-
-