public class FileWorkflowSchemaFactoryCreatorImpl extends java.lang.Object implements WorkflowSchemaFactoryCreator
修飾子とタイプ | フィールドと説明 |
---|---|
static Key |
KEY_WorkflowEncoding
Convert定義の読み込みエンコーディング取得キー
|
static Key |
KEY_WorkflowRouteEntryURL
エントリファイルURLの取得キー
|
static Key |
KEY_WorkflowTargetEntryURL
エントリファイルURLの取得キー
|
コンストラクタと説明 |
---|
FileWorkflowSchemaFactoryCreatorImpl()
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
WorkflowSchemaFactory |
createWorkflowSchemaFactory(Resource resource)
WorkflowSchemaFactoryを生成して返す。
|
java.lang.String |
getCreatorName()
このCreatorの名称を返す
|
java.lang.String[] |
getDependCreatorNames()
依存関係にある他のCreatorの名称を配列で返す
|
Key[] |
getDependFactoryKey()
依存関係にある他のFactoryのキーを配列で返す
|
Key |
getFactoryKey()
このCreatorが生成するFactoryのキーを返す
|
public static final Key KEY_WorkflowEncoding
public static final Key KEY_WorkflowRouteEntryURL
public static final Key KEY_WorkflowTargetEntryURL
public FileWorkflowSchemaFactoryCreatorImpl()
public WorkflowSchemaFactory createWorkflowSchemaFactory(Resource resource) throws RecoverableException
createWorkflowSchemaFactory
インタフェース内 WorkflowSchemaFactoryCreator
resource
- 実行時カーネルリソースRecoverableException
- ファクトリの生成に失敗public java.lang.String getCreatorName()
getCreatorName
インタフェース内 FactoryCreator
public java.lang.String[] getDependCreatorNames()
getDependCreatorNames
インタフェース内 FactoryCreator
public Key[] getDependFactoryKey()
getDependFactoryKey
インタフェース内 FactoryCreator
public Key getFactoryKey()
getFactoryKey
インタフェース内 FactoryCreator