com.sapportals.wcm.service.landscape

Interface ISystem


public interface ISystem

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


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

Field Detail

SERVER_PROPERTY_NAME

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

See Also:
Constant Field Values

TYPE_CM

static final String TYPE_CM
The type of a CM system

See Also:
Constant Field Values
Method Detail

getId

String getId()
Get the system's ID

Returns:
id

getType

String getType()
Get the system's type (identifying the set of credentials to use).

Returns:
type

getDescription

String getDescription()
Get the default description for the system.

Returns:
description

getDescription

String getDescription(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

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

Returns:
descriptionLocales

getPropertyNames

Enumeration getPropertyNames()
Get an enumeration of the names of all available properties.

Returns:
propertyNames

getProperty

String getProperty(String name)
Get a specific property by name.

Parameters:
name - TBD: Description of the incoming method parameter
Returns:
property
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice