Uses of Class
de.xima.fc.exceptions.NodeReturnedException
-
Packages that use NodeReturnedException Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.execution de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.processor.model -
-
Uses of NodeReturnedException in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return NodeReturnedException Modifier and Type Method Description NodeReturnedException
NodeReturnedException.Builder. build()
-
Uses of NodeReturnedException in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return NodeReturnedException Modifier and Type Method Description NodeReturnedException
IWorkflowFormHandler. deleteFormRecord(INodeReturnedExceptionBuilder returningBuilder)
Deletes the current form record and throws aNodeReturnedException
.default NodeReturnedException
IWorkflowNodeResult. getReturningException()
Methods in de.xima.fc.interfaces.workflow.execution that throw NodeReturnedException Modifier and Type Method Description NodeReturnedException
IWorkflowFormHandler. deleteFormRecord(INodeReturnedExceptionBuilder returningBuilder)
Deletes the current form record and throws aNodeReturnedException
. -
Uses of NodeReturnedException in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that throw NodeReturnedException Modifier and Type Method Description INormalCompletionResult
FcDeleteFormRecordHandler. execute(INodeExecutionParams<FcDeleteFormRecordProps> params)
INormalCompletionResult
FcReturnHandler. execute(INodeExecutionParams<FcReturnProps> params)
-
Uses of NodeReturnedException in de.xima.fc.workflow.executor
Methods in de.xima.fc.workflow.executor that throw NodeReturnedException Modifier and Type Method Description INormalCompletionResult
FcChangeStateExecutor. execute()
INormalCompletionResult
FcQueueTaskExecutor. execute()
-
Uses of NodeReturnedException in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model with parameters of type NodeReturnedException Modifier and Type Method Description static IWorkflowNodeResult
WorkflowNodeResult. returning(NodeReturnedException e)
*
-