Uses of Interface
io.dialob.session.engine.session.model.ErrorId
Packages that use ErrorId
Package
Description
-
Uses of ErrorId in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ErrorIdModifier and TypeMethodDescriptionImmutableErrorLabelUpdateCommand.getTargetId()ImmutableUpdateValidationCommand.getTargetId()ImmutableValidationDisabledUpdateCommand.getTargetId()Methods in io.dialob.session.engine.session.command with parameters of type ErrorIdModifier and TypeMethodDescriptionstatic io.dialob.session.engine.session.command.EventMatchers.ErrorEventMatcherstatic EventTriggers.errorActivityUpdatedEvent(ErrorId errorId) static ErrorLabelUpdateCommandCommandFactory.errorLabelUpdateCommand(ErrorId errorId, Expression expression) 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.Initializes the value for thetargetIdattribute.Initializes the value for thetargetIdattribute.Initializes the value for thetargetIdattribute.static UpdateValidationCommandCommandFactory.updateValidationCommand(ErrorId errorId, Expression expression) CommandFactory.validationDisabledUpdate(ErrorId errorId, Expression expression) ImmutableErrorLabelUpdateCommand.withTargetId(ErrorId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableUpdateValidationCommand.withTargetId(ErrorId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableValidationDisabledUpdateCommand.withTargetId(ErrorId value) Copy the current immutable object by setting a value for thetargetIdattribute. -
Uses of ErrorId in io.dialob.session.engine.session.command.event
Methods in io.dialob.session.engine.session.command.event that return ErrorIdModifier and TypeMethodDescriptionErrorEvent.getErrorId()ImmutableErrorActiveUpdatedEvent.getErrorId()Methods in io.dialob.session.engine.session.command.event with parameters of type ErrorIdModifier and TypeMethodDescriptionInitializes the value for theerrorIdattribute.Construct a new immutableErrorActiveUpdatedEventinstance.ImmutableErrorActiveUpdatedEvent.withErrorId(ErrorId value) Copy the current immutable object by setting a value for theerrorIdattribute. -
Uses of ErrorId in io.dialob.session.engine.session.model
Classes in io.dialob.session.engine.session.model that implement ErrorIdMethods in io.dialob.session.engine.session.model that return ErrorIdMethods in io.dialob.session.engine.session.model that return types with arguments of type ErrorIdModifier and TypeMethodDescriptionDialobSession.getErrorStates()com.google.common.collect.ImmutableMap<ErrorId, ErrorState> ImmutableItemStates.getErrorStates()ItemStates.getErrorStates()Methods in io.dialob.session.engine.session.model with parameters of type ErrorIdModifier and TypeMethodDescriptionstatic ImmutableErrorIdCreates an immutable copy of aErrorIdvalue.final ImmutableErrorId.BuilderFill a builder with attribute values from the providedErrorIdinstance.ImmutableItemStates.Builder.putErrorStates(ErrorId key, ErrorState value) Put one entry to theerrorStatesmap.ErrorState.withErrorId(ErrorId targetId) Method parameters in io.dialob.session.engine.session.model with type arguments of type ErrorIdModifier 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 ErrorIdModifierConstructorDescriptionErrorState(ErrorId targetId, ErrorState errorState) ErrorState(ErrorId targetId, String label)