|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-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.CreateCommand
Creates an event on the calendar server. The command requires an iCalendar object, which has all the information required to create a meeting. The getElements() XML DOM is passed to the Calendarlet's Create() command.
Calendarlet.Create(org.w3c.dom.Element)
, iCalendar
Constructor Summary | |
CreateCommand() Default constructor. |
Method Summary | |
org.w3c.dom.Element |
getElement() Returns a new XML DOM structure representing the Create SOAP method to be transmitted to the Calendar Web Service. |
void |
setiCalendar(iCalendar in_iCalendar) Specifies the iCalendar object to be created on the Calendar server through the Web services host. |
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 CreateCommand()
Method Detail |
public void setiCalendar(iCalendar in_iCalendar)
in_iCalendar
- iCalendar objectiCalendar
public org.w3c.dom.Element getElement()
getElement
in class CalendaringCommand
Calendarlet.Create(org.w3c.dom.Element)
|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |