Package io.dialob.executor.model
Interface ItemStates
-
- All Known Implementing Classes:
DialobSession,ImmutableItemStates
@Immutable public interface ItemStates
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<ErrorId,ErrorState>getErrorStates()Map<ItemId,ItemState>getItemStates()Map<ValueSetId,ValueSetState>getValueSetStates()
-
-
-
Method Detail
-
getValueSetStates
@Nonnull Map<ValueSetId,ValueSetState> getValueSetStates()
-
getErrorStates
@Nonnull Map<ErrorId,ErrorState> getErrorStates()
-
-