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 StringIndicates disabled workflow folders.static final Stringname of my tasks folder.static final Stringname of overdue tasks folder.static final Stringname of owned tasks folder.static final Stringname of reminder tasks folder.static final Stringname 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:
-