|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.calendar.soap.client.CalendaringCommand | +--oracle.calendar.soap.client.DeleteCommand
The Delete Command is used to delete an event on the calendar server. The command requires a query object to uniquely identify the event in question. The getElements() XML DOM is passed to the Calendarlet's Create() command.
Calendarlet.Delete(org.w3c.dom.Element)
, vQuery
Field Summary | |
private vQuery |
m_query |
Fields inherited from class oracle.calendar.soap.client.CalendaringCommand |
k_calendaringNamespace, m_cmdId |
Constructor Summary | |
DeleteCommand() Default constructor |
Method Summary | |
org.w3c.dom.Element |
getElement() Returns a new XML DOM structure representing the Delete SOAP method to be transmitted to the Calendar Web Service. |
void |
setQuery(vQuery in_query) Assign the query to be executed on the Web Services host. |
Methods inherited from class oracle.calendar.soap.client.CalendaringCommand |
getCmdId, getNamespace, setCmdId |
Methods inherited from class java.lang.Object |
<clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Field Detail |
private vQuery m_query
Constructor Detail |
public DeleteCommand()
Method Detail |
public void setQuery(vQuery in_query)
in_query
- a query objectvQuery
public org.w3c.dom.Element getElement()
getElement
in class CalendaringCommand
Calendarlet.Delete(org.w3c.dom.Element)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |