public static enum SearchConstants.SearchOption extends Enum<SearchConstants.SearchOption>
| Enum Constant and Description |
|---|
HAS_DISPOSITION_SCHEDULE |
INCLUDE_INCOMPLETE |
MODIFIER |
SHOW_RECORD_CATEGORIES |
| Modifier and Type | Method and Description |
|---|---|
String |
getOptionSelector() |
static SearchConstants.SearchOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchConstants.SearchOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchConstants.SearchOption INCLUDE_INCOMPLETE
public static final SearchConstants.SearchOption SHOW_RECORD_CATEGORIES
public static final SearchConstants.SearchOption MODIFIER
public static final SearchConstants.SearchOption HAS_DISPOSITION_SCHEDULE
public static SearchConstants.SearchOption[] values()
for (SearchConstants.SearchOption c : SearchConstants.SearchOption.values()) System.out.println(c);
public static SearchConstants.SearchOption 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 nullpublic String getOptionSelector()
Copyright © 2005–2016 Alfresco Software. All rights reserved.