Package com.uc4.communication
Class Settings
java.lang.Object
com.uc4.communication.Settings
This class represents the settings in the User Interface.
An instance of the class is returned in the
ConnectionAttributes.settings()
method.
Use the request com.uc4.communication.requests.ModifyUISettings
to save changes.-
Method Summary
Modifier and TypeMethodDescriptionThis method provides access to the activity refresh settings.This method provides access to the Check-back settings.erpForms()
This method provides access to the ERP Forms settings.This method provides access to the Font settings.general()
This method provides access to the general settings.This method provides access to the Message Window settings.This method provides access to the ProcessFlow settings.This method provides access to the ScriptEditor settings.This method provides access to the time statistics settings.void
store
(com.uc4.util.XMLDocument doc, Element parent, ConnectionAttributes sessionInfo) Internal use only.This method provides access to the time format/calendar settings.
-
Method Details
-
general
This method provides access to the general settings.- Returns:
- General settings
-
activityRefresh
This method provides access to the activity refresh settings.- Returns:
- General settings
-
messageWindow
This method provides access to the Message Window settings.- Returns:
- General settings
-
fontSettings
This method provides access to the Font settings.- Returns:
- Font settings
-
scriptEditor
This method provides access to the ScriptEditor settings.- Returns:
- ScriptEditor settings
-
erpForms
This method provides access to the ERP Forms settings.- Returns:
- ERP Forms settings
-
processFlow
This method provides access to the ProcessFlow settings.- Returns:
- ProcessFlow settings
-
checkBack
This method provides access to the Check-back settings.- Returns:
- Check-back settings
-
timeFormat
This method provides access to the time format/calendar settings.- Returns:
- format/calendar settings
-
statistics
This method provides access to the time statistics settings.- Returns:
- statistics settings
-
store
Internal use only.- Parameters:
doc
- XML Documentparent
- Parent elementsessionInfo
- Session information
-