Uses of Class
de.xima.fc.exceptions.AbstractAbruptCompletionException
- 
Packages that use AbstractAbruptCompletionException Package Description 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.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 INormalCompletionResultFcDoiInitExecutor. exec()protected INormalCompletionResultFcEmailExecutor. exec()protected INormalCompletionResultFcExportToPersistenceExecutor. exec()protected INormalCompletionResultFcExportToXmlExecutor. exec()protected INormalCompletionResultFcFillPdfExecutor. exec()protected INormalCompletionResultFcFillWordExecutor. exec()INormalCompletionResultFcImportFormValueFromXmlExecutor. exec()protected INormalCompletionResultFcLdapQueryExecutor. exec()protected INormalCompletionResultFcMoveFormRecordToInboxExecutor. exec()protected INormalCompletionResultFcProvideResourceExecutor. exec()protected INormalCompletionResultFcRedirectExecutor. exec()protected INormalCompletionResultFcRenewProcessIdExecutor. exec()INormalCompletionResultFcReturnFileExecutor. exec()protected INormalCompletionResultFcSaveToFileSystemExecutor. exec()protected INormalCompletionResultFcSetSavedFlagExecutor. exec()protected INormalCompletionResultFcShowTemplateExecutor. exec()protected INormalCompletionResultFcSqlStatementExecutor. exec()protected INormalCompletionResultFcWriteFormRecordAttrExecutor. exec()INormalCompletionResultFcExperimentExecutor. execute()INormalCompletionResultFcMultipleConditionExecutor. 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 INormalCompletionResultIPluginActionNodeHandler. execute(INodeExecutionParams<TData> params)Executes the business logic of this action plugin, and returns the values made available by this action. - 
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() 
 -