|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FlowUrlHandler
A interface for parsing and generating flow URLs. Encapsulates a specific flow URL format.
| Method Summary | |
|---|---|
String |
createFlowDefinitionUrl(String flowId,
AttributeMap input,
javax.servlet.http.HttpServletRequest request)
Create a URL that when addressed will launch a new execution of a flow. |
String |
createFlowExecutionUrl(String flowId,
String flowExecutionKey,
javax.servlet.http.HttpServletRequest request)
Create a URL that when addressed will resume an existing execution of a flow. |
String |
getFlowExecutionKey(javax.servlet.http.HttpServletRequest request)
Extract the flow execution from the request. |
String |
getFlowId(javax.servlet.http.HttpServletRequest request)
Extract the flow id from the request. |
| Method Detail |
|---|
String getFlowExecutionKey(javax.servlet.http.HttpServletRequest request)
request - the request
String getFlowId(javax.servlet.http.HttpServletRequest request)
request - the request
String createFlowDefinitionUrl(String flowId,
AttributeMap input,
javax.servlet.http.HttpServletRequest request)
flowId - the id of the flow definitioninput - the input to pass the new flow executionrequest - the current request
String createFlowExecutionUrl(String flowId,
String flowExecutionKey,
javax.servlet.http.HttpServletRequest request)
flowExecutionKey - the flow execution key that is paused and waiting to be resumedrequest - the current request
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||