Uses of Interface
io.dialob.executor.model.ErrorId
-
Packages that use ErrorId Package Description io.dialob.executor.command io.dialob.executor.command.event io.dialob.executor.model -
-
Uses of ErrorId in io.dialob.executor.command
Methods in io.dialob.executor.command that return ErrorId Modifier and Type Method Description ErrorIdImmutableErrorLabelUpdateCommand. getTargetId()ErrorIdImmutableUpdateValidationCommand. getTargetId()ErrorIdImmutableValidationDisabledUpdateCommand. getTargetId()Methods in io.dialob.executor.command with parameters of type ErrorId Modifier and Type Method Description static io.dialob.executor.command.EventMatchers.ErrorEventMatcherEventMatchers. error(ErrorId errorId)static EventTriggers. errorActivityUpdatedEvent(ErrorId errorId)static ErrorLabelUpdateCommandCommandFactory. errorLabelUpdateCommand(ErrorId errorId, Expression expression)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. targetId(ErrorId targetId)Initializes the value for thetargetIdattribute.ImmutableUpdateValidationCommand.BuilderImmutableUpdateValidationCommand.Builder. targetId(ErrorId targetId)Initializes the value for thetargetIdattribute.ImmutableValidationDisabledUpdateCommand.BuilderImmutableValidationDisabledUpdateCommand.Builder. targetId(ErrorId targetId)Initializes the value for thetargetIdattribute.static UpdateValidationCommandCommandFactory. updateValidationCommand(ErrorId errorId, Expression expression)static ValidationDisabledUpdateCommandCommandFactory. validationDisabledUpdate(ErrorId errorId, Expression expression)ImmutableErrorLabelUpdateCommandImmutableErrorLabelUpdateCommand. withTargetId(ErrorId value)Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableUpdateValidationCommandImmutableUpdateValidationCommand. withTargetId(ErrorId value)Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableValidationDisabledUpdateCommandImmutableValidationDisabledUpdateCommand. withTargetId(ErrorId value)Copy the current immutable object by setting a value for thetargetIdattribute. -
Uses of ErrorId in io.dialob.executor.command.event
Methods in io.dialob.executor.command.event that return ErrorId Modifier and Type Method Description ErrorIdErrorEvent. getErrorId()ErrorIdImmutableErrorActiveUpdatedEvent. getErrorId()Methods in io.dialob.executor.command.event with parameters of type ErrorId Modifier and Type Method Description ImmutableErrorActiveUpdatedEvent.BuilderImmutableErrorActiveUpdatedEvent.Builder. errorId(ErrorId errorId)Initializes the value for theerrorIdattribute.static ImmutableErrorActiveUpdatedEventImmutableErrorActiveUpdatedEvent. of(ErrorId errorId)Construct a new immutableErrorActiveUpdatedEventinstance.ImmutableErrorActiveUpdatedEventImmutableErrorActiveUpdatedEvent. withErrorId(ErrorId value)Copy the current immutable object by setting a value for theerrorIdattribute. -
Uses of ErrorId in io.dialob.executor.model
Classes in io.dialob.executor.model that implement ErrorId Modifier and Type Class Description classImmutableErrorIdImmutable implementation ofErrorId.Methods in io.dialob.executor.model that return ErrorId Modifier and Type Method Description ErrorIdErrorState. getId()ErrorIdErrorId. withItemId(ItemId value)Methods in io.dialob.executor.model that return types with arguments of type ErrorId Modifier and Type Method Description 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 ErrorId Modifier and Type Method Description static ImmutableErrorIdImmutableErrorId. copyOf(ErrorId instance)Creates an immutable copy of aErrorIdvalue.ErrorStateDialobSession. findErrorState(ErrorId id)ImmutableErrorId.BuilderImmutableErrorId.Builder. from(ErrorId instance)Fill a builder with attribute values from the providedErrorIdinstance.ImmutableItemStates.BuilderImmutableItemStates.Builder. putErrorStates(ErrorId key, ErrorState value)Put one entry to theerrorStatesmap.ErrorStateErrorState. withErrorId(ErrorId targetId)Method parameters in io.dialob.executor.model with type arguments of type ErrorId 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 ErrorId Constructor Description ErrorState(ErrorId targetId, ErrorState errorState)ErrorState(ErrorId targetId, String label)
-