Enum Class Privilege

java.lang.Object
java.lang.Enum<Privilege>
com.priint.pubserver.comet.bridge.access.Privilege
All Implemented Interfaces:
Serializable, Comparable<Privilege>, Constable

public enum Privilege extends Enum<Privilege>

Privileges applicable for priint:comet Desktop Plug-ins

  • Enum Constant Details

    • COMET_NOTE

      public static final Privilege COMET_NOTE
      The Comet note.
    • FRONT_ROW

      public static final Privilege FRONT_ROW
      The Front row.
    • PREVIEW

      public static final Privilege PREVIEW
      Preview privilege.
    • PREVIEW_DETAIL

      public static final Privilege PREVIEW_DETAIL
      The Preview detail.
    • PRODUCT_POOL

      public static final Privilege PRODUCT_POOL
      The Product pool.
    • PRODUCTS_OF_DOCUMENT

      public static final Privilege PRODUCTS_OF_DOCUMENT
      The Products of document.
    • PUBLICATION

      public static final Privilege PUBLICATION
      Publication privilege.
    • PUBLICATION_INFO

      public static final Privilege PUBLICATION_INFO
      The Publication info.
    • SETTING

      public static final Privilege SETTING
      Setting privilege.
    • TODO

      public static final Privilege TODO
      Todo privilege.
    • AREA_BUILD

      public static final Privilege AREA_BUILD
      The Area build.
    • COMET

      public static final Privilege COMET
      Comet privilege.
    • COMET_TEST

      public static final Privilege COMET_TEST
      The Comet test.
    • FRAME_TAG

      public static final Privilege FRAME_TAG
      The Frame tag.
    • LAYOUT_RULE

      public static final Privilege LAYOUT_RULE
      The Layout rule.
    • PAGE_ELEMENTS

      public static final Privilege PAGE_ELEMENTS
      The Page elements.
    • PAGE_TEMPLATES

      public static final Privilege PAGE_TEMPLATES
      The Page templates.
    • PLACEHOLDER_VALUES

      public static final Privilege PLACEHOLDER_VALUES
      The Placeholder values.
    • PLACEHOLDER_VALUES_INFO

      public static final Privilege PLACEHOLDER_VALUES_INFO
      The Placeholder values info.
    • PLACEHOLDER

      public static final Privilege PLACEHOLDER
      Placeholder privilege.
    • TABLE_COMPOSITION

      public static final Privilege TABLE_COMPOSITION
      The Table composition.
    • TEMPLATE_BEHAVIOUR

      public static final Privilege TEMPLATE_BEHAVIOUR
      The Template behaviour.
    • TEMPPLATE

      public static final Privilege TEMPPLATE
      Tempplate privilege.
    • TRANSLATIONS

      public static final Privilege TRANSLATIONS
      Translations privilege.
  • Method Details

    • values

      public static Privilege[] 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 Privilege 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
    • getLabel

      public String getLabel()
      Gets label.
      Returns:
      the label
    • getCscriptConstant

      public String getCscriptConstant()
      Gets cscript constant.
      Returns:
      the cscript constant
    • getDomain

      public Privilege.Domain getDomain()
      Gets domain.
      Returns:
      the domain
    • getClassId

      public int getClassId()
      Gets class id.
      Returns:
      the class id