Package com.sap.workspaces.module.settings

Provides access to the runtime settings of the configuration properties of a module instance.

See:
          Description

Interface Summary
IModuleSettings Provides access to the runtime settings of the configuration properties of a module instance
IModuleSettingsFactory Provides a method to retrieve the runtime settings of module properties The following example illustrates how to access and use the factory:
IWorkspacesRuntime runtime = RuntimeFactory.getWorkspacesRuntime();
IModuleSettingsFactory settingsFactory = runtime.getService(IModuleSettingsFactory.class);
IModuleSettings settings = settingsFactory.getModuleSettings(moduleContext);
 

Package com.sap.workspaces.module.settings Description

Provides access to the runtime settings of the configuration properties of a module instance.



Copyright 2011 SAP AG Complete Copyright Notice