Package com.logicaldoc.core.document
Enum Class DocumentEvent
- All Implemented Interfaces:
Serializable
,Comparable<DocumentEvent>
,Constable
Possible events in the document's history
- Since:
- 6.6
- Author:
- Marco Meschieri - LogicalDOC
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionallKeys()
Retrieves the all resource bundle keysstatic DocumentEvent
Gets the right enumeration entry from the corresponding resource bundle keytoKey()
Converts the enumeration entry to the corresponding key in the resource bundletoString()
static DocumentEvent
Returns the enum constant of this class with the specified name.static DocumentEvent[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
STORED
-
CHANGED
-
CHECKEDIN
-
CHECKEDOUT
-
IMMUTABLE
-
RENAMED
-
DOWNLOADED
-
INDEXED
-
INDEXED_ERROR
-
MOVED
-
LOCKED
-
UNLOCKED
-
ARCHIVED
-
DELETED
-
RESOURCE_DELETED
-
SENT
-
BARCODED
-
ZONALOCRD
-
WORKFLOWSTATUS
-
WORKFLOWAPPENDED
-
SHORTCUT_STORED
-
SHORTCUT_MOVED
-
SHORTCUT_DELETED
-
VIEWED
-
RESTORED
-
NEW_NOTE
-
SIGNED
-
EXPORTPDF
-
EXPORTED
-
ADDED_TO_CALEVENT
-
REMOVED_FROM_CALEVENT
-
SUBSCRIBED
-
STAMPED
-
TICKET_CREATED
-
PASSWORD_PROTECTED
-
PASSWORD_UNPROTECTED
-
RATING_NEW
-
CONVERTED
-
VERSION_DELETED
-
VERSION_REPLACED
-
COMPARED
-
COPYED
-
ESIGNED
-
FORM_SUBMITTED
-
FORM_EDITED
-
READING_CONFIRMED
-
READING_REQUESTED
-
PERMISSION
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
fromKey
Gets the right enumeration entry from the corresponding resource bundle key- Parameters:
key
- the resource bundle key- Returns:
- The corresponding entry
-
toKey
Converts the enumeration entry to the corresponding key in the resource bundle- Returns:
- The key
-
allKeys
Retrieves the all resource bundle keys- Returns:
- A list of keys
-
toString
- Overrides:
toString
in classEnum<DocumentEvent>
-