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 SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription
- 
Method SummaryModifier and TypeMethodDescriptionallKeys()Retrieves the all resource bundle keysstatic DocumentEventGets the right enumeration entry from the corresponding resource bundle keytoKey()Converts the enumeration entry to the corresponding key in the resource bundletoString()static DocumentEventReturns 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.EnumcompareTo, 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- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
fromKeyGets the right enumeration entry from the corresponding resource bundle key- Parameters:
- key- the resource bundle key
- Returns:
- The corresponding entry
 
- 
toKeyConverts the enumeration entry to the corresponding key in the resource bundle- Returns:
- The key
 
- 
allKeysRetrieves the all resource bundle keys- Returns:
- A list of keys
 
- 
toString- Overrides:
- toStringin class- Enum<DocumentEvent>
 
 
-