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

B14475-01


oracle.calendar.soap.client
Class DeleteCommand

java.lang.Object
  extended byoracle.calendar.soap.client.CalendaringCommand
      extended byoracle.calendar.soap.client.DeleteCommand


public class DeleteCommand
extends CalendaringCommand

Deletes an event from the Calendar server. The command requires a vQuery object to uniquely identify the event in question. The getElements() XML DOM is passed to the Calendarlet's Create() command.

See Also:
Calendarlet.Delete(org.w3c.dom.Element), vQuery

Constructor Summary
DeleteCommand()
Default constructor version 2002-12-19 fix008359

Method Summary
org.w3c.dom.Element getElement()
Returns a new XML DOM structure representing the Delete SOAP method to be transmitted to the Calendar Web service.
void setQuery(vQuery in_query)
Specifies the query to be executed on 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

DeleteCommand

public DeleteCommand()
Default constructor version 2002-12-19 fix008359

Method Detail

setQuery

public void setQuery(vQuery in_query)
Specifies the query to be executed on the Web services host. version 2002-12-19 fix008359
Parameters:
in_query - query object
See Also:
vQuery

getElement

public org.w3c.dom.Element getElement()
Returns a new XML DOM structure representing the Delete SOAP method to be transmitted to the Calendar Web service. This XML DOM can be passed directly to the Calendarlet's Delete command. version 2002-12-19 fix008359
Overrides:
getElement in class CalendaringCommand
Returns:
Element - XML DOM element tree
See Also:
Calendarlet.Delete(org.w3c.dom.Element)

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

B14475-01


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