com.sapportals.portal.prt.deployment.descriptor
Interface IConfiguration
- All Known Subinterfaces:
- IStorableConfiguration
public interface IConfiguration
The Comfiguration (of components, services or applications)
getProperty
IProperty getProperty(String propertyName)
- Parameters:
propertyName - name of requested property
- Returns:
IProperty named propertyName or null of no such IProperty exists
getPropertyValue
String getPropertyValue(String propertyName)
- Parameters:
propertyName - name of requested property
- Returns:
- value of
IProperty named propertyName or null of no such IProperty exists
getProperties
IPropertyList getProperties()
- Returns:
IpropertyList containing all IPropertys
getLength
int getLength()
- Returns:
- number of
IPropertys
item
IProperty item(int pos)
- Parameters:
pos - position of requested IProperty
- Returns:
IProperty at position pos or null if no IProperty exits at position pos
setPropertyValue
void setPropertyValue(String name,
String value)
- sets
IProperty named name value to value. note that it is set only in runtime and is not persisted
- Parameters:
name - name of IPropertyvalue - value of IProperty
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/lib/api
|
api
|
EP-PIN
|
[sap.com] EP-BASIS-API
|
[sap.com] epbc.prtapi._deploymentapideprecated
|
default
|
EP-PIN-PRT
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/api
|
api
|
EP-PIN
|
Copyright 2011 SAP AG Complete Copyright Notice