|
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.EboCopyEvent
This event is fired off when a WebDAV COPY method is executed.
| Constructor Summary | |
EboCopyEvent()
Constructor. |
|
| Method Summary | |
String |
getCopyName()
Gets the name of the new copy. |
int |
getDepth()
Gets the depth for the COPY method. |
int |
getEventID()
Gets the event ID. |
boolean |
getOverwrite()
Gets the overwrite flag. |
EbiDirectoryEntry |
getSource()
Gets the source CM resource that is being copied. |
EbiDirectory |
getTarget()
Gets the CM destination for this COPY method. |
String |
getVerboseDescr()
Gets a verbose description of the event. |
void |
setCopyName(String copyName)
Sets the name of the new copy. |
void |
setDepth(int depth)
Sets the depth for the COPY method. |
void |
setOverwrite(boolean overwrite)
Sets the overwrite flag. |
void |
setSource(EbiDirectoryEntry entry)
Sets the source CM resource that is being copied. |
void |
setTarget(EbiDirectory target)
Sets the CM destination for this COPY 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 EboCopyEvent()
| Method Detail |
public EbiDirectoryEntry getSource()
public boolean getOverwrite()
public EbiDirectory getTarget()
public int getDepth()
public String getCopyName()
public void setSource(EbiDirectoryEntry entry)
entry - the CM resource to be copiedpublic void setOverwrite(boolean overwrite)
overwrite - the overwrite flagpublic void setTarget(EbiDirectory target)
target - the CM destinationpublic void setDepth(int depth)
depth - the depthpublic void setCopyName(String copyName)
copyName - the name of the new copypublic 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 | ||||||||