クラス EntityInvocationImpl<R>
java.lang.Object
org.iplass.mtp.impl.entity.interceptor.EntityInvocationImpl<R>
- すべての実装されたインタフェース:
EntityInvocation<R>
- 直系の既知のサブクラス:
EntityBulkUpdateInvocationImpl,EntityCountInvocationImpl,EntityDeleteAllInvocationImpl,EntityDeleteInvocationImpl,EntityGetRecycleBinInvocationImpl,EntityInsertInvocationImpl,EntityLoadInvocationImpl,EntityLockByUserInvocationImpl,EntityNormalizeInvocationImpl,EntityPurgeInvocationImpl,EntityQueryInvocationImpl,EntityRestoreInvocationImpl,EntityUnlockByUserInvocationImpl,EntityUpdateAllInvocationImpl,EntityUpdateInvocationImpl,EntityValidateInvocationImpl
-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタコンストラクタ説明EntityInvocationImpl(EntityInterceptor[] entityInterceptors, EntityHandler entityHandler) -
メソッドの概要
修飾子とタイプメソッド説明protected abstract RgetAttribute(String name) 一連のInterceptの間にsetAttribute()したオブジェクトを取得可能。一連のInterceptの間にsetAttribute()された属性名の取得。proceed()後続処理呼び出し。voidsetAttribute(String name, Object value) 一連のInterceptの間、保持したいオブジェクトをセット可能。クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.entity.interceptor.EntityInvocation
getType
-
フィールド詳細
-
NULL_ENTITY_INTERCEPTOR
-
-
コンストラクタの詳細
-
EntityInvocationImpl
-
-
メソッドの詳細
-
callEntityHandler
-
proceed
インタフェースからコピーされた説明:EntityInvocation後続処理呼び出し。- 定義:
proceedインタフェース内EntityInvocation<R>- 戻り値:
- 後続処理からのリターン値。
-
getEntityDefinition
- 定義:
getEntityDefinitionインタフェース内EntityInvocation<R>
-
getEntityHandler
-
setAttribute
インタフェースからコピーされた説明:EntityInvocation一連のInterceptの間、保持したいオブジェクトをセット可能。- 定義:
setAttributeインタフェース内EntityInvocation<R>- パラメータ:
name-value-
-
getAttribute
インタフェースからコピーされた説明:EntityInvocation一連のInterceptの間にsetAttribute()したオブジェクトを取得可能。- 定義:
getAttributeインタフェース内EntityInvocation<R>- パラメータ:
name-- 戻り値:
-
getAttributeNames
インタフェースからコピーされた説明:EntityInvocation一連のInterceptの間にsetAttribute()された属性名の取得。- 定義:
getAttributeNamesインタフェース内EntityInvocation<R>- 戻り値:
-