com.sap.workspaces

Interface IConfiguration

All Superinterfaces:
IWorkspacesService

public interface IConfiguration
extends IWorkspacesService

Provides access to the configuration properties of enterprise workspaces

Since:
1.1

Method Summary
 String getValue(String key)
          Returns the value of the specified configuration property
 String[] getValues(String key)
          Returns the values of the specified multi-value configuration property
 

Method Detail

getValue

String getValue(String key)
Returns the value of the specified configuration property

Parameters:
key - The key of the configuration property
Returns:
The value of the configuration property

getValues

String[] getValues(String key)
Returns the values of the specified multi-value configuration property

Parameters:
The - key of the configuration property
Returns:
A string array containing the configuration property values


Copyright 2011 SAP AG Complete Copyright Notice