DocumentSearchActions
and content views instead@Deprecated public enum SearchType extends Enum<SearchType>
Enum Constant and Description |
---|
FORM
Deprecated.
|
KEYWORDS
Deprecated.
|
NXQL
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SearchType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SearchType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchType NXQL
public static final SearchType KEYWORDS
public static final SearchType FORM
public static SearchType[] values()
for (SearchType c : SearchType.values()) System.out.println(c);
public static SearchType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2011 Nuxeo SA. All Rights Reserved.