Oracle Content Services Java API Reference
Release 1

10.1.2

oracle.ifs.fdk
Interface SystemConfigurationManager


public interface 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

public NamedValue[] getSystemConfigurationProperties(java.lang.String[] properties)
                                              throws FdkException
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

Oracle Content Services Java API Reference
Release 1

10.1.2

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