Enum EElementHelpPageTargetType

java.lang.Object
java.lang.Enum<EElementHelpPageTargetType>
de.xima.fc.mdl.enums.EElementHelpPageTargetType
All Implemented Interfaces:
Serializable, Comparable<EElementHelpPageTargetType>

public enum EElementHelpPageTargetType extends Enum<EElementHelpPageTargetType>
Enumeration of how how a workflow element can provide the user with a usage help page.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Enum Constant Details

    • HTML_DOCUMENT

      public static final EElementHelpPageTargetType HTML_DOCUMENT
      A custom HTML page. Must be a complete HTML file with all script and style that are required.
    • OFFICIAL_HELP_PAGE

      public static final EElementHelpPageTargetType OFFICIAL_HELP_PAGE
      A link to an entry in the official formcycle help pages. Must be a relative URL, e.g. /xwiki/bin/view/Formcycle/Designer/Workflow/Actions/CreateTextFile.
  • Method Details

    • values

      public static EElementHelpPageTargetType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static EElementHelpPageTargetType 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