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