インターフェース FlowDefinitionLocator
- すべての既知のサブインターフェース:
FlowDefinitionRegistry
- すべての既知の実装クラス:
FlowDefinitionRegistryImpl
public interface FlowDefinitionLocator
id
によってフロー定義を取得するためのランタイムサービスロケーターインターフェース。フローロケーターは、新しいフロー実行の開始をサポートするために、実行時にフロー実行者が完全に構成されたフロー定義を取得するために必要です。- 作成者:
- Keith Donald, Erwin Vervaet
メソッドのサマリー
メソッドの詳細
getFlowDefinition
FlowDefinition getFlowDefinition(StringSE id) throws NoSuchFlowDefinitionException, FlowDefinitionConstructionException 指定された ID を持つフロー定義を検索します。- パラメーター:
id
- フロー定義識別子- 戻り値:
- フロー定義
- 例外:
NoSuchFlowDefinitionException
- 指定された ID のフロー定義が存在しない場合FlowDefinitionConstructionException
- 特定されたフロー定義の構築に問題がある場合