Uses of Interface
io.dialob.executor.model.ValueSetId
-
Packages that use ValueSetId Package Description io.dialob.executor io.dialob.executor.command io.dialob.executor.model io.dialob.program io.dialob.program.expr.arith -
-
Uses of ValueSetId in io.dialob.executor
Methods in io.dialob.executor with parameters of type ValueSetId Modifier and Type Method Description List<ValueSetState.Entry>CreateDialobSessionProgramVisitor.ProvidedValueSetEntriesResolver. apply(ValueSetId valueSetId) -
Uses of ValueSetId in io.dialob.executor.command
Methods in io.dialob.executor.command that return ValueSetId Modifier and Type Method Description ValueSetIdImmutableUpdateValueSetCommand. getTargetId()Methods in io.dialob.executor.command with parameters of type ValueSetId Modifier and Type Method Description static ImmutableUpdateValueSetCommandImmutableUpdateValueSetCommand. of(ValueSetId targetId, Iterable<? extends Value<ValueSet.Entry>> entries, Iterable<? extends Trigger<ValueSetState>> triggers)Construct a new immutableUpdateValueSetCommandinstance.static ImmutableUpdateValueSetCommandImmutableUpdateValueSetCommand. of(ValueSetId targetId, List<Value<ValueSet.Entry>> entries, List<Trigger<ValueSetState>> triggers)Construct a new immutableUpdateValueSetCommandinstance.ImmutableUpdateValueSetCommand.BuilderImmutableUpdateValueSetCommand.Builder. targetId(ValueSetId targetId)Initializes the value for thetargetIdattribute.static UpdateValueSetCommandCommandFactory. updateValueSet(ValueSetId targetId, List<Value<ValueSet.Entry>> entries)ImmutableUpdateValueSetCommandImmutableUpdateValueSetCommand. withTargetId(ValueSetId value)Copy the current immutable object by setting a value for thetargetIdattribute. -
Uses of ValueSetId in io.dialob.executor.model
Classes in io.dialob.executor.model that implement ValueSetId Modifier and Type Class Description classImmutableValueSetIdImmutable implementation ofValueSetId.Methods in io.dialob.executor.model that return ValueSetId Modifier and Type Method Description ValueSetIdValueSetState. getId()Methods in io.dialob.executor.model that return types with arguments of type ValueSetId Modifier and Type Method Description Map<ValueSetId,ValueSetState>DialobSession. getValueSetStates()com.google.common.collect.ImmutableMap<ValueSetId,ValueSetState>ImmutableItemStates. getValueSetStates()Map<ValueSetId,ValueSetState>ItemStates. getValueSetStates()Methods in io.dialob.executor.model with parameters of type ValueSetId Modifier and Type Method Description static ImmutableValueSetIdImmutableValueSetId. copyOf(ValueSetId instance)Creates an immutable copy of aValueSetIdvalue.ImmutableValueSetId.BuilderImmutableValueSetId.Builder. from(ValueSetId instance)Fill a builder with attribute values from the providedValueSetIdinstance.Optional<ValueSetState>DialobSession. getValueSetState(ValueSetId id)ImmutableItemStates.BuilderImmutableItemStates.Builder. putValueSetStates(ValueSetId key, ValueSetState value)Put one entry to thevalueSetStatesmap.static StringIdUtils. toString(ValueSetId valueSetId)Method parameters in io.dialob.executor.model with type arguments of type ValueSetId Modifier and Type Method Description ImmutableItemStates.BuilderImmutableItemStates.Builder. putAllValueSetStates(Map<? extends ValueSetId,? extends ValueSetState> entries)Put all mappings from the specified map as entries tovalueSetStatesmap.ImmutableItemStates.BuilderImmutableItemStates.Builder. putValueSetStates(Map.Entry<? extends ValueSetId,? extends ValueSetState> entry)Put one entry to thevalueSetStatesmap.ImmutableItemStates.BuilderImmutableItemStates.Builder. valueSetStates(Map<? extends ValueSetId,? extends ValueSetState> entries)Sets or replaces all mappings from the specified map as entries for thevalueSetStatesmap.ImmutableItemStatesImmutableItemStates. withValueSetStates(Map<? extends ValueSetId,? extends ValueSetState> entries)Copy the current immutable object by replacing thevalueSetStatesmap with the specified map.Constructors in io.dialob.executor.model with parameters of type ValueSetId Constructor Description ValueSetState(ValueSetId id) -
Uses of ValueSetId in io.dialob.program
Methods in io.dialob.program with parameters of type ValueSetId Modifier and Type Method Description Optional<ValueSetState>DialobSessionEvalContext. getValueSetState(ValueSetId valueSetId)Optional<ValueSetState>EvalContext. getValueSetState(ValueSetId valueSetId) -
Uses of ValueSetId in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ValueSetId Modifier and Type Method Description ValueSetIdImmutableValueSetEntryToStringOperator. getValueSetId()ValueSetIdValueSetEntryToStringOperator. getValueSetId()Methods in io.dialob.program.expr.arith with parameters of type ValueSetId Modifier and Type Method Description static ImmutableValueSetEntryToStringOperatorImmutableValueSetEntryToStringOperator. of(ValueSetId valueSetId, Expression expression)Construct a new immutableValueSetEntryToStringOperatorinstance.ImmutableValueSetEntryToStringOperator.BuilderImmutableValueSetEntryToStringOperator.Builder. valueSetId(ValueSetId valueSetId)Initializes the value for thevalueSetIdattribute.ImmutableValueSetEntryToStringOperatorImmutableValueSetEntryToStringOperator. withValueSetId(ValueSetId value)Copy the current immutable object by setting a value for thevalueSetIdattribute.
-