Uses of Interface
de.xima.fc.interfaces.workflow.params.INodeExecutionParams
-
-
Uses of INodeExecutionParams in de.xima.fc.interfaces.workflow.nodes
Methods in de.xima.fc.interfaces.workflow.nodes with parameters of type INodeExecutionParams Modifier and Type Method Description INormalCompletionResult
INodeHandler. execute(INodeExecutionParams<TData> params)
Executes the given workflow node. -
Uses of INodeExecutionParams in de.xima.fc.workflow.designer.registry.nodes
-
Uses of INodeExecutionParams in de.xima.fc.workflow.executor
Fields in de.xima.fc.workflow.executor declared as INodeExecutionParams Modifier and Type Field Description protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
protected INodeExecutionParams<TData>
AWorkflowActionExecutor. params
Constructors in de.xima.fc.workflow.executor with parameters of type INodeExecutionParams Constructor Description FcChangeFormAvailabilityExecutor(INodeExecutionParams<FcChangeFormAvailabilityProps> params)
Creates a new executor for executing a compress as ZIP action with the given params.FcChangeFormValueExecutor(INodeExecutionParams<FcChangeFormValueProps> params)
Creates a new executor for executing a change form value action with the given parameters.FcChangeStateExecutor(INodeExecutionParams<FcChangeStateProps> params)
Creates a new executor for executing a change state action with the given params.FcCompressAsZipExecutor(INodeExecutionParams<FcCompressAsZipProps> params)
Creates a new executor for executing a compress as ZIP action with the given params.FcCopyFormRecordExecutor(INodeExecutionParams<FcCopyFormRecordProps> params)
Creates a new executor for executing a copy form record and change state action with the given parameters.FcCounterExecutor(INodeExecutionParams<FcCounterProps> params)
Creates a new executor for executing a counter node with the given params.FcCreateTextFileExecutor(INodeExecutionParams<FcCreateTextFileProps> params)
Creates a new executor for executing a "create text" file action with the given params.FcDecodeBase64Executor(INodeExecutionParams<FcDecodeBase64Props> params)
Creates a new executor for executing an PDF fill action with the given params.FcDeleteAttachmentExecutor(INodeExecutionParams<FcDeleteAttachmentProps> params)
Creates a new executor for executing a delete attachment action with the given parameters.FcDoiInitExecutor(INodeExecutionParams<FcDoiInitProps> params)
Creates a new executor for executing a double opt-in initialization with the given parameters.FcDoUntilLoopExecutor(INodeExecutionParams<FcDoUntilLoopProps> params)
Creates a new executor for executing a while loop node with the given params.FcEmailExecutor(INodeExecutionParams<FcEmailProps> params)
Creates a new executor for executing an email action with the given params.FcEncodeBase64Executor(INodeExecutionParams<FcEncodeBase64Props> params)
Creates a new executor for executing an PDF fill action with the given params.FcExperimentExecutor(INodeExecutionParams<FcExperimentProps> params)
Creates a new executor for executing a multiple condition node with the given params.FcExportToPersistenceExecutor(INodeExecutionParams<FcExportToPersistenceProps> params)
Creates a new executor for executing a export to persistence action with the given parameters.FcExportToXmlExecutor(INodeExecutionParams<FcExportToXmlProps> params)
Creates a new executor for executing a export to XML action with the given parameters.FcFillPdfExecutor(INodeExecutionParams<FcFillPdfProps> params)
Creates a new executor for executing an PDF fill action with the given params.FcFillWordExecutor(INodeExecutionParams<FcFillWordProps> params)
Creates a new executor for executing a Word fill action with the given params.FcForEachLoopExecutor(INodeExecutionParams<FcForEachLoopProps> params)
Creates a new executor for executing a while loop node with the given params.FcHttpRequestExecutor(INodeExecutionParams<FcHttpRequestProps> params)
Creates a new executor for executing a post request with the given params.FcImportFormValueFromXmlExecutor(INodeExecutionParams<FcImportFormValueFromXmlProps> params)
Creates a new executor for executing an import form value from XML action with the given parameters.FcLdapQueryExecutor(INodeExecutionParams<FcLdapQueryProps> params)
Creates a new executor for executing a LDAP query with the given params.FcLogEntryExecutor(INodeExecutionParams<FcLogEntryProps> params)
Creates a new executor for creating a log entry in the process log.FcMoveFormRecordToInboxExecutor(INodeExecutionParams<FcMoveFormRecordToInboxProps> params)
Creates a new executor for executing a show template action with the given parameters.FcMultipleConditionExecutor(INodeExecutionParams<FcMultipleConditionProps> params)
Creates a new executor for executing a multiple condition node with the given params.FcProcessLogPdfExecutor(INodeExecutionParams<FcProcessLogPdfProps> params)
Creates a new executor for executing a protocol history pdf action with the given params.FcProvideResourceExecutor(INodeExecutionParams<FcProvideResourceProps> params)
Creates a new executor for executing an PDF fill action with the given parameters.FcQueueTaskExecutor(INodeExecutionParams<FcQueueTaskProps> params)
Creates a new executor for executing a change state action with the given params.FcRedirectExecutor(INodeExecutionParams<FcRedirectProps> params)
Creates a new executor for executing a forwarding action with the given parameters.FcRenewProcessIdExecutor(INodeExecutionParams<FcRenewProcessIdProps> params)
Creates a new executor for executing an PDF fill action with the given parameters.FcReturnFileExecutor(INodeExecutionParams<FcReturnFileProps> params)
Creates a new executor for executing a return file action with the given parameters.FcSaveToFileSystemExecutor(INodeExecutionParams<FcSaveToFileSystemProps> params)
Creates a new executor for executing a save to file system action with the given params.FcSaveToWebDavExecutor(INodeExecutionParams<FcSaveToWebDavProps> params)
Creates a new executor for executing a save to WebDAV action with the given params.FcSendFormRecordMessageExecutor(INodeExecutionParams<FcSendFormRecordMessageProps> params)
Creates a new executor for posting a form record message.FcSetSavedFlagExecutor(INodeExecutionParams<FcSetSavedFlagProps> params)
Creates a new executor for executing a set saved flag with the given parameters.FcShowTemplateExecutor(INodeExecutionParams<FcShowTemplateProps> params)
Creates a new executor for executing a show template action with the given parameters.FcSqlStatementExecutor(INodeExecutionParams<FcSqlStatementProps> params)
Creates a new executor for executing a SQL statement action with the given params.FcSwitchExecutor(INodeExecutionParams<FcSwitchProps> params)
Creates a new executor for executing a switch node with the given params.FcThrowExceptionExecutor(INodeExecutionParams<FcThrowExceptionProps> params)
Creates a new executor for executing an return file action with the given parameters.FcWhileLoopExecutor(INodeExecutionParams<FcWhileLoopProps> params)
Creates a new executor for executing a while loop node with the given params.FcWriteFormRecordAttrExecutor(INodeExecutionParams<FcWriteFormRecordAttrProps> params)
Creates a new executor for executing write custom attributes to form record action with the given parameters. -
Uses of INodeExecutionParams in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist with parameters of type INodeExecutionParams Modifier and Type Method Description static ItemList<?>
FcForEachLoopItemListAttachments. evaluate(INodeExecutionParams<?> params, ListItemSourcePropsAttachments sourceProps)
Resolves an item list for the for-each loop of typeATTACHMENTS
.static ItemList<?>
FcForEachLoopItemListCsvRows. evaluate(INodeExecutionParams<?> params, ListItemSourcePropsRowsOfCharacterSeparatedValues sourceProps)
Resolves an item list for the for-each loop of typeROWS_OF_CHARACTER_SEPARATED_VALUES
.static ItemList<List<String>>
FcForEachLoopItemListFieldValues. evaluate(INodeExecutionParams<FcForEachLoopProps> params, ListItemSourcePropsFieldValues sourceProps)
Resolves an item list for the for-each loop of typeFIELD_VALUES
.static ItemList<?>
FcForEachLoopItemListFiles. evaluate(INodeExecutionParams<?> params, ListItemSourcePropsFiles sourceProps)
Resolves an item list for the for-each loop of typeFILES
. -
Uses of INodeExecutionParams in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin with parameters of type INodeExecutionParams Modifier and Type Method Description default void
IPluginDoUntilLoopNodeHandler. beginRepetition(INodeExecutionParams<TData> params, TState state, int index)
Callback that is invoked at the beginning of each loop iteration.default void
IPluginWhileLoopNodeHandler. beginRepetition(INodeExecutionParams<TData> params, TState state, int index)
Callback that is invoked at the beginning of each loop iteration.default void
IPluginDoUntilLoopNodeHandler. endRepetition(INodeExecutionParams<TData> params, TState state, int index)
Callback that is invoked at the end of each loop iteration.default void
IPluginWhileLoopNodeHandler. endRepetition(INodeExecutionParams<TData> params, TState state, int index)
Callback that is invoked at the end of each loop iteration.boolean
IPluginConditionNodeHandler. evaluateCondition(INodeExecutionParams<TData> params)
Executes the business condition logic of this condition plugin, and returns whether the condition is fulfilled.boolean
IPluginDoUntilLoopNodeHandler. evaluateDoUntilLoopTest(INodeExecutionParams<TData> params, TState state, int index)
Executes the business logic of this do until loop plugin, and returns whether the do until loop is fulfilled.boolean
IPluginWhileLoopNodeHandler. evaluateWhileLoopTest(INodeExecutionParams<TData> params, TState state, int index)
Executes the business logic of this while loop plugin, and returns whether the while loop is fulfilled.INormalCompletionResult
IPluginActionNodeHandler. execute(INodeExecutionParams<TData> params)
Executes the business logic of this action plugin, and returns the values made available by this action.default INormalCompletionResult
IPluginConditionNodeHandler. execute(INodeExecutionParams<TData> params)
Evaluates the condition of this plugin, and executes either the if or else branch based upon the result.default INormalCompletionResult
IPluginDoUntilLoopNodeHandler. execute(INodeExecutionParams<TData> params)
Evaluates the do until loop test of this plugin, and executes the loop body for as long as the do until loop test holds true.default INormalCompletionResult
IPluginWhileLoopNodeHandler. execute(INodeExecutionParams<TData> params)
Evaluates the while loop test of this plugin, and executes the loop body for as long as the while loop test holds true.default void
IPluginDoUntilLoopNodeHandler. finishLoop(INodeExecutionParams<TData> params, TState state, int totalCount)
Called once at the end after all iterations are done just before the end of the loop's execution.default void
IPluginWhileLoopNodeHandler. finishLoop(INodeExecutionParams<TData> params, TState state, int totalCount)
Called once at the end after all iterations are done just before the end of the loop's execution.default TState
IPluginDoUntilLoopNodeHandler. startLoop(INodeExecutionParams<TData> params)
Called once at the beginning before the loop iterations are started.default TState
IPluginWhileLoopNodeHandler. startLoop(INodeExecutionParams<TData> params)
Called once at the beginning before the loop iterations are started. -
Uses of INodeExecutionParams in de.xima.fc.workflow.processor.logic.execution
Fields in de.xima.fc.workflow.processor.logic.execution declared as INodeExecutionParams Modifier and Type Field Description protected INodeExecutionParams<?>
StandardErrorAttachmentListProcessor. params
protected INodeExecutionParams<?>
StandardErrorFileListProcessor. params
Constructors in de.xima.fc.workflow.processor.logic.execution with parameters of type INodeExecutionParams Constructor Description StandardErrorAttachmentListProcessor(INodeExecutionParams<?> params, Collector<? super IResolvedAttachmentItem,?,R> collector, IStandardAttachmentListResolutionErrorCreator errorCreator, boolean required)
StandardErrorFileListProcessor(INodeExecutionParams<?> params, Collector<? super IResolvedResourceItem,?,R> collector, IStandardFileListResolutionErrorCreator errorCreator, boolean required)
-