Enum EWorkflowStateType

    • Enum Constant Detail

      • CUSTOM

        public static final EWorkflowStateType CUSTOM
        Custom state that was created by a backend user. Custom states may be set by the workflow configuration.
      • RECEIVED

        public static final EWorkflowStateType RECEIVED
        The default state when a form was newly submitted and no other state was set by the workflow.
    • Method Detail

      • values

        public static EWorkflowStateType[] 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 (EWorkflowStateType c : EWorkflowStateType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static EWorkflowStateType 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
      • getDisplayDescription

        public String getDisplayDescription​(Locale locale)
        Parameters:
        locale - Locale for which to localize the description.
        Returns:
        The localized description for this workflow state.
      • getDisplayName

        public String getDisplayName​(Locale locale)
        Specified by:
        getDisplayName in interface INamedUiElement
        Returns:
        Wert, der das entsprechende Objekt an Oberfläche repräsentiert (wird i.A. zur Laufzeit ermittelt).
      • getIcon

        public IGuiIcon getIcon()
        Returns:
        The icon for this workflow state.