public interface CTX_RESTRICT_SCOPE
Context.get_values
的第二个Context.get_values
来限制搜索范围。
当使用此标志时,它将搜索上下文值限制到该特定的Context
对象或第一个参数中Context.get_values
的范围为Context.get_values
。
用法:
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
含有该领域
int 一个的值
CTX_RESTRICT_SCOPE 标志。
|
static final int value
int
的一个
CTX_RESTRICT_SCOPE
标志。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.