public class ServiceProcessMappingImpl extends java.lang.Object implements ServiceProcessModel, java.io.Serializable
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static Key |
KEY_Condition
conditionキー
|
| コンストラクタと説明 |
|---|
ServiceProcessMappingImpl()
コンストラクタ
|
ServiceProcessMappingImpl(ServiceProcessMappingSchema schema)
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Session |
doProcess(Session session)
Processを実行する。
|
java.lang.String |
getServiceName()
サービス名を返す
|
Key |
getServiceNameKey()
サービス名(Key)返す
|
java.lang.String |
getServiceProcessName()
サービスプロセス名を返す
|
Key |
getServiceProcessNameKey()
サービスプロセス名(Key)を返す
|
java.lang.String |
getServiceProcessType()
サービスプロセスのタイプ名を返す
|
Key |
getSessionKey()
SessionVlaueに値を設定するか否か、また設定する際のキーを取得する。
|
Updatable |
operate(Session session)
モデル操作を行う
|
void |
setServiceProcessMappingSchema(ServiceProcessMappingSchema schema)
スキーマ情報を登録する
|
java.lang.String |
toString()
mappingプロセスの文字列表現を返す。
|
public static final Key KEY_Condition
public ServiceProcessMappingImpl()
public ServiceProcessMappingImpl(ServiceProcessMappingSchema schema)
schema - スキーマ情報public void setServiceProcessMappingSchema(ServiceProcessMappingSchema schema)
schema - スキーマ情報public Updatable operate(Session session) throws ServiceProcessException, FatalException
operate インタフェース内 ServiceProcessModelsession - 実行セッションServiceProcessExceptionFatalExceptionpublic Session doProcess(Session session) throws ServiceProcessException, FatalException
doProcess インタフェース内 ServiceProcessdoProcess インタフェース内 ServiceProcessHelpersession - サービス実行セッションServiceProcessException - サービスプロセス実行で業務的なエラーが発生FatalException - サービスプロセス実行で致命的エラーが発生public java.lang.String getServiceProcessName()
getServiceProcessName インタフェース内 ServiceProcesspublic Key getServiceProcessNameKey()
getServiceProcessNameKey インタフェース内 ServiceProcesspublic java.lang.String getServiceProcessType()
getServiceProcessType インタフェース内 ServiceProcesspublic Key getSessionKey()
getSessionKey インタフェース内 ServiceProcessgetSessionKey インタフェース内 ServiceProcessHelperpublic Key getServiceNameKey()
getServiceNameKey インタフェース内 ServiceProcesspublic java.lang.String getServiceName()
getServiceName インタフェース内 ServiceProcesspublic java.lang.String toString()
toString クラス内 java.lang.Object