Uses of Class
com.evolveum.midpoint.repo.common.activity.run.ErrorHandlingStrategyExecutor.FollowUpAction
-
Packages that use ErrorHandlingStrategyExecutor.FollowUpAction Package Description com.evolveum.midpoint.model.impl.sync.tasks.async com.evolveum.midpoint.model.impl.sync.tasks.sync com.evolveum.midpoint.repo.common.activity.run Classes that support execution (run) of activities. -
-
Uses of ErrorHandlingStrategyExecutor.FollowUpAction in com.evolveum.midpoint.model.impl.sync.tasks.async
Methods in com.evolveum.midpoint.model.impl.sync.tasks.async that return ErrorHandlingStrategyExecutor.FollowUpAction Modifier and Type Method Description ErrorHandlingStrategyExecutor.FollowUpAction
AsyncUpdateActivityRun. getDefaultErrorAction()
-
Uses of ErrorHandlingStrategyExecutor.FollowUpAction in com.evolveum.midpoint.model.impl.sync.tasks.sync
Methods in com.evolveum.midpoint.model.impl.sync.tasks.sync that return ErrorHandlingStrategyExecutor.FollowUpAction Modifier and Type Method Description ErrorHandlingStrategyExecutor.FollowUpAction
LiveSyncActivityRun. getDefaultErrorAction()
-
Uses of ErrorHandlingStrategyExecutor.FollowUpAction in com.evolveum.midpoint.repo.common.activity.run
Methods in com.evolveum.midpoint.repo.common.activity.run that return ErrorHandlingStrategyExecutor.FollowUpAction Modifier and Type Method Description protected abstract ErrorHandlingStrategyExecutor.FollowUpAction
IterativeActivityRun. getDefaultErrorAction()
ErrorHandlingStrategyExecutor.FollowUpAction
PlainIterativeActivityRunSpecifics. getDefaultErrorAction()
protected ErrorHandlingStrategyExecutor.FollowUpAction
SearchBasedActivityRun. getDefaultErrorAction()
ErrorHandlingStrategyExecutor.FollowUpAction
IterativeActivityRun. handleError(@NotNull OperationResultStatus status, @NotNull Throwable exception, ItemProcessingRequest<?> request, OperationResult result)
static ErrorHandlingStrategyExecutor.FollowUpAction
ErrorHandlingStrategyExecutor.FollowUpAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorHandlingStrategyExecutor.FollowUpAction[]
ErrorHandlingStrategyExecutor.FollowUpAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-