Uses of Class
io.dialob.session.engine.session.model.ValueSetState
Packages that use ValueSetState
Package
Description
-
Uses of ValueSetState in io.dialob.session.engine
Methods in io.dialob.session.engine with parameters of type ValueSetStateModifier and TypeMethodDescriptionstatic io.dialob.api.proto.ValueSetUtils.toValueSet(ValueSetState valueSetState) protected abstract voidAbstractFormActionsUpdatesItemsVisitor.updated(ValueSetState updated) protected voidFormActionsUpdatesItemsVisitor.updated(ValueSetState updated) -
Uses of ValueSetState in io.dialob.session.engine.program
Methods in io.dialob.session.engine.program that return types with arguments of type ValueSetStateModifier and TypeMethodDescriptionDialobSessionEvalContext.getValueSetState(ValueSetId valueSetId) EvalContext.getValueSetState(ValueSetId valueSetId) Methods in io.dialob.session.engine.program with parameters of type ValueSetStateModifier and TypeMethodDescriptionvoidDialobSessionEvalContext.registerUpdate(ValueSetState newState, ValueSetState oldState) voidEvalContext.registerUpdate(ValueSetState newState, ValueSetState oldState) voidEvalContext.UpdatedItemsVisitor.UpdatedValueSetVisitor.visitUpdatedValueSet(ValueSetState original, ValueSetState updated) -
Uses of ValueSetState in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ValueSetStateModifier and TypeMethodDescriptiondefault ValueSetStateUpdateValueSetCommand.update(EvalContext context, ValueSetState state) Methods in io.dialob.session.engine.session.command that return types with arguments of type ValueSetStateModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Trigger<ValueSetState>> ImmutableUpdateValueSetCommand.getTriggers()Methods in io.dialob.session.engine.session.command with parameters of type ValueSetStateModifier and TypeMethodDescriptiondefault ValueSetStateUpdateValueSetCommand.update(EvalContext context, ValueSetState state) Method parameters in io.dialob.session.engine.session.command with type arguments of type ValueSetStateModifier and TypeMethodDescriptionImmutableUpdateValueSetCommand.Builder.addAllTriggers(Iterable<? extends Trigger<ValueSetState>> elements) Adds elements totriggerslist.ImmutableUpdateValueSetCommand.Builder.addTriggers(Trigger<ValueSetState> element) Adds one element totriggerslist.ImmutableUpdateValueSetCommand.Builder.triggers(Iterable<? extends Trigger<ValueSetState>> elements) Sets or replaces all elements fortriggerslist.ImmutableUpdateValueSetCommand.withTriggers(Iterable<? extends Trigger<ValueSetState>> elements) Copy the current immutable object with elements that replace the content oftriggers. -
Uses of ValueSetState in io.dialob.session.engine.session.model
Methods in io.dialob.session.engine.session.model that return ValueSetStateModifier and TypeMethodDescriptionValueSetState.UpdateBuilder.get()static ValueSetStateValueSetState.readFrom(com.google.protobuf.CodedInputStream input) Methods in io.dialob.session.engine.session.model that return types with arguments of type ValueSetStateModifier and TypeMethodDescriptionDialobSession.getValueSetState(ValueSetId id) DialobSession.getValueSetStates()com.google.common.collect.ImmutableMap<ValueSetId, ValueSetState> ImmutableItemStates.getValueSetStates()ItemStates.getValueSetStates()Methods in io.dialob.session.engine.session.model with parameters of type ValueSetStateModifier and TypeMethodDescriptionImmutableItemStates.Builder.putValueSetStates(ValueSetId key, ValueSetState value) Put one entry to thevalueSetStatesmap.voidDialobSessionVisitor.ValueSetVisitor.visitValueSetState(ValueSetState valueSetState) Method parameters in io.dialob.session.engine.session.model with type arguments of type ValueSetStateModifier and TypeMethodDescriptionImmutableItemStates.Builder.putAllValueSetStates(Map<? extends ValueSetId, ? extends ValueSetState> entries) Put all mappings from the specified map as entries tovalueSetStatesmap.ImmutableItemStates.Builder.putValueSetStates(Map.Entry<? extends ValueSetId, ? extends ValueSetState> entry) Put one entry to thevalueSetStatesmap.ImmutableItemStates.Builder.valueSetStates(Map<? extends ValueSetId, ? extends ValueSetState> entries) Sets or replaces all mappings from the specified map as entries for thevalueSetStatesmap.final ImmutableItemStatesImmutableItemStates.withValueSetStates(Map<? extends ValueSetId, ? extends ValueSetState> entries) Copy the current immutable object by replacing thevalueSetStatesmap with the specified map.Constructors in io.dialob.session.engine.session.model with parameters of type ValueSetState