|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes | |||||||||
See:
Description
| Class Summary | |
| GeneralConfig | The GeneralConfig class is used to read and write module or task settings for all users. |
| SystemConfig | The SystemConfig class is used to read and write general iManager server settings for all users. |
| UserConfig | The UserConfig class is used to read and write module or task settings for a specific user. |
| Exception Summary | |
| AccessDeniedConfigException | The AccessDeniedConfigException is a specific Configuration Exception used to return the error that the user has insufficient rights to complete the configuration operation. |
| ConfigException | The ConfigException is a generic Configuration Exception used to return any errors encountered when trying to change configuration objects. |
The config package handles all configuration settings used by the iManager server and any modules or tasks.
Configuration settings can be general to the entire iManager server, specific to a module or task for all users,
or specific to a single user for a given module or task.
For general configuration settings, use the SystemConfig class.
For module or task settings for all users, use the GeneralConfig class.
For module or task settings for a single user, use the UserConfig class.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes | |||||||||