|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.repository.PropertyChangeResult
This class is a container for the results of the
IResource.setProperties methods. A collection of instances of this class can
be contained in a SetPropertiesException.
Copyright (c) SAP AG 2001-2004
| Constructor Summary | |
PropertyChangeResult(IPropertyName propertyName,
Integer propChangeIdx,
ResourceException ex)
Construct a new PropertyChangeResult. |
|
| Method Summary | |
Integer |
getPropertyChangeIndex()
Returns the index of the entry in the list of property changes. |
IPropertyName |
getPropertyName()
Returns the name of the property that failed |
ResourceException |
getResourceException()
Returns the exception that occured in the property manager when setting the property. |
boolean |
isOK()
Property was set or removed successfull |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PropertyChangeResult(IPropertyName propertyName,
Integer propChangeIdx,
ResourceException ex)
propertyName - The name of the property that could not be set or
removedpropChangeIdx - The index of the property change that failed. Can be
null .ex - The exception that occured in the property manager when setting
the property.| Method Detail |
public IPropertyName getPropertyName()
public Integer getPropertyChangeIndex()
null .
public ResourceException getResourceException()
public boolean isOK()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||