Package com.saperion.ngc.util
Class CoreLocalizationConstants
java.lang.Object
com.saperion.ngc.util.CoreLocalizationConstants
Core localization constants used in localize table.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Indicates disabled workflow folders.static final String
name of my tasks folder.static final String
name of overdue tasks folder.static final String
name of owned tasks folder.static final String
name of reminder tasks folder.static final String
name of sent tasks folder. -
Method Summary
-
Field Details
-
WF_MY_TASKS
name of my tasks folder.- See Also:
-
WF_OWNED_TASKS
name of owned tasks folder.- See Also:
-
WF_OVERDUE_TASKS
name of overdue tasks folder.- See Also:
-
WF_SENT_TASKS
name of sent tasks folder.- See Also:
-
WF_REMINDER_TASKS
name of reminder tasks folder.- See Also:
-
WF_FOLDER_DISABLED
Indicates disabled workflow folders.- See Also:
-