Uses of Class
io.dialob.session.engine.session.model.ErrorState
Packages that use ErrorState
Package
Description
-
Uses of ErrorState in io.dialob.session.engine
Methods in io.dialob.session.engine with parameters of type ErrorStateModifier and TypeMethodDescriptionprotected abstract voidAbstractFormActionsUpdatesItemsVisitor.activated(ErrorState updated) protected voidFormActionsUpdatesItemsVisitor.activated(ErrorState updated) protected abstract voidAbstractFormActionsUpdatesItemsVisitor.inactivated(ErrorState updated) protected voidFormActionsUpdatesItemsVisitor.inactivated(ErrorState updated) static io.dialob.api.questionnaire.ErrorUtils.toError(ErrorState updated) protected abstract voidAbstractFormActionsUpdatesItemsVisitor.updated(ErrorState updated) protected voidFormActionsUpdatesItemsVisitor.updated(ErrorState updated) -
Uses of ErrorState in io.dialob.session.engine.program
Methods in io.dialob.session.engine.program that return types with arguments of type ErrorStateModifier and TypeMethodDescriptionDialobSessionEvalContext.findErrorPrototypes(ItemId itemId) EvalContext.findErrorPrototypes(ItemId itemId) DialobSessionEvalContext.getErrorStates()EvalContext.getErrorStates()Methods in io.dialob.session.engine.program with parameters of type ErrorStateModifier and TypeMethodDescriptionvoidDialobSessionEvalContext.registerUpdate(ErrorState newState, ErrorState oldState) voidEvalContext.registerUpdate(ErrorState newState, ErrorState oldState) voidEvalContext.UpdatedItemsVisitor.UpdatedErrorStateVisitor.visitUpdatedErrorState(ErrorState original, ErrorState updated) -
Uses of ErrorState in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ErrorStateModifier and TypeMethodDescriptiondefault ErrorStateErrorLabelUpdateCommand.update(EvalContext context, ErrorState errorState) default ErrorStateUpdateValidationCommand.update(EvalContext context, ErrorState state) default ErrorStateValidationDisabledUpdateCommand.update(EvalContext context, ErrorState state) Methods in io.dialob.session.engine.session.command that return types with arguments of type ErrorStateModifier and TypeMethodDescriptioncom.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.session.engine.session.command with parameters of type ErrorStateModifier and TypeMethodDescriptiondefault 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.session.engine.session.command with type arguments of type ErrorStateModifier and TypeMethodDescriptionImmutableErrorLabelUpdateCommand.Builder.addAllTriggers(Iterable<? extends Trigger<ErrorState>> elements) Adds elements totriggerslist.ImmutableUpdateValidationCommand.Builder.addAllTriggers(Iterable<? extends Trigger<ErrorState>> elements) Adds elements totriggerslist.ImmutableValidationDisabledUpdateCommand.Builder.addAllTriggers(Iterable<? extends Trigger<ErrorState>> elements) Adds elements totriggerslist.ImmutableErrorLabelUpdateCommand.Builder.addTriggers(Trigger<ErrorState> element) Adds one element totriggerslist.ImmutableUpdateValidationCommand.Builder.addTriggers(Trigger<ErrorState> element) Adds one element totriggerslist.ImmutableValidationDisabledUpdateCommand.Builder.addTriggers(Trigger<ErrorState> element) Adds one element totriggerslist.ImmutableErrorLabelUpdateCommand.of(ErrorId targetId, Expression expression, Iterable<? extends Trigger<ErrorState>> triggers) Construct a new immutableErrorLabelUpdateCommandinstance.ImmutableErrorLabelUpdateCommand.of(ErrorId targetId, Expression expression, List<Trigger<ErrorState>> triggers) Construct a new immutableErrorLabelUpdateCommandinstance.ImmutableUpdateValidationCommand.of(ErrorId targetId, Expression expression, Iterable<? extends Trigger<ErrorState>> triggers) Construct a new immutableUpdateValidationCommandinstance.ImmutableUpdateValidationCommand.of(ErrorId targetId, Expression expression, List<Trigger<ErrorState>> triggers) Construct a new immutableUpdateValidationCommandinstance.ImmutableValidationDisabledUpdateCommand.of(ErrorId targetId, Expression expression, Iterable<? extends Trigger<ErrorState>> triggers) Construct a new immutableValidationDisabledUpdateCommandinstance.ImmutableValidationDisabledUpdateCommand.of(ErrorId targetId, Expression expression, List<Trigger<ErrorState>> triggers) Construct a new immutableValidationDisabledUpdateCommandinstance.ImmutableErrorLabelUpdateCommand.Builder.triggers(Iterable<? extends Trigger<ErrorState>> elements) Sets or replaces all elements fortriggerslist.ImmutableUpdateValidationCommand.Builder.triggers(Iterable<? extends Trigger<ErrorState>> elements) Sets or replaces all elements fortriggerslist.ImmutableValidationDisabledUpdateCommand.Builder.triggers(Iterable<? extends Trigger<ErrorState>> elements) Sets or replaces all elements fortriggerslist.ImmutableErrorLabelUpdateCommand.withTriggers(Iterable<? extends Trigger<ErrorState>> elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableUpdateValidationCommand.withTriggers(Iterable<? extends Trigger<ErrorState>> elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableValidationDisabledUpdateCommand.withTriggers(Iterable<? extends Trigger<ErrorState>> elements) Copy the current immutable object with elements that replace the content oftriggers. -
Uses of ErrorState in io.dialob.session.engine.session.model
Methods in io.dialob.session.engine.session.model that return ErrorStateModifier and TypeMethodDescriptionErrorState.UpdateBuilder.get()static ErrorStateErrorState.readFrom(com.google.protobuf.CodedInputStream input) ErrorState.withErrorId(ErrorId targetId) Methods in io.dialob.session.engine.session.model that return types with arguments of type ErrorStateModifier and TypeMethodDescriptionDialobSession.findErrorPrototypes(ItemId itemId) DialobSession.getErrorState(ItemId itemId, String code) DialobSession.getErrorStates()com.google.common.collect.ImmutableMap<ErrorId, ErrorState> ImmutableItemStates.getErrorStates()ItemStates.getErrorStates()Methods in io.dialob.session.engine.session.model with parameters of type ErrorStateModifier and TypeMethodDescriptionImmutableItemStates.Builder.putErrorStates(ErrorId key, ErrorState value) Put one entry to theerrorStatesmap.voidDialobSessionVisitor.ErrorVisitor.visitErrorState(ErrorState errorState) Method parameters in io.dialob.session.engine.session.model with type arguments of type ErrorStateModifier and TypeMethodDescriptionImmutableItemStates.Builder.errorStates(Map<? extends ErrorId, ? extends ErrorState> entries) Sets or replaces all mappings from the specified map as entries for theerrorStatesmap.ImmutableItemStates.Builder.putAllErrorStates(Map<? extends ErrorId, ? extends ErrorState> entries) Put all mappings from the specified map as entries toerrorStatesmap.ImmutableItemStates.Builder.putErrorStates(Map.Entry<? extends ErrorId, ? extends ErrorState> entry) Put one entry to theerrorStatesmap.final ImmutableItemStatesImmutableItemStates.withErrorStates(Map<? extends ErrorId, ? extends ErrorState> entries) Copy the current immutable object by replacing theerrorStatesmap with the specified map.Constructors in io.dialob.session.engine.session.model with parameters of type ErrorStateModifierConstructorDescriptionErrorState(ErrorId targetId, ErrorState errorState) ErrorState(ErrorState errorState)