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