Enum Class CometPublicationEventScript.Subject
java.lang.Object
java.lang.Enum<CometPublicationEventScript.Subject>
com.priint.pubserver.comet.entity.publication.CometPublicationEventScript.Subject
- All Implemented Interfaces:
Serializable,Comparable<CometPublicationEventScript.Subject>,Constable
- Enclosing class:
- CometPublicationEventScript
public static enum CometPublicationEventScript.Subject
extends Enum<CometPublicationEventScript.Subject>
The Enum Subject.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAfter checkout a document.After close handler for publication documents.After save handler for publication documents.Before close handler for publication documents.Checkin a publication document.Checkout a publication document.connection data * DEPRECATED * but required for compatibility to old configurations.double click events.Revert a publication document.Status of publication documents.script to filter templates according to active documentThe publication unknown. -
Method Summary
Modifier and TypeMethodDescriptionGets the filename.Returns the enum constant of this class with the specified name.static CometPublicationEventScript.Subject[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PUBLICATION_UNKNOWN
The publication unknown. -
PUBLICATION_CHECKOUT
Checkout a publication document. -
PUBLICATION_AFTER_SAVE
After save handler for publication documents. -
PUBLICATION_BEFORE_CLOSE
Before close handler for publication documents. -
PUBLICATION_STATUS
Status of publication documents. -
PUBLICATION_CHECKIN
Checkin a publication document. -
PUBLICATION_AFTER_CLOSE
After close handler for publication documents. -
PUBLICATION_REVERT
Revert a publication document. -
PUBLICATION_AFTER_CHECKOUT
After checkout a document. -
PUBLICATION_DOUBLECLICK
double click events. -
PUBLICATION_CONNECTION_DATA
connection data * DEPRECATED * but required for compatibility to old configurations. -
PUBLICATION_TEMPLATE_FILTER
script to filter templates according to active document
-
-
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
-
getFilename
Gets the filename.- Returns:
- the filename
-