|
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.CalendaringCommand
oracle.calendar.soap.client.SummaryCommand
Provides summary information from the Calendar server data types (currently VEVENTs and VTODOs). The command is built from a client side command ID (used to match the reply), along with two vCalls EventsCount and ActiveTasksCount.
The getElements() XML DOM is passed to the Calendarlet's Summary() command.
EventsCount, ActiveTasksCount, Calendarlet.Summary(org.w3c.dom.Element)| Constructor Summary | |
SummaryCommand()Default constructor. |
|
| Method Summary | |
org.w3c.dom.Element |
getElement()Returns a new XML DOM structure representing the Summary SOAP method to be transmitted to the Calendar Web Service. |
void |
setActiveTasksCount(ActiveTasksCount in_activeTasksCount)Specifies an ActiveTasksCount object. |
void |
setEventsCount(EventsCount in_eventsCount)Specifies an EventsCount object. |
void |
setTimeStamp(java.lang.String in_timeStamp)Specifies the timestamp of the user's current time in UTC version 2003-09-05 fix009594 |
| Methods inherited from class oracle.calendar.soap.client.CalendaringCommand |
getCmdId, getNamespace, setCmdId |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SummaryCommand()
| Method Detail |
public void setEventsCount(EventsCount in_eventsCount)
in_eventsCount - events count objectEventsCountpublic void setActiveTasksCount(ActiveTasksCount in_activeTasksCount)
in_activeTasksCount - active tasks count objectActiveTasksCountpublic void setTimeStamp(java.lang.String in_timeStamp)
in_timeStamp - a date and time UTC stringpublic org.w3c.dom.Element getElement()
getElement in class CalendaringCommandCalendarlet.Summary(org.w3c.dom.Element)
|
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 | |||||||||