Uses of Interface
io.dialob.session.engine.session.model.ValueSetId
Packages that use ValueSetId
Package
Description
-
Uses of ValueSetId in io.dialob.session.engine.program
Methods in io.dialob.session.engine.program with parameters of type ValueSetIdModifier and TypeMethodDescriptionDialobSessionEvalContext.getValueSetState(ValueSetId valueSetId) EvalContext.getValueSetState(ValueSetId valueSetId) -
Uses of ValueSetId in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ValueSetIdModifier and TypeMethodDescriptionImmutableValueSetEntryToStringOperator.getValueSetId()ImmutableValueSetToListOperator.getValueSetId()ValueSetEntryToStringOperator.getValueSetId()ValueSetToListOperator.getValueSetId()Methods in io.dialob.session.engine.program.expr.arith with parameters of type ValueSetIdModifier and TypeMethodDescriptionImmutableValueSetEntryToStringOperator.of(ValueSetId valueSetId, Expression expression) Construct a new immutableValueSetEntryToStringOperatorinstance.ImmutableValueSetToListOperator.of(ValueSetId valueSetId) Construct a new immutableValueSetToListOperatorinstance.ImmutableValueSetEntryToStringOperator.Builder.valueSetId(ValueSetId valueSetId) Initializes the value for thevalueSetIdattribute.ImmutableValueSetToListOperator.Builder.valueSetId(ValueSetId valueSetId) Initializes the value for thevalueSetIdattribute.ImmutableValueSetEntryToStringOperator.withValueSetId(ValueSetId value) Copy the current immutable object by setting a value for thevalueSetIdattribute.ImmutableValueSetToListOperator.withValueSetId(ValueSetId value) Copy the current immutable object by setting a value for thevalueSetIdattribute. -
Uses of ValueSetId in io.dialob.session.engine.session
Methods in io.dialob.session.engine.session with parameters of type ValueSetIdModifier and TypeMethodDescriptionCreateDialobSessionProgramVisitor.ProvidedValueSetEntriesResolver.apply(ValueSetId valueSetId) -
Uses of ValueSetId in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ValueSetIdMethods in io.dialob.session.engine.session.command with parameters of type ValueSetIdModifier and TypeMethodDescriptionImmutableUpdateValueSetCommand.of(ValueSetId targetId, Iterable<? extends Value<ValueSet.Entry>> entries, Iterable<? extends Trigger<ValueSetState>> triggers) Construct a new immutableUpdateValueSetCommandinstance.ImmutableUpdateValueSetCommand.of(ValueSetId targetId, List<Value<ValueSet.Entry>> entries, List<Trigger<ValueSetState>> triggers) Construct a new immutableUpdateValueSetCommandinstance.ImmutableUpdateValueSetCommand.Builder.targetId(ValueSetId targetId) Initializes the value for thetargetIdattribute.static UpdateValueSetCommandCommandFactory.updateValueSet(ValueSetId valueSetId, List<Value<ValueSet.Entry>> entries) static ValueSetEventTriggers.valueSetUpdatedEvent(ValueSetId valueSetId) static EventMatcherEventMatchers.whenValueSetUpdated(ValueSetId valueSetId) ImmutableUpdateValueSetCommand.withTargetId(ValueSetId value) Copy the current immutable object by setting a value for thetargetIdattribute. -
Uses of ValueSetId in io.dialob.session.engine.session.command.event
Methods in io.dialob.session.engine.session.command.event that return ValueSetIdModifier and TypeMethodDescriptionImmutableValueSetUpdatedEvent.getValueSetId()ValueSetEvent.getValueSetId()Methods in io.dialob.session.engine.session.command.event with parameters of type ValueSetIdModifier and TypeMethodDescriptionImmutableValueSetUpdatedEvent.of(ValueSetId valueSetId) Construct a new immutableValueSetUpdatedEventinstance.ImmutableValueSetUpdatedEvent.Builder.valueSetId(ValueSetId valueSetId) Initializes the value for thevalueSetIdattribute.ImmutableValueSetUpdatedEvent.withValueSetId(ValueSetId value) Copy the current immutable object by setting a value for thevalueSetIdattribute. -
Uses of ValueSetId in io.dialob.session.engine.session.model
Classes in io.dialob.session.engine.session.model that implement ValueSetIdMethods in io.dialob.session.engine.session.model that return ValueSetIdMethods in io.dialob.session.engine.session.model that return types with arguments of type ValueSetIdModifier and TypeMethodDescriptionDialobSession.getValueSetStates()com.google.common.collect.ImmutableMap<ValueSetId, ValueSetState> ImmutableItemStates.getValueSetStates()ItemStates.getValueSetStates()Methods in io.dialob.session.engine.session.model with parameters of type ValueSetIdModifier and TypeMethodDescriptionstatic ImmutableValueSetIdImmutableValueSetId.copyOf(ValueSetId instance) Creates an immutable copy of aValueSetIdvalue.ImmutableValueSetId.Builder.from(ValueSetId instance) Fill a builder with attribute values from the providedValueSetIdinstance.DialobSession.getValueSetState(ValueSetId id) ImmutableItemStates.Builder.putValueSetStates(ValueSetId key, ValueSetState value) Put one entry to thevalueSetStatesmap.static StringIdUtils.toString(ValueSetId valueSetId) Method parameters in io.dialob.session.engine.session.model with type arguments of type ValueSetIdModifier 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 ValueSetId