Uses of Interface
de.xima.fc.interfaces.workflow.execution.IWorkflowExecutionPostProcessor
Packages that use IWorkflowExecutionPostProcessor
Package
Description
- 
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 IWorkflowExecutionPostProcessorModifier and TypeMethodDescriptiondefault 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 IWorkflowExecutionPostProcessorModifier and TypeClassDescriptionfinal classImplementation ofIWorkflowExecutionPostProcessorthat checks whether a servlet response was set by the workflow.classImplementation ofIWorkflowExecutionPostProcessorthat checks whether aWorkflowStatewas 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 IWorkflowExecutionPostProcessorModifier and TypeFieldDescriptionprotected List<IWorkflowExecutionPostProcessor>AFormRecordEventDataBuilder.workflowExecutionPostProcessorsprotected List<IWorkflowExecutionPostProcessor>AFormRecordEventDataBuilder.workflowExecutionPostProcessorsprotected List<IWorkflowExecutionPostProcessor>AFormRecordEventDataBuilder.workflowExecutionPostProcessorsprotected 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 IWorkflowExecutionPostProcessorModifier and TypeMethodDescriptionIWorkflowTaskRunnerParams.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 IWorkflowExecutionPostProcessorMethods in de.xima.fc.workflow.model with parameters of type IWorkflowExecutionPostProcessorModifier and TypeMethodDescriptionWorkflowTaskRunnerParams.Builder.addWorkflowExecutionPostProcessor(IWorkflowExecutionPostProcessor workflowExecutionPostProcessor) Method parameters in de.xima.fc.workflow.model with type arguments of type IWorkflowExecutionPostProcessorModifier and TypeMethodDescriptionWorkflowTaskRunnerParams.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