Uses of Class
de.xima.fc.exceptions.AbstractAbruptCompletionException
-
Packages that use AbstractAbruptCompletionException Package Description de.xima.fc.e2e.containerplugin.plugin de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.nodes de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.mixin de.xima.fc.workflow.processor.model -
-
Uses of AbstractAbruptCompletionException in de.xima.fc.e2e.containerplugin.plugin
Methods in de.xima.fc.e2e.containerplugin.plugin that throw AbstractAbruptCompletionException Modifier and Type Method Description INormalCompletionResultRedirectToClientInboxNodePlugin. execute(INodeExecutionParams<RedirectToClientInboxProps> params)INormalCompletionResultRedirectToFormRecordNodePlugin. execute(INodeExecutionParams<RedirectToFormRecordProps> params) -
Uses of AbstractAbruptCompletionException in de.xima.fc.exceptions
Subclasses of AbstractAbruptCompletionException in de.xima.fc.exceptions Modifier and Type Class Description classNodeReturnedExceptionIndicates that an exception occurred during the execution of a workflow node.classNodeThrewExceptionIndicates that execution of a workflow node ended abruptly via a throw statement, including exceptions thrown by the workflow runtime engine. -
Uses of AbstractAbruptCompletionException in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return AbstractAbruptCompletionException Modifier and Type Method Description AbstractAbruptCompletionExceptionIWorkflowNodeResult. getAbruptCompletionException()Methods in de.xima.fc.interfaces.workflow.execution that throw AbstractAbruptCompletionException 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. -
Uses of AbstractAbruptCompletionException in de.xima.fc.interfaces.workflow.nodes
Methods in de.xima.fc.interfaces.workflow.nodes that throw AbstractAbruptCompletionException Modifier and Type Method Description INormalCompletionResultINodeHandler. execute(INodeExecutionParams<TData> params)Executes the given workflow node. -
Uses of AbstractAbruptCompletionException in de.xima.fc.workflow.designer.registry.nodes
-
Uses of AbstractAbruptCompletionException in de.xima.fc.workflow.executor
Methods in de.xima.fc.workflow.executor that throw AbstractAbruptCompletionException Modifier and Type Method Description protected INormalCompletionResultFcChangeFormValueExecutor. 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 INormalCompletionResultFcImportFormValueFromXmlExecutor. exec()protected INormalCompletionResultFcLdapQueryExecutor. exec()protected INormalCompletionResultFcMoveFormRecordToInboxExecutor. exec()protected INormalCompletionResultFcProcessLogPdfExecutor. exec()protected INormalCompletionResultFcProvideResourceExecutor. exec()protected INormalCompletionResultFcRedirectExecutor. exec()protected INormalCompletionResultFcRenewProcessIdExecutor. exec()INormalCompletionResultFcReturnFileExecutor. exec()protected INormalCompletionResultFcSaveToFileSystemExecutor. exec()protected INormalCompletionResultFcSaveToWebDavExecutor. exec()protected INormalCompletionResultFcSetSavedFlagExecutor. exec()protected INormalCompletionResultFcShowTemplateExecutor. exec()protected INormalCompletionResultFcSqlStatementExecutor. exec()protected INormalCompletionResultFcWriteFormRecordAttrExecutor. exec()INormalCompletionResultFcExperimentExecutor. execute()INormalCompletionResultFcMultipleConditionExecutor. execute()INormalCompletionResultFcSwitchExecutor. execute() -
Uses of AbstractAbruptCompletionException in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin that throw AbstractAbruptCompletionException Modifier and Type Method Description booleanIPluginConditionNodeHandler. evaluateCondition(INodeExecutionParams<TData> params)Executes the business condition logic of this action plugin, and returns whether the condition is fulfilled.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 AbstractAbruptCompletionException in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return AbstractAbruptCompletionException Modifier and Type Method Description AbstractAbruptCompletionExceptionWorkflowNodeResult. getAbruptCompletionException()
-