Enum Class OutputJob.ArchiveType

java.lang.Object
java.lang.Enum<OutputJob.ArchiveType>
ch.tocco.nice2.outputcenter.api.OutputJob.ArchiveType
All Implemented Interfaces:
Serializable, Comparable<OutputJob.ArchiveType>, Constable
Enclosing interface:
OutputJob

public static enum OutputJob.ArchiveType extends Enum<OutputJob.ArchiveType>
  • Enum Constant Details

    • NOT_ARCHIVED

      public static final OutputJob.ArchiveType NOT_ARCHIVED
      Will be deleted after specified time.
    • ARCHIVED

      public static final OutputJob.ArchiveType ARCHIVED
      Will be archived, but user (recipient) won't be able to see because resource is not published (Note: user will see it if he has full write access to entity user.)
    • ARCHIVED_AND_PUBLISHED

      public static final OutputJob.ArchiveType ARCHIVED_AND_PUBLISHED
      Will be archived and user (recipient) will see it.
  • Method Details

    • values

      public static OutputJob.ArchiveType[] 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 OutputJob.ArchiveType 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
    • isMovePersonalizedDocuments

      public boolean isMovePersonalizedDocuments()