Enum PdcClassificationTagOperation

    • Enum Constant Detail

      • PREVIEW_CLASSIFICATION

        public static final PdcClassificationTagOperation PREVIEW_CLASSIFICATION
        Previews the classification on the PdC of a given content.
      • READ_CLASSIFICATION

        public static final PdcClassificationTagOperation READ_CLASSIFICATION
        Reads the classification on the PdC of a given content.
      • OPEN_CLASSIFICATION

        public static final PdcClassificationTagOperation OPEN_CLASSIFICATION
        Opens the classification on the PdC of a given content. By opening this classification, the user can change it.
      • CREATE_CLASSIFICATION

        public static final PdcClassificationTagOperation CREATE_CLASSIFICATION
        Creates a new classification on the PdC for a new or an existing content.
      • PREDEFINE_CLASSIFICATION

        public static final PdcClassificationTagOperation PREDEFINE_CLASSIFICATION
        Predefines the classification on the PdC of contents that will published in a given node of a given component instance.
    • Method Detail

      • values

        public static PdcClassificationTagOperation[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (PdcClassificationTagOperation c : PdcClassificationTagOperation.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static PdcClassificationTagOperation valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null
      • getPluginFunction

        public String getPluginFunction()