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

B14475-01


oracle.calendar.soap.client.query
Class ActiveTasksCount

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


public class ActiveTasksCount
extends vCall

Counts the number of tasks within a given time range. The option Incomplete indicates that only incomplete tasks should be counted. If the option is false (the default value), all tasks within the time range will be counted.

The class is a specialized vCall.

An instance of the ActiveTasksCount class can be added directly to a Summary command.

See Also:
SummaryCommand

Constructor Summary
ActiveTasksCount()
Default constructor version 2003-09-05 fix009495

Method Summary
org.w3c.dom.Element getElement(org.w3c.dom.Document in_document)
Returns a new XML DOM structure representing the ActiveTasksCount XML tree structure.
void setEndTime(java.lang.String in_endTime)
Specifies the upper date limit.
void setStartTime(java.lang.String in_startTime)
Specifies the lower date limit.
void setWantOpen(boolean in_wantOpen)
Specifies the option to request that the service only count active tasks.
void setWantOverdue(boolean in_wantOverdue)
Specifies the option to request that the service counts, in addition, overdue active tasks.

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ActiveTasksCount

public ActiveTasksCount()
Default constructor version 2003-09-05 fix009495

Method Detail

setStartTime

public void setStartTime(java.lang.String in_startTime)
Specifies the lower date limit. The UTC string can be generated with help from the getUTCDate() method in the CalendarUtils. version 2003-09-05 fix009495
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. The UTC string can be generated with help from the getUTCDate() method in the CalendarUtils. version 2003-09-05 fix009495
Parameters:
in_endTime - end date time string
See Also:
CalendarUtils.getUTCDate(java.util.Calendar)

setWantOpen

public void setWantOpen(boolean in_wantOpen)
Specifies the option to request that the service only count active tasks. The default value is false. version 2003-09-05 fix009495
Parameters:
in_wantOpen - boolean value

setWantOverdue

public void setWantOverdue(boolean in_wantOverdue)
Specifies the option to request that the service counts, in addition, overdue active tasks. The default value is false. version 2003-09-05 fix009495
Parameters:
in_wantOverdue - boolean value

getElement

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

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

B14475-01


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