|
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.EboMoveEvent
This event is fired off when a WebDAV MOVE method is executed.
| Constructor Summary | |
EboMoveEvent()
Constructor. |
|
| Method Summary | |
int |
getEventID()
Gets the event ID. |
boolean |
getOverwrite()
Gets the overwrite flag. |
EbiDirectoryEntry |
getSource()
Gets the source CM resource that is being moved. |
String |
getTarget()
Gets the CM destination URI for this MOVE method. |
String |
getVerboseDescr()
Gets a verbose description of the event. |
void |
setOverwrite(boolean overwrite)
Sets the overwrite flag. |
void |
setSource(EbiDirectoryEntry entry)
Sets the source CM resource URI that is being moved. |
void |
setTarget(String target)
Sets the CM destination URI for this MOVE method. |
| 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 EboMoveEvent()
| Method Detail |
public EbiDirectoryEntry getSource()
public boolean getOverwrite()
public String getTarget()
public void setSource(EbiDirectoryEntry entry)
entry - the CM resource URI to be copiedpublic void setOverwrite(boolean overwrite)
overwrite - the overwrite flagpublic void setTarget(String target)
target - the CM destination URI for the sourcepublic String getVerboseDescr()
public int getEventID()
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||