インターフェース FlowBuilderContext

すべての既知の実装クラス:
FlowBuilderContextImplMockFlowBuilderContext

public interface FlowBuilderContext
フロー定義の構築を通じてフロービルダーを誘導するために必要なサービスを提供します。
作成者:
Keith Donald
  • メソッドの詳細

    • getFlowId

      StringSE getFlowId()
      構築中のフローに割り当てる、外部で構成されたフロー定義識別子を返します。
      戻り値:
      フロー ID
    • getFlowAttributes

      AttributeMap<ObjectSE> getFlowAttributes()
      構築中のフロー定義に割り当てる外部構成の属性を返します。
      戻り値:
      フロー属性
    • getFlowDefinitionLocator

      FlowDefinitionLocator getFlowDefinitionLocator()
      依存フロー (サブフロー) を見つけるためのロケーターを返します。
      戻り値:
      フロー定義ロケータ
    • getFlowArtifactFactory

      FlowArtifactFactory getFlowArtifactFactory()
      フローや状態などのコアフローアーティファクトのファクトリを返します。
      戻り値:
      フローアーティファクトファクトリ
    • getConversionService

      ConversionService getConversionService()
      通常は文字列からリッチ値オブジェクトへの型間の変換を行うための汎用型変換サービスを返します。
      戻り値:
      ジェネリクス変換サービス
    • getViewFactoryCreator

      ViewFactoryCreator getViewFactoryCreator()
      ビュー状態ごとに ViewFactory を構成するためのビューファクトリクリエーターを返します
      戻り値:
      ビューファクトリクリエーター
    • getExpressionParser

      ExpressionParser getExpressionParser()
      式文字列を解析するための式パーサーを返します。
      戻り値:
      式パーサー
    • getValidator

      org.springframework.validation.Validator getValidator()
      モデルの検証に使用する Validator インスタンスを返します。
      戻り値:
      バリデーター
    • getValidationHintResolver

      ValidationHintResolver getValidationHintResolver()
      ValidationHintResolver を返します。
    • getApplicationContext

      org.springframework.context.ApplicationContext getApplicationContext()
      フローシステムをホストするアプリケーションコンテキストを返します。
      戻り値:
      アプリケーションコンテキスト