|
|||||||||
| 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.SearchCommand
The Search Command is used to search for calendar server data types (currently VEVENTs and VTODOs). The command is build from a client side command ID, used to match the reply; a target ID (not currently support); and a vQuery. The getElements() XML DOM is passed to the Calendarlet's Search() command.
vQuery, Calendarlet.Search(org.w3c.dom.Element)| Field Summary | |
private vQuery |
m_query |
| Fields inherited from class oracle.calendar.soap.client.CalendaringCommand |
k_calendaringNamespace, m_cmdId |
| Constructor Summary | |
SearchCommand()Default constructor | |
| Method Summary | |
org.w3c.dom.Element |
getElement()Returns a new XML DOM structure representing the Search 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 SearchCommand()
| Method Detail |
public void setQuery(vQuery in_query)
in_query - a query objectvQuerypublic org.w3c.dom.Element getElement()
getElement in class CalendaringCommandCalendarlet.Search(org.w3c.dom.Element)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||