|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.2) B25488-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.calendar.soap.client.query.vCall
oracle.calendar.soap.client.query.ActiveTask
A specialized vQuery implemented through the vCall mechanism that searches for the user's active tasks. It requires a start and end date.
An instance of the Activetask class can be added directly to a vQuery without the need to specify a <Where> clause.
vQuery| Constructor Summary | |
ActiveTask()Default constructor. |
|
| Method Summary | |
org.w3c.dom.Element |
getElement(org.w3c.dom.Document in_document)Returns a new XML DOM structure representing the ActiveTask XML tree structure. |
void |
setEndTime(java.lang.String in_endTime)Specifies the upper date limit for the task search. |
void |
setStartTime(java.lang.String in_startTime)Specifies the lower date limit for the task search. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ActiveTask()
| Method Detail |
public void setStartTime(java.lang.String in_startTime)
in_startTime - start date time stringCalendarUtils.getUTCDate(java.util.Calendar)public void setEndTime(java.lang.String in_endTime)
in_endTime - end date time stringCalendarUtils.getUTCDate(java.util.Calendar)public org.w3c.dom.Element getElement(org.w3c.dom.Document in_document)
getElement in class vCallSearchCommand
|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.2) B25488-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||