Enum Class PublishingEvent

java.lang.Object
java.lang.Enum<PublishingEvent>
org.nuxeo.ecm.platform.publisher.api.PublishingEvent
All Implemented Interfaces:
Serializable, Comparable<PublishingEvent>, Constable

public enum PublishingEvent extends Enum<PublishingEvent>
Author:
Thomas Roger
  • Enum Constant Details

    • documentPublished

      public static final PublishingEvent documentPublished
    • documentSubmittedForPublication

      public static final PublishingEvent documentSubmittedForPublication
    • documentPublicationRejected

      public static final PublishingEvent documentPublicationRejected
    • documentPublicationApproved

      public static final PublishingEvent documentPublicationApproved
    • documentWaitingPublication

      public static final PublishingEvent documentWaitingPublication
    • documentUnpublished

      public static final PublishingEvent documentUnpublished
  • Method Details

    • values

      public static PublishingEvent[] 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

      public static PublishingEvent valueOf(String name)
      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 name
      NullPointerException - if the argument is null