クラス EntityLockByUserInvocationImpl
java.lang.Object
org.iplass.mtp.impl.entity.interceptor.EntityInvocationImpl<Boolean>
org.iplass.mtp.impl.entity.interceptor.EntityLockByUserInvocationImpl
- すべての実装されたインタフェース:
EntityInvocation<Boolean>,EntityLockByUserInvocation
public class EntityLockByUserInvocationImpl
extends EntityInvocationImpl<Boolean>
implements EntityLockByUserInvocation
-
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.impl.entity.interceptor.EntityInvocationImpl
NULL_ENTITY_INTERCEPTOR -
コンストラクタの概要
コンストラクタコンストラクタ説明EntityLockByUserInvocationImpl(String oid, String userId, boolean force, EntityInterceptor[] entityInterceptors, EntityHandler entityHandler) -
メソッドの概要
クラスから継承されたメソッド org.iplass.mtp.impl.entity.interceptor.EntityInvocationImpl
getAttribute, getAttributeNames, getEntityDefinition, getEntityHandler, proceed, setAttributeクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.entity.interceptor.EntityInvocation
getAttribute, getAttributeNames, getEntityDefinition, proceed, setAttribute
-
コンストラクタの詳細
-
EntityLockByUserInvocationImpl
public EntityLockByUserInvocationImpl(String oid, String userId, boolean force, EntityInterceptor[] entityInterceptors, EntityHandler entityHandler)
-
-
メソッドの詳細
-
getOid
- 定義:
getOidインタフェース内EntityLockByUserInvocation
-
setOid
- 定義:
setOidインタフェース内EntityLockByUserInvocation
-
callEntityHandler
- 定義:
callEntityHandlerクラス内EntityInvocationImpl<Boolean>
-
getType
インタフェースからコピーされた説明:EntityInvocationEntity操作の種類を判別可能。- 定義:
getTypeインタフェース内EntityInvocation<Boolean>- 戻り値:
-
getUserId
- 定義:
getUserIdインタフェース内EntityLockByUserInvocation
-
setUserId
- 定義:
setUserIdインタフェース内EntityLockByUserInvocation
-
isForce
public boolean isForce()- 定義:
isForceインタフェース内EntityLockByUserInvocation
-
setForce
public void setForce(boolean force) - 定義:
setForceインタフェース内EntityLockByUserInvocation
-