Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.1)

B14475-01


oracle.calendar.soap.client.query
Class ActiveTask

java.lang.Object
  extended byoracle.calendar.soap.client.query.vCall
      extended byoracle.calendar.soap.client.query.ActiveTask


public class ActiveTask
extends vCall

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.

See Also:
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

ActiveTask

public ActiveTask()
Default constructor. version 2002-12-16 fix008343

Method Detail

setStartTime

public void setStartTime(java.lang.String in_startTime)
Specifies the lower date limit for the task search. The UTC string can be generated with help from the getUTCDate() method in the CalendarUtils class. version 2002-12-16 fix008343
Parameters:
in_startTime - start date time string
See Also:
CalendarUtils.getUTCDate(java.util.Calendar)

setEndTime

public void setEndTime(java.lang.String in_endTime)
Specifies the upper date limit for the task search. The UTC string can be generated with help from the getUTCDate() method in the CalendarUtils class. version 2002-12-16 fix008343
Parameters:
in_endTime - end date time string
See Also:
CalendarUtils.getUTCDate(java.util.Calendar)

getElement

public org.w3c.dom.Element getElement(org.w3c.dom.Document in_document)
Returns a new XML DOM structure representing the ActiveTask XML tree structure. This is called internally when the SearchCommand is generated to DOM format. version 2003-09-09 fix009594
Specified by:
getElement in class vCall
Returns:
Element - XML DOM element tree
See Also:
SearchCommand

Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.1)

B14475-01


Copyright © 1998, 2005, Oracle. All rights reserved.