public class ServiceProcessWorkflowSourceItemImpl extends java.lang.Object implements ServiceProcessSourceItem
コンストラクタと説明 |
---|
ServiceProcessWorkflowSourceItemImpl()
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
java.lang.String |
getFormatType()
ServiceProcessFactorySourceがサポートするフォーマット名を返す。
|
Key |
getFormatTypeKey()
ServiceProcessFactorySourceがサポートするフォーマット名(Key)を返す。
|
ServiceProcess |
getServiceProcess(Resource resource,
Key serviceNameKey,
Key processNameKey,
java.util.Map info,
ServiceProcessSource processFactory)
ServiceProcessを返す
|
public ServiceProcessWorkflowSourceItemImpl()
public java.lang.String getFormatType()
getFormatType
インタフェース内 ServiceProcessSourceItem
public Key getFormatTypeKey()
getFormatTypeKey
インタフェース内 ServiceProcessSourceItem
public ServiceProcess getServiceProcess(Resource resource, Key serviceNameKey, Key processNameKey, java.util.Map info, ServiceProcessSource processFactory) throws FatalException
getServiceProcess
インタフェース内 ServiceProcessSourceItem
resource
- カーネルリソースserviceNameKey
- サービス名(Key)processNameKey
- プロセス名(Key)info
- プロセス情報マップprocessFactory
- プロセス生成ファクトリFatalException