クラス SearchQueryContext
java.lang.Object
org.iplass.mtp.view.generic.SearchQueryContext
SearchQueryInterrupterの実行結果を保持するContextです。
-
コンストラクタの概要
コンストラクタ説明SearchQueryContext
(Query query) コンストラクタSearchQueryContext
(Query query, boolean doPrivileged) コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明getQuery()
クエリを取得します。String[]
Entity権限における限定条件を適用せずに検索を実行する参照先名を返しますboolean
特権実行を行うかを取得します。void
setDoPrivileged
(boolean doPrivileged) 特権実行を行うかを設定します。void
クエリを設定します。void
setWithoutConditionReferenceName
(String... withoutConditionReferenceName) Entity権限における限定条件を適用せずに検索を実行する参照先名を設定します。
-
コンストラクタの詳細
-
SearchQueryContext
コンストラクタ- パラメータ:
query
- クエリ
-
SearchQueryContext
コンストラクタ- パラメータ:
query
- クエリdoPrivileged
- 特権実行を行うか
-
-
メソッドの詳細
-
getQuery
クエリを取得します。- 戻り値:
- クエリ
-
setQuery
クエリを設定します。- パラメータ:
query
- クエリ
-
isDoPrivileged
public boolean isDoPrivileged()特権実行を行うかを取得します。- 戻り値:
- 特権実行を行うか
-
setDoPrivileged
public void setDoPrivileged(boolean doPrivileged) 特権実行を行うかを設定します。- パラメータ:
doPrivileged
- 特権実行を行うか
-
getWithoutConditionReferenceName
Entity権限における限定条件を適用せずに検索を実行する参照先名を返します- 戻り値:
- 除外参照先名
-
setWithoutConditionReferenceName
Entity権限における限定条件を適用せずに検索を実行する参照先名を設定します。- パラメータ:
withoutConditionReferenceName
- 除外参照先名
-