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 void
IWorkflowExecutionPostProcessor. 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 void
SupplyDefaultServletResponsePostProcessor. postProcess(IWorkflowExecutionPostProcessParams params)
void
SupplyDefaultWorkflowStatePostProcessor. postProcess(IWorkflowExecutionPostProcessParams params)
-