Uses of Interface
de.xima.fc.interfaces.workflow.execution.IWorkflowExecutionPostProcessParams
- 
Packages that use IWorkflowExecutionPostProcessParams Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.workflow  - 
- 
Uses of IWorkflowExecutionPostProcessParams in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IWorkflowExecutionPostProcessParams Modifier and Type Method Description voidIWorkflowExecutionPostProcessor. postProcess(IWorkflowExecutionPostProcessParams params)Called just before the workflow completes. - 
Uses of IWorkflowExecutionPostProcessParams in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type IWorkflowExecutionPostProcessParams Modifier and Type Method Description voidSupplyDefaultServletResponsePostProcessor. postProcess(IWorkflowExecutionPostProcessParams params)voidSupplyDefaultWorkflowStatePostProcessor. postProcess(IWorkflowExecutionPostProcessParams params) 
 -