Package de.xima.fc.workflow.processor.logic.execution
-
Interface Summary Interface Description FormRecordLockManager.ILockedFormRecord Result returned byFormRecordLockManager.lockFormRecord(Vorgang)
. -
Class Summary Class Description BaseResolvedFileListProcessor<R,E extends Throwable> A base implementation ofIResolvedFileListProcessor
that ignores all errors.CodeOnlyStandardFileListResolutionErrorCreator Implementation ofIStandardFileListResolutionErrorCreator
that lets you customize only the error code for each error type, and provides no error data.CodeOnlyStandardFileListResolutionErrorCreator.Builder Builder to buildCodeOnlyStandardFileListResolutionErrorCreator
.EmptyEventExecutionResult An event execution result that can be used when no tasks were executed, such as when no triggers fired).FormRecordLockManager Deprecated. Form records are locked viaVorgang.isInArbeit()
.NormalCompletionResultBuilder Default implementation ofINormalCompletionResultBuilder
used by the task runner.StandardErrorFileListProcessor<R> Standard implementation forIResolvedFileListProcessor
with the standard error behavior used by most built-in actions.TaskQueue A task queue implemented as a list, but only with the methods actually required.TriggerOnTaskBeginParams<TData> Default implementation of aITriggerOnTaskBeginParams
.WorkflowExecutionContext Default implementation ofIWorkflowExecutionContext
that is used by theWorkflowTaskRunner
.WorkflowTaskRunnerParamsResolver Helper class that takes an instance ofIWorkflowTaskRunnerParams
and return a new instance with appropriate defaults supplied for all missing values. -
Enum Summary Enum Description EMultipleResolvedFilesCollector ACollector
forIResolvedFileList#collectResult
that returns the files of all resource items.ESingleResolvedFileCollector ACollector
forIResolvedFileList#collectResult
that returns the first resolved file, if any.