com.ibm.task.api

Class JspApplicableRoleEnum

  • java.lang.Object
    • com.ibm.task.api.JspApplicableRoleEnum
  • All Implemented Interfaces:
    java.io.Serializable


    public final class JspApplicableRoleEnum
    extends java.lang.Object
    implements java.io.Serializable
    This enumeration class defines symbolic constants for JSP applicable role patterns. These values are to be used when JSP information is retrieved from a Web client setting.
    Since:
    6.0
    See Also:
    Serialized Form
    • Field Detail

      • ALL

        public static final JspApplicableRoleEnum ALL
        Symbolic constant for applicable role all.
        Since:
        6.0
      • POTENTIAL_INSTANCE_CREATOR

        public static final JspApplicableRoleEnum POTENTIAL_INSTANCE_CREATOR
        Symbolic constant for applicable role potentialInstanceCreator.
        Since:
        6.0
      • ORIGINATOR

        public static final JspApplicableRoleEnum ORIGINATOR
        Symbolic constant for applicable role originator.
        Since:
        6.0
      • ADMIN

        public static final JspApplicableRoleEnum ADMIN
        Symbolic constant for applicable role admin.
        Since:
        6.0
      • OWNER

        public static final JspApplicableRoleEnum OWNER
        Symbolic constant for applicable role owner.
        Since:
        6.0
      • POTENTIAL_OWNER

        public static final JspApplicableRoleEnum POTENTIAL_OWNER
        Symbolic constant for applicable role potentialOwner.
        Since:
        6.0
      • STARTER

        public static final JspApplicableRoleEnum STARTER
        Symbolic constant for applicable role starter.
        Since:
        6.0
      • POTENTIAL_STARTER

        public static final JspApplicableRoleEnum POTENTIAL_STARTER
        Symbolic constant for applicable role potentialStarter.
        Since:
        6.0
      • EDITOR

        public static final JspApplicableRoleEnum EDITOR
        Symbolic constant for applicable role editor.
        Since:
        6.0
      • READER

        public static final JspApplicableRoleEnum READER
        Symbolic constant for applicable role reader.
        Since:
        6.0
      • ESCALATION_RECEIVER

        public static final JspApplicableRoleEnum ESCALATION_RECEIVER
        Symbolic constant for applicable role escalationReceiver.
        Since:
        6.0
    • Method Detail

      • newJspApplicableRoleEnum

        public static JspApplicableRoleEnum newJspApplicableRoleEnum(java.lang.String jspApplicableRole)
        Factory method to create a JspUsageEnum by its string representation. If the enum passed is not a JspUsageEnum, null is returned.
        Parameters:
        jspApplicableRole - The string representation of a JspApplicableRoleEnum.
        Returns:
        JspApplicableRoleEnum - The JspApplicableRoleEnum object created.
        Since:
        6.0
      • toString

        public java.lang.String toString()
        Returns a string representation of the JspUsageEnum object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        String - A string representation of the object.
        Since:
        6.0
IBM Business Process ManagerTM
Release 8