public interface CTX_RESTRICT_SCOPE
Context.get_values to restrict the search scope. When this flag is used, it restricts the search for context values to this particular
Context object or to the scope specified in the first parameter to
Context.get_values.
Usage:
NVList props = myContext.get_values("_USER",
CTX_RESTRICT_SCOPE.value, "id*");
Context.get_values(String, int, String)
| Modifier and Type | Field and Description |
|---|---|
static int |
value
The field containing the
int value of a
CTX_RESTRICT_SCOPE flag.
|
static final int value
int value of a
CTX_RESTRICT_SCOPE flag.