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