|
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.EboOptionsEvent
This event is fired off when a WebDAV MOVE method is executed.
| Constructor Summary | |
EboOptionsEvent()
Constructor. |
|
| Method Summary | |
String[] |
getAllowedMethods()
Gets the methods that are allowed to be executed on this resource. |
int |
getEventID()
Gets the event ID. |
EbiDirectoryEntry |
getResource()
Gets the CM resource for the OPTIONS method. |
String |
getVerboseDescr()
Gets a verbose description of the event. |
void |
setAllowedMethods(String methods)
Sets the methods that are allowed to be executed on this resource. |
void |
setAllowedMethods(String[] methods)
Sets the methods that are allowed to be executed on this resource. |
void |
setResource(EbiDirectoryEntry entry)
Sets the CM resource for the OPTIONS 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 EboOptionsEvent()
| Method Detail |
public EbiDirectoryEntry getResource()
public String[] getAllowedMethods()
public void setAllowedMethods(String methods)
methods - a string that contains the allowed methods separated with a ","public void setAllowedMethods(String[] methods)
methods - an array that contains the allowed methodspublic void setResource(EbiDirectoryEntry entry)
entry - the CM resourcepublic 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 | ||||||||