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 ofIResolvedFileListProcessorthat ignores all errors.CodeOnlyStandardAttachmentListResolutionErrorCreator Implementation ofIStandardAttachmentListResolutionErrorCreatorthat lets you customize only the error code for each error type, and provides no error data.CodeOnlyStandardAttachmentListResolutionErrorCreator.Builder Builder to buildCodeOnlyStandardAttachmentListResolutionErrorCreator.CodeOnlyStandardFileListResolutionErrorCreator Implementation ofIStandardFileListResolutionErrorCreatorthat 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 ofINormalCompletionResultBuilderused by the task runner.StandardErrorAttachmentListProcessor<R> Standard implementation forIResolvedAttachmentListProcessorwith the standard error behavior used by most built-in actions.StandardErrorFileListProcessor<R> Standard implementation forIResolvedFileListProcessorwith 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 ofIWorkflowExecutionContextthat is used by theWorkflowTaskRunner.WorkflowTaskRunnerParamsResolver Helper class that takes an instance ofIWorkflowTaskRunnerParamsand return a new instance with appropriate defaults supplied for all missing values. - 
Enum Summary Enum Description EMultipleResolvedAttachmentsCollector ACollectorforIResolvedAttachmentList#collectResultthat returns the files of all resource items.EMultipleResolvedFilesCollector ACollectorforIResolvedFileList#collectResultthat returns the files of all resource items.ESingleResolvedAttachmentCollector ACollectorforIResolvedAttachmentList#collectResultthat returns the first resolved attachment, if any.ESingleResolvedFileCollector ACollectorforIResolvedFileList#collectResultthat returns the first resolved file, if any.