Interface SearchOptions.IsPublic
-
- Enclosing class:
- SearchOptions
public static interface SearchOptions.IsPublicDetermines if public resources should be included in result set or not. Possible values are false (default), true or any. If false, do not search public resources; if true, search only public resources; If any, search also public resources.
-
-
Field Detail
-
X_TRUE
static final java.lang.String X_TRUE
true.- See Also:
- Constant Field Values
-
X_FALSE
static final java.lang.String X_FALSE
false.- See Also:
- Constant Field Values
-
ANY
static final java.lang.String ANY
any.- See Also:
- Constant Field Values
-
-