Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


oracle.ifs.fdk
Class SystemConfigurationManager


public interface class SystemConfigurationManager

Interface that provides access to system configration properties.


Method Summary
 NamedValue[] getSystemConfigurationProperties(java.lang.String[] properties)
          Returns the values for the requested system configuration properties.

 

Method Detail

getSystemConfigurationProperties

NamedValue[] getSystemConfigurationProperties(java.lang.String[] properties)
                                              throws FdkException
Description copied from interface: SystemConfigurationManager
Returns the values for the requested system configuration properties. The constant names are defined in SystemConfigurationProperties .
Parameters:
properties - The names of the properties to be returned.
Returns:
An array of the same length as the requested properties.
Throws:
FdkErrorCodes.FDK_PARAMETER_ERROR - if an invalid property name is requested. Other error codes may also be thrown if the operation fails.
FdkException

Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


Copyright © 2002, 2006, Oracle. All rights reserved.