|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An extention of the IPropertyMap interface with methods to
modify the map.
| Method Summary | |
void |
addException(IPropertyName propertyName,
java.lang.Exception ex)
Record an exception for a particular property. |
IPropertyMap |
getImmutable()
Returns a read-only version of this map. |
IProperty |
put(IProperty property)
Puts a property into the map. |
IProperty |
remove(IPropertyName propertyName)
Removes the mapping for the specified property name from this map if present. |
| Methods inherited from interface com.sapportals.wcm.repository.IPropertyMap |
containsProperty, containsProperty, get, getException, getExceptions, getMutable, isEmpty, iterator, size |
| Method Detail |
public IProperty put(IProperty property)
IPropertyName as a key in this map. If the map previously contained a
mapping for this name, the old property is replaced.property - The property to add.public IProperty remove(IPropertyName propertyName)
propertyName - TBD: Description of the incoming method parameterpublic IPropertyMap getImmutable()
public void addException(IPropertyName propertyName,
java.lang.Exception ex)
propertyName - name of propertyex - exception
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||