@Internal public enum JournalEntryType extends Enum<JournalEntryType>
Enum Constant and Description |
---|
ADD_CHANGE_DOCUMENT |
ADD_DOCUMENT |
DELETE_CHANGE_DOCUMENTS |
DELETE_DOCUMENT |
REBUILD_CHANGE_DOCUMENTS |
REINDEX_ALL_SPACES |
REINDEX_ALL_USERS |
REINDEX_USERS_IN_GROUP |
UNINDEX_CONTENT_TYPE |
UNINDEX_SPACE |
UPDATE_CHANGE_DOCUMENT |
UPDATE_DOCUMENT |
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 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–2016 Atlassian. All rights reserved.