Interface InputStore
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AggregationInputStore,ConditionInputStore,Store
public interface InputStore extends Serializable
Input Store
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetStoreId()StringgetStoreReferenceId()static Storestore(String storeId)static Storestore(String storeReferenceId, String storeId)
-