Uses of Interface
de.xima.fc.interfaces.workflow.execution.INormalCompletionResult
-
-
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
-
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.default INormalCompletionResultIPluginDoUntilLoopNodeHandler. 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 INormalCompletionResultIPluginWhileLoopNodeHandler. 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. -
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)
-