Package org.iplass.mtp.view.generic
Class LoadEntityContext
java.lang.Object
org.iplass.mtp.view.generic.LoadEntityContext
LoadEntityInterrupterの実行結果を保持するContextです。
-
Constructor Summary
ConstructorDescriptionLoadEntityContext
(LoadOption loadOption) コンストラクタLoadEntityContext
(LoadOption loadOption, boolean doPrivileged) コンストラクタ -
Method Summary
Modifier and TypeMethodDescriptionロード時のオプションを取得します。boolean
特権実行を行うかを取得します。void
setDoPrivileged
(boolean doPrivileged) 特権実行を行うかを設定します。void
setLoadOption
(LoadOption loadOption) ロード時のオプションを設定します。
-
Constructor Details
-
LoadEntityContext
コンストラクタ- Parameters:
loadOption
- ロード時のオプション
-
LoadEntityContext
コンストラクタ- Parameters:
loadOption
- ロード時のオプションdoPrivileged
- 特権実行を行うか
-
-
Method Details
-
getLoadOption
ロード時のオプションを取得します。- Returns:
- ロード時のオプション
-
setLoadOption
ロード時のオプションを設定します。- Parameters:
loadOption
- ロード時のオプション
-
isDoPrivileged
public boolean isDoPrivileged()特権実行を行うかを取得します。- Returns:
- 特権実行を行うか
-
setDoPrivileged
public void setDoPrivileged(boolean doPrivileged) 特権実行を行うかを設定します。- Parameters:
doPrivileged
- 特権実行を行うか
-