Uses of Interface
io.dialob.executor.model.ItemStates
-
Packages that use ItemStates Package Description io.dialob.executor.command io.dialob.executor.command.event io.dialob.executor.model -
-
Uses of ItemStates in io.dialob.executor.command
Methods in io.dialob.executor.command that return ItemStates Modifier and Type Method Description default ItemStatesCreateRowGroupFromPrototypeCommand. update(EvalContext context, ItemStates itemStates)default ItemStatesCreateRowGroupItemsFromPrototypeCommand. update(EvalContext context, ItemStates itemStates)Methods in io.dialob.executor.command that return types with arguments of type ItemStates Modifier and Type Method Description com.google.common.collect.ImmutableList<Trigger<ItemStates>>ImmutableCreateRowGroupFromPrototypeCommand. getTriggers()com.google.common.collect.ImmutableList<Trigger<ItemStates>>ImmutableCreateRowGroupItemsFromPrototypeCommand. getTriggers()Methods in io.dialob.executor.command with parameters of type ItemStates Modifier and Type Method Description default ItemStatesCreateRowGroupFromPrototypeCommand. update(EvalContext context, ItemStates itemStates)default ItemStatesCreateRowGroupItemsFromPrototypeCommand. update(EvalContext context, ItemStates itemStates)Method parameters in io.dialob.executor.command with type arguments of type ItemStates Modifier and Type Method Description ImmutableCreateRowGroupFromPrototypeCommand.BuilderImmutableCreateRowGroupFromPrototypeCommand.Builder. addAllTriggers(Iterable<? extends Trigger<ItemStates>> elements)Adds elements totriggerslist.ImmutableCreateRowGroupItemsFromPrototypeCommand.BuilderImmutableCreateRowGroupItemsFromPrototypeCommand.Builder. addAllTriggers(Iterable<? extends Trigger<ItemStates>> elements)Adds elements totriggerslist.ImmutableCreateRowGroupFromPrototypeCommand.BuilderImmutableCreateRowGroupFromPrototypeCommand.Builder. addTriggers(Trigger<ItemStates> element)Adds one element totriggerslist.ImmutableCreateRowGroupItemsFromPrototypeCommand.BuilderImmutableCreateRowGroupItemsFromPrototypeCommand.Builder. addTriggers(Trigger<ItemStates> element)Adds one element totriggerslist.static ImmutableCreateRowGroupFromPrototypeCommandImmutableCreateRowGroupFromPrototypeCommand. of(ItemId itemPrototypeId, Iterable<? extends Trigger<ItemStates>> triggers)Construct a new immutableCreateRowGroupFromPrototypeCommandinstance.static ImmutableCreateRowGroupFromPrototypeCommandImmutableCreateRowGroupFromPrototypeCommand. of(ItemId itemPrototypeId, List<Trigger<ItemStates>> triggers)Construct a new immutableCreateRowGroupFromPrototypeCommandinstance.static ImmutableCreateRowGroupItemsFromPrototypeCommandImmutableCreateRowGroupItemsFromPrototypeCommand. of(ItemId targetId, ItemId itemPrototypeId, Iterable<? extends Trigger<ItemStates>> triggers)Construct a new immutableCreateRowGroupItemsFromPrototypeCommandinstance.static ImmutableCreateRowGroupItemsFromPrototypeCommandImmutableCreateRowGroupItemsFromPrototypeCommand. of(ItemId targetId, ItemId itemPrototypeId, List<Trigger<ItemStates>> triggers)Construct a new immutableCreateRowGroupItemsFromPrototypeCommandinstance.ImmutableCreateRowGroupFromPrototypeCommand.BuilderImmutableCreateRowGroupFromPrototypeCommand.Builder. triggers(Iterable<? extends Trigger<ItemStates>> elements)Sets or replaces all elements fortriggerslist.ImmutableCreateRowGroupItemsFromPrototypeCommand.BuilderImmutableCreateRowGroupItemsFromPrototypeCommand.Builder. triggers(Iterable<? extends Trigger<ItemStates>> elements)Sets or replaces all elements fortriggerslist.ImmutableCreateRowGroupFromPrototypeCommandImmutableCreateRowGroupFromPrototypeCommand. withTriggers(Iterable<? extends Trigger<ItemStates>> elements)Copy the current immutable object with elements that replace the content oftriggers.ImmutableCreateRowGroupItemsFromPrototypeCommandImmutableCreateRowGroupItemsFromPrototypeCommand. withTriggers(Iterable<? extends Trigger<ItemStates>> elements)Copy the current immutable object with elements that replace the content oftriggers. -
Uses of ItemStates in io.dialob.executor.command.event
Methods in io.dialob.executor.command.event with parameters of type ItemStates Modifier and Type Method Description default Stream<Event>ProtoTypeItemsAddedEventsProvider. createEvents(ItemStates originalState, ItemStates updatedState)default Stream<Event>RowItemsAddedEventsProvider. createEvents(ItemStates originalState, ItemStates updatedState)default Stream<Event>RowItemsRemovedEventsProvider. createEvents(ItemStates originalState, ItemStates updatedState) -
Uses of ItemStates in io.dialob.executor.model
Classes in io.dialob.executor.model that implement ItemStates Modifier and Type Class Description classDialobSessionclassImmutableItemStatesImmutable implementation ofItemStates.Methods in io.dialob.executor.model with parameters of type ItemStates Modifier and Type Method Description static ImmutableItemStatesImmutableItemStates. copyOf(ItemStates instance)Creates an immutable copy of aItemStatesvalue.ImmutableItemStates.BuilderImmutableItemStates.Builder. from(ItemStates instance)Fill a builder with attribute values from the providedItemStatesinstance.
-