SAP NetWeaver '04

com.sapportals.wcm.service.landscape
Interface ISystem

[contained in: com.sap.netweaver.bc.sf.service.par - bc.sf.service.landscape_api.jar]
public interface ISystem

Abstraction of an 'external' system, like a web server or a R/3-System.


Field Summary
static java.lang.String SERVER_PROPERTY_NAME
          For your convenience: a predefined property name for the most beloved "server"
static java.lang.String TYPE_CM
          The type of a CM system
 
Method Summary
 java.lang.String getDescription()
          Get the default description for the system.
 java.lang.String getDescription(java.util.Locale locale)
          Get the description for the system in a specific locale, if available.
 java.util.Enumeration getDescriptionLocales()
          Deprecated. as of NW04. No longer supported! Get an Enumeration of locale-Strings
 java.lang.String getId()
          Get the system's ID
 java.lang.String getProperty(java.lang.String name)
          Get a specific property by name.
 java.util.Enumeration getPropertyNames()
          Get an enumeration of the names of all available properties.
 java.lang.String getType()
          Get the system's type (identifying the set of credentials to use).
 

Field Detail

SERVER_PROPERTY_NAME

public static final java.lang.String SERVER_PROPERTY_NAME
For your convenience: a predefined property name for the most beloved "server"

TYPE_CM

public static final java.lang.String TYPE_CM
The type of a CM system
Method Detail

getId

public java.lang.String getId()
Get the system's ID
Returns:
id

getType

public java.lang.String getType()
Get the system's type (identifying the set of credentials to use).
Returns:
type

getDescription

public java.lang.String getDescription()
Get the default description for the system.
Returns:
description

getDescription

public java.lang.String getDescription(java.util.Locale locale)
Get the description for the system in a specific locale, if available.
Parameters:
locale - TBD: Description of the incoming method parameter
Returns:
description

getDescriptionLocales

public java.util.Enumeration getDescriptionLocales()
Deprecated. as of NW04. No longer supported! Get an Enumeration of locale-Strings

Returns:
descriptionLocales

getPropertyNames

public java.util.Enumeration getPropertyNames()
Get an enumeration of the names of all available properties.
Returns:
propertyNames

getProperty

public java.lang.String getProperty(java.lang.String name)
Get a specific property by name.
Parameters:
name - TBD: Description of the incoming method parameter
Returns:
property

SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.