|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FlowHierarchy
This interface represents a hierarchy of flow messages
| Method Summary | |
|---|---|
void |
flowFinished(java.lang.String flow)
This flow is finished and can be released |
java.lang.Integer |
flowIdToInt(java.lang.String flowId)
|
void |
flowStarted(java.lang.String flow,
java.lang.String parentFlow)
This flow is started |
java.util.List<java.lang.String> |
getFlowWithChildren(java.lang.String flowId)
Return list of child flows for given flow id, plus flowId itself |
java.lang.Integer |
getParentFlow(java.lang.Integer flowId)
Return parent flow ID for given flow ID |
| Method Detail |
|---|
void flowStarted(java.lang.String flow,
java.lang.String parentFlow)
flow - flow idparentFlow - parent flow idvoid flowFinished(java.lang.String flow)
flow - flow idjava.util.List<java.lang.String> getFlowWithChildren(java.lang.String flowId)
flowId - parent of the child flows to be returned. the param is returned with results of the call.
@Nullable java.lang.Integer getParentFlow(java.lang.Integer flowId)
flowId - child flow ID
@NotNull java.lang.Integer flowIdToInt(java.lang.String flowId)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||