Uses of Interface
de.xima.fc.interfaces.workflow.execution.IWorkflowExecutionPostProcessor
-
-
Uses of IWorkflowExecutionPostProcessor in de.xima.fc.interfaces.workflow.event
Methods in de.xima.fc.interfaces.workflow.event that return types with arguments of type IWorkflowExecutionPostProcessor Modifier and Type Method Description default Iterable<IWorkflowExecutionPostProcessor>
IWorkflowEventData. getWorkflowExecutionPostProcessors()
Callback that is called after the workflow was executed, but before the final result is created. -
Uses of IWorkflowExecutionPostProcessor in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IWorkflowExecutionPostProcessor Modifier and Type Class Description class
SupplyDefaultServletResponsePostProcessor
Implementation ofIWorkflowExecutionPostProcessor
that checks whether a servlet response was set by the workflow.class
SupplyDefaultWorkflowStatePostProcessor
Implementation ofIWorkflowExecutionPostProcessor
that checks whether aWorkflowState
was set by the workflow. -
Uses of IWorkflowExecutionPostProcessor in de.xima.fc.workflow.event
Fields in de.xima.fc.workflow.event with type parameters of type IWorkflowExecutionPostProcessor Modifier and Type Field Description protected List<IWorkflowExecutionPostProcessor>
AFormRecordEventDataBuilder. workflowExecutionPostProcessors
protected List<IWorkflowExecutionPostProcessor>
AFormRecordEventDataBuilder. workflowExecutionPostProcessors
protected List<IWorkflowExecutionPostProcessor>
AFormRecordEventDataBuilder. workflowExecutionPostProcessors
protected List<IWorkflowExecutionPostProcessor>
AFormRecordEventDataBuilder. workflowExecutionPostProcessors
-
Uses of IWorkflowExecutionPostProcessor in de.xima.fc.workflow.iface
Methods in de.xima.fc.workflow.iface that return types with arguments of type IWorkflowExecutionPostProcessor Modifier and Type Method Description Iterable<IWorkflowExecutionPostProcessor>
IWorkflowTaskRunnerParams. getWorkflowExecutionPostProcessors()
Callback that is invoked after the workflow was executed. -
Uses of IWorkflowExecutionPostProcessor in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model that return types with arguments of type IWorkflowExecutionPostProcessor Modifier and Type Method Description Iterable<IWorkflowExecutionPostProcessor>
WorkflowTaskRunnerParams. getWorkflowExecutionPostProcessors()
Methods in de.xima.fc.workflow.model with parameters of type IWorkflowExecutionPostProcessor Modifier and Type Method Description WorkflowTaskRunnerParams.Builder
WorkflowTaskRunnerParams.Builder. addWorkflowExecutionPostProcessor(IWorkflowExecutionPostProcessor workflowExecutionPostProcessor)
Method parameters in de.xima.fc.workflow.model with type arguments of type IWorkflowExecutionPostProcessor Modifier and Type Method Description WorkflowTaskRunnerParams.Builder
WorkflowTaskRunnerParams.Builder. workflowExecutionPostProcessors(Iterable<IWorkflowExecutionPostProcessor> workflowExecutionPostProcessors)
-
Uses of IWorkflowExecutionPostProcessor in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return types with arguments of type IWorkflowExecutionPostProcessor Modifier and Type Method Description Iterable<IWorkflowExecutionPostProcessor>
WorkflowExecutionContext. getPostProcessors()
-