Uses of Interface
de.xima.fc.interfaces.workflow.event.IHttpContextData
- 
Packages that use IHttpContextData Package Description de.xima.fc.interfaces.workflow.event de.xima.fc.workflow.event de.xima.fc.workflow.iface de.xima.fc.workflow.model  - 
- 
Uses of IHttpContextData in de.xima.fc.interfaces.workflow.event
Methods in de.xima.fc.interfaces.workflow.event that return IHttpContextData Modifier and Type Method Description IHttpContextDataIHttpContextProvidingEvent. getHttpContextData() - 
Uses of IHttpContextData in de.xima.fc.workflow.event
Methods in de.xima.fc.workflow.event with parameters of type IHttpContextData Modifier and Type Method Description FormSubmissionEventDataBuilderFormSubmissionEventDataBuilder. httpContextData(IHttpContextData httpContextData) - 
Uses of IHttpContextData in de.xima.fc.workflow.iface
Methods in de.xima.fc.workflow.iface that return IHttpContextData Modifier and Type Method Description IHttpContextDataIWorkflowTaskRunnerParams. getHttpContextData() - 
Uses of IHttpContextData in de.xima.fc.workflow.model
Classes in de.xima.fc.workflow.model that implement IHttpContextData Modifier and Type Class Description classHttpContextDataPOJO implementation ofIHttpContextDatawith a builder.Methods in de.xima.fc.workflow.model that return IHttpContextData Modifier and Type Method Description IHttpContextDataHttpContextData.Builder. build()IHttpContextDataWorkflowTaskRunnerParams. getHttpContextData()Methods in de.xima.fc.workflow.model with parameters of type IHttpContextData Modifier and Type Method Description WorkflowTaskRunnerParams.BuilderWorkflowTaskRunnerParams.Builder. httpContextData(IHttpContextData httpContextData) 
 -