|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FlowDefinitionLocator
A runtime service locator interface for retrieving flow definitions by id.
Flow locators are needed by flow executors at runtime to retrieve fully-configured flow definitions to support launching new flow executions.
| Method Summary | |
|---|---|
FlowDefinition |
getFlowDefinition(java.lang.String id)
Lookup the flow definition with the specified id. |
| Method Detail |
|---|
FlowDefinition getFlowDefinition(java.lang.String id)
throws NoSuchFlowDefinitionException,
FlowDefinitionConstructionException
id.
id - the flow definition id
NoSuchFlowDefinitionException - when the flow definition with the specified id does not exist
FlowDefinitionConstructionException - if there is a problem constructing the identified flow definition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||