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
インタフェース内 ServiceProcessModel
session
- 実行セッションServiceProcessException
FatalException
public Session doProcess(Session session) throws ServiceProcessException, FatalException
doProcess
インタフェース内 ServiceProcess
doProcess
インタフェース内 ServiceProcessHelper
session
- サービス実行セッションServiceProcessException
- サービスプロセス実行で業務的なエラーが発生FatalException
- サービスプロセス実行で致命的エラーが発生public java.lang.String getServiceProcessName()
getServiceProcessName
インタフェース内 ServiceProcess
public Key getServiceProcessNameKey()
getServiceProcessNameKey
インタフェース内 ServiceProcess
public java.lang.String getServiceProcessType()
getServiceProcessType
インタフェース内 ServiceProcess
public Key getSessionKey()
getSessionKey
インタフェース内 ServiceProcess
getSessionKey
インタフェース内 ServiceProcessHelper
public Key getServiceNameKey()
getServiceNameKey
インタフェース内 ServiceProcess
public java.lang.String getServiceName()
getServiceName
インタフェース内 ServiceProcess
public java.lang.String toString()
toString
クラス内 java.lang.Object