|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.sssw.fw.event.api.EboEvent
|
+--com.sssw.fw.event.api.EboStateChangeEvent
|
+--com.sssw.webdav.event.api.EboWebdavEvent
|
+--com.sssw.webdav.event.api.EboProppatchEvent
This event is fired off when a WebDAV PROPPATCH method is executed.
| Constructor Summary | |
EboProppatchEvent()
Constructor. |
|
| Method Summary | |
int |
getEventID()
Gets the event ID. |
Properties |
getRemoveProperties()
Gets the properties to remove. |
EbiDirectoryEntry |
getResource()
Gets the CM resource for this PROPPATCH method. |
Properties |
getUpdateProperties()
Gets the properties to update. |
String |
getVerboseDescr()
Gets a verbose description of the event. |
void |
setRemoveProperties(Properties props)
Sets the properties to remove. |
void |
setResource(EbiDirectoryEntry entry)
Sets the CM resource for this PROPPATCH method. |
void |
setUpdateProperties(Properties props)
Sets the properties to update. |
| Methods inherited from class com.sssw.webdav.event.api.EboWebdavEvent |
getContext,
getStateDescr,
setContext |
| Methods inherited from class com.sssw.fw.event.api.EboStateChangeEvent |
getState,
setState |
| Methods inherited from class com.sssw.fw.event.api.EboEvent |
getObject,
setObject |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public EboProppatchEvent()
| Method Detail |
public String getVerboseDescr()
public int getEventID()
public Properties getUpdateProperties()
public Properties getRemoveProperties()
public EbiDirectoryEntry getResource()
public void setUpdateProperties(Properties props)
props - the properties to updatepublic void setRemoveProperties(Properties props)
props - the properties to removepublic void setResource(EbiDirectoryEntry entry)
entry - the CM resource
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||