@Internal public enum JournalEntryType extends Enum<JournalEntryType>
Modifier and Type | Method and Description |
---|---|
static JournalEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JournalEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JournalEntryType UNINDEX_SPACE
public static final JournalEntryType DELETE_DOCUMENT
public static final JournalEntryType UPDATE_DOCUMENT
public static final JournalEntryType ADD_DOCUMENT
public static final JournalEntryType DELETE_CHANGE_DOCUMENTS
public static final JournalEntryType UPDATE_CHANGE_DOCUMENT
public static final JournalEntryType ADD_CHANGE_DOCUMENT
public static final JournalEntryType REBUILD_CHANGE_DOCUMENTS
public static final JournalEntryType REINDEX_ALL_USERS
public static final JournalEntryType REINDEX_USERS_IN_GROUP
public static final JournalEntryType REINDEX_ALL_SPACES
public static final JournalEntryType UNINDEX_CONTENT_TYPE
public static final JournalEntryType REINDEX_ALL_BLOGS
public static final JournalEntryType INDEX_DRAFTS
public static JournalEntryType[] values()
for (JournalEntryType c : JournalEntryType.values()) System.out.println(c);
public static JournalEntryType 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 © 2003–2017 Atlassian. All rights reserved.