WebCenter Interaction API  
 

IPTServerConfigSettings.GetSettings Method (Int32[])

Retrieves multiple global Plumtree settings in a single call.

object[][] GetSettings(
   int[] iaSettingIDs
);

Parameters

iaSettingIDs
is a 1D int array of the setting to return. See {@link com.plumtree.server.PT_SERVER_CONFIG_SETTINGNAME PT_SERVER_CONFIG_SETTINGNAME} for allowed values.

Return Value

A 2D Object Array containing 2 columns and one row for each successfully retrieved setting value. The 0th column contains the setting ID for the row (which will correspond to one of the values in {@link com.plumtree.server.PT_SERVER_CONFIG_SETTINGNAME PT_SERVER_CONFIG_SETTINGNAME}, and the 1st column contains the value for that setting.

See Also

IPTServerConfigSettings Interface | com.plumtree.server Namespace | IPTServerConfigSettings.GetSettings Overload List