Uses of Class
io.dialob.executor.model.ErrorState
-
Packages that use ErrorState Package Description io.dialob.compiler io.dialob.executor.command io.dialob.executor.model io.dialob.program -
-
Uses of ErrorState in io.dialob.compiler
Methods in io.dialob.compiler with parameters of type ErrorState Modifier and Type Method Description static io.dialob.api.questionnaire.ErrorUtils. toError(ErrorState updated) -
Uses of ErrorState in io.dialob.executor.command
Methods in io.dialob.executor.command that return ErrorState Modifier and Type Method Description default ErrorStateErrorLabelUpdateCommand. update(EvalContext context, ErrorState errorState)default ErrorStateUpdateValidationCommand. update(EvalContext context, ErrorState state)default ErrorStateValidationDisabledUpdateCommand. update(EvalContext context, ErrorState state)Methods in io.dialob.executor.command that return types with arguments of type ErrorState Modifier and Type Method Description com.google.common.collect.ImmutableList<Trigger<ErrorState>>ImmutableErrorLabelUpdateCommand. getTriggers()com.google.common.collect.ImmutableList<Trigger<ErrorState>>ImmutableUpdateValidationCommand. getTriggers()com.google.common.collect.ImmutableList<Trigger<ErrorState>>ImmutableValidationDisabledUpdateCommand. getTriggers()Methods in io.dialob.executor.command with parameters of type ErrorState Modifier and Type Method Description default ErrorStateErrorLabelUpdateCommand. update(EvalContext context, ErrorState errorState)default ErrorStateUpdateValidationCommand. update(EvalContext context, ErrorState state)default ErrorStateValidationDisabledUpdateCommand. update(EvalContext context, ErrorState state)Method parameters in io.dialob.executor.command with type arguments of type ErrorState Modifier and Type Method Description ImmutableErrorLabelUpdateCommand.BuilderImmutableErrorLabelUpdateCommand.Builder. addAllTriggers(Iterable<? extends Trigger<ErrorState>> elements)Adds elements totriggerslist.ImmutableUpdateValidationCommand.BuilderImmutableUpdateValidationCommand.Builder. addAllTriggers(Iterable<? extends Trigger<ErrorState>> elements)Adds elements totriggerslist.ImmutableValidationDisabledUpdateCommand.BuilderImmutableValidationDisabledUpdateCommand.Builder. addAllTriggers(Iterable<? extends Trigger<ErrorState>> elements)Adds elements totriggerslist.ImmutableErrorLabelUpdateCommand.BuilderImmutableErrorLabelUpdateCommand.Builder. addTriggers(Trigger<ErrorState> element)Adds one element totriggerslist.ImmutableUpdateValidationCommand.BuilderImmutableUpdateValidationCommand.Builder. addTriggers(Trigger<ErrorState> element)Adds one element totriggerslist.ImmutableValidationDisabledUpdateCommand.BuilderImmutableValidationDisabledUpdateCommand.Builder. addTriggers(Trigger<ErrorState> element)Adds one element totriggerslist.static ImmutableErrorLabelUpdateCommandImmutableErrorLabelUpdateCommand. of(ErrorId targetId, Expression expression, Iterable<? extends Trigger<ErrorState>> triggers)Construct a new immutableErrorLabelUpdateCommandinstance.static ImmutableErrorLabelUpdateCommandImmutableErrorLabelUpdateCommand. of(ErrorId targetId, Expression expression, List<Trigger<ErrorState>> triggers)Construct a new immutableErrorLabelUpdateCommandinstance.static ImmutableUpdateValidationCommandImmutableUpdateValidationCommand. of(ErrorId targetId, Expression expression, Iterable<? extends Trigger<ErrorState>> triggers)Construct a new immutableUpdateValidationCommandinstance.static ImmutableUpdateValidationCommandImmutableUpdateValidationCommand. of(ErrorId targetId, Expression expression, List<Trigger<ErrorState>> triggers)Construct a new immutableUpdateValidationCommandinstance.static ImmutableValidationDisabledUpdateCommandImmutableValidationDisabledUpdateCommand. of(ErrorId targetId, Expression expression, Iterable<? extends Trigger<ErrorState>> triggers)Construct a new immutableValidationDisabledUpdateCommandinstance.static ImmutableValidationDisabledUpdateCommandImmutableValidationDisabledUpdateCommand. of(ErrorId targetId, Expression expression, List<Trigger<ErrorState>> triggers)Construct a new immutableValidationDisabledUpdateCommandinstance.ImmutableErrorLabelUpdateCommand.BuilderImmutableErrorLabelUpdateCommand.Builder. triggers(Iterable<? extends Trigger<ErrorState>> elements)Sets or replaces all elements fortriggerslist.ImmutableUpdateValidationCommand.BuilderImmutableUpdateValidationCommand.Builder. triggers(Iterable<? extends Trigger<ErrorState>> elements)Sets or replaces all elements fortriggerslist.ImmutableValidationDisabledUpdateCommand.BuilderImmutableValidationDisabledUpdateCommand.Builder. triggers(Iterable<? extends Trigger<ErrorState>> elements)Sets or replaces all elements fortriggerslist.ImmutableErrorLabelUpdateCommandImmutableErrorLabelUpdateCommand. withTriggers(Iterable<? extends Trigger<ErrorState>> elements)Copy the current immutable object with elements that replace the content oftriggers.ImmutableUpdateValidationCommandImmutableUpdateValidationCommand. withTriggers(Iterable<? extends Trigger<ErrorState>> elements)Copy the current immutable object with elements that replace the content oftriggers.ImmutableValidationDisabledUpdateCommandImmutableValidationDisabledUpdateCommand. withTriggers(Iterable<? extends Trigger<ErrorState>> elements)Copy the current immutable object with elements that replace the content oftriggers. -
Uses of ErrorState in io.dialob.executor.model
Methods in io.dialob.executor.model that return ErrorState Modifier and Type Method Description ErrorStateDialobSession. findErrorState(ErrorId id)ErrorStateErrorState.UpdateBuilder. get()static ErrorStateErrorState. readFrom(com.google.protobuf.CodedInputStream input)ErrorStateErrorState. withErrorId(ErrorId targetId)Methods in io.dialob.executor.model that return types with arguments of type ErrorState Modifier and Type Method Description Stream<ErrorState>DialobSession. findErrorPrototypes(ItemId itemId)Optional<ErrorState>DialobSession. getErrorState(ItemId itemId, String code)Map<ErrorId,ErrorState>DialobSession. getErrorStates()com.google.common.collect.ImmutableMap<ErrorId,ErrorState>ImmutableItemStates. getErrorStates()Map<ErrorId,ErrorState>ItemStates. getErrorStates()Methods in io.dialob.executor.model with parameters of type ErrorState Modifier and Type Method Description ImmutableItemStates.BuilderImmutableItemStates.Builder. putErrorStates(ErrorId key, ErrorState value)Put one entry to theerrorStatesmap.voidDialobSessionVisitor.ErrorVisitor. visitErrorState(ErrorState errorState)Method parameters in io.dialob.executor.model with type arguments of type ErrorState Modifier and Type Method Description ImmutableItemStates.BuilderImmutableItemStates.Builder. errorStates(Map<? extends ErrorId,? extends ErrorState> entries)Sets or replaces all mappings from the specified map as entries for theerrorStatesmap.ImmutableItemStates.BuilderImmutableItemStates.Builder. putAllErrorStates(Map<? extends ErrorId,? extends ErrorState> entries)Put all mappings from the specified map as entries toerrorStatesmap.ImmutableItemStates.BuilderImmutableItemStates.Builder. putErrorStates(Map.Entry<? extends ErrorId,? extends ErrorState> entry)Put one entry to theerrorStatesmap.ImmutableItemStatesImmutableItemStates. withErrorStates(Map<? extends ErrorId,? extends ErrorState> entries)Copy the current immutable object by replacing theerrorStatesmap with the specified map.Constructors in io.dialob.executor.model with parameters of type ErrorState Constructor Description ErrorState(ErrorId targetId, ErrorState errorState)ErrorState(ErrorState errorState) -
Uses of ErrorState in io.dialob.program
Methods in io.dialob.program that return types with arguments of type ErrorState Modifier and Type Method Description Stream<ErrorState>DialobSessionEvalContext. findErrorPrototypes(ItemId itemId)Stream<ErrorState>EvalContext. findErrorPrototypes(ItemId itemId)Collection<ErrorState>DialobSessionEvalContext. getErrorStates()Collection<ErrorState>EvalContext. getErrorStates()Methods in io.dialob.program with parameters of type ErrorState Modifier and Type Method Description voidDialobSessionEvalContext. registerUpdate(ErrorState newState, ErrorState oldState)voidEvalContext. registerUpdate(ErrorState newState, ErrorState oldState)voidEvalContext.UpdatedItemsVisitor.UpdatedErrorStateVisitor. visitUpdatedErrorState(ErrorState original, ErrorState updated)
-