Class CoreLocalizationConstants


  • public final class CoreLocalizationConstants
    extends java.lang.Object
    Core localization constants used in localize table.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String WF_FOLDER_DISABLED
      Indicates disabled workflow folders.
      static java.lang.String WF_MY_TASKS
      name of my tasks folder.
      static java.lang.String WF_OVERDUE_TASKS
      name of overdue tasks folder.
      static java.lang.String WF_OWNED_TASKS
      name of owned tasks folder.
      static java.lang.String WF_REMINDER_TASKS
      name of reminder tasks folder.
      static java.lang.String WF_SENT_TASKS
      name of sent tasks folder.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • WF_MY_TASKS

        public static final java.lang.String WF_MY_TASKS
        name of my tasks folder.
        See Also:
        Constant Field Values
      • WF_OWNED_TASKS

        public static final java.lang.String WF_OWNED_TASKS
        name of owned tasks folder.
        See Also:
        Constant Field Values
      • WF_OVERDUE_TASKS

        public static final java.lang.String WF_OVERDUE_TASKS
        name of overdue tasks folder.
        See Also:
        Constant Field Values
      • WF_SENT_TASKS

        public static final java.lang.String WF_SENT_TASKS
        name of sent tasks folder.
        See Also:
        Constant Field Values
      • WF_REMINDER_TASKS

        public static final java.lang.String WF_REMINDER_TASKS
        name of reminder tasks folder.
        See Also:
        Constant Field Values
      • WF_FOLDER_DISABLED

        public static final java.lang.String WF_FOLDER_DISABLED
        Indicates disabled workflow folders.
        See Also:
        Constant Field Values