Uses of Interface
de.xima.fc.interfaces.workflow.execution.INormalCompletionResult
-
-
Uses of INormalCompletionResult in de.xima.fc.e2e.containerplugin.plugin
Methods in de.xima.fc.e2e.containerplugin.plugin that return INormalCompletionResult Modifier and Type Method Description INormalCompletionResultRedirectToClientInboxNodePlugin. execute(INodeExecutionParams<RedirectToClientInboxProps> params)INormalCompletionResultRedirectToFormRecordNodePlugin. execute(INodeExecutionParams<RedirectToFormRecordProps> params) -
Uses of INormalCompletionResult in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return INormalCompletionResult Modifier and Type Method Description INormalCompletionResultIWorkflowActionExecutor. execute()Executes the workflow action, and creates the result.INormalCompletionResultIWorkflowExecutor. execute(WorkflowNode node)Executes the given node.INormalCompletionResultIWorkflowExecutor. executeChild(WorkflowNode parentNode, int childIndex)Executes the given child of the node.INormalCompletionResultIWorkflowNodeResult. getNormalCompletionResult() -
Uses of INormalCompletionResult in de.xima.fc.interfaces.workflow.nodes
Methods in de.xima.fc.interfaces.workflow.nodes that return INormalCompletionResult Modifier and Type Method Description INormalCompletionResultINodeHandler. execute(INodeExecutionParams<TData> params)Executes the given workflow node. -
Uses of INormalCompletionResult in de.xima.fc.workflow.designer.registry.nodes
-
Uses of INormalCompletionResult in de.xima.fc.workflow.executor
Methods in de.xima.fc.workflow.executor that return INormalCompletionResult Modifier and Type Method Description protected INormalCompletionResultFcChangeFormAvailabilityExecutor. exec()protected INormalCompletionResultFcChangeFormValueExecutor. exec()protected INormalCompletionResultFcChangeStateExecutor. exec()protected INormalCompletionResultFcCompressAsZipExecutor. exec()protected INormalCompletionResultFcCopyFormRecordExecutor. exec()protected INormalCompletionResultFcCounterExecutor. exec()protected INormalCompletionResultFcCreateTextFileExecutor. exec()protected INormalCompletionResultFcDecodeBase64Executor. exec()protected INormalCompletionResultFcDoiInitExecutor. exec()protected INormalCompletionResultFcEmailExecutor. exec()protected INormalCompletionResultFcEncodeBase64Executor. exec()protected INormalCompletionResultFcExportToPersistenceExecutor. exec()protected INormalCompletionResultFcExportToXmlExecutor. exec()protected INormalCompletionResultFcFillPdfExecutor. exec()protected INormalCompletionResultFcFillWordExecutor. exec()protected INormalCompletionResultFcHttpRequestExecutor. exec()protected INormalCompletionResultFcImportFormValueFromXmlExecutor. exec()protected INormalCompletionResultFcLdapQueryExecutor. exec()protected INormalCompletionResultFcLogEntryExecutor. exec()protected INormalCompletionResultFcMoveFormRecordToInboxExecutor. exec()protected INormalCompletionResultFcProcessLogPdfExecutor. exec()protected INormalCompletionResultFcProvideResourceExecutor. exec()protected INormalCompletionResultFcQueueTaskExecutor. exec()protected INormalCompletionResultFcRedirectExecutor. exec()protected INormalCompletionResultFcRenewProcessIdExecutor. exec()INormalCompletionResultFcReturnFileExecutor. exec()protected INormalCompletionResultFcSaveToFileSystemExecutor. exec()protected INormalCompletionResultFcSaveToWebDavExecutor. exec()protected INormalCompletionResultFcSetSavedFlagExecutor. exec()protected INormalCompletionResultFcShowTemplateExecutor. exec()protected INormalCompletionResultFcSqlStatementExecutor. exec()INormalCompletionResultFcThrowExceptionExecutor. exec()protected INormalCompletionResultFcWriteFormRecordAttrExecutor. exec()INormalCompletionResultFcExperimentExecutor. execute()INormalCompletionResultFcMultipleConditionExecutor. execute()INormalCompletionResultFcSwitchExecutor. execute() -
Uses of INormalCompletionResult in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin that return INormalCompletionResult Modifier and Type Method Description INormalCompletionResultIPluginActionNodeHandler. execute(INodeExecutionParams<TData> params)Executes the business logic of this action plugin, and returns the values made available by this action.default INormalCompletionResultIPluginConditionNodeHandler. execute(INodeExecutionParams<TData> params)Evaluates the condition of this plugin, and executes either the if or else branch based upon the result. -
Uses of INormalCompletionResult in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return INormalCompletionResult Modifier and Type Method Description INormalCompletionResultNormalCompletionResultBuilder. build() -
Uses of INormalCompletionResult in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement INormalCompletionResult Modifier and Type Class Description classNormalCompletionResultPOJO implementation ofINormalCompletionResult.Methods in de.xima.fc.workflow.processor.model that return INormalCompletionResult Modifier and Type Method Description static INormalCompletionResultNormalCompletionResult. empty()INormalCompletionResultWorkflowNodeResult. getNormalCompletionResult()Methods in de.xima.fc.workflow.processor.model with parameters of type INormalCompletionResult Modifier and Type Method Description static IWorkflowNodeResultWorkflowNodeResult. normal(INormalCompletionResult result)
-