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

B14475-01

A B C D E G I K M N O P R S T U V


A

ActiveTask - class oracle.calendar.soap.client.query.ActiveTask.
A specialized vQuery implemented through the vCall mechanism that searches for the user's active tasks.
ActiveTask() - Constructor for class oracle.calendar.soap.client.query.ActiveTask
Default constructor.
ActiveTasksCount - class oracle.calendar.soap.client.query.ActiveTasksCount.
Counts the number of tasks within a given time range.
ActiveTasksCount() - Constructor for class oracle.calendar.soap.client.query.ActiveTasksCount
Default constructor version 2003-09-05 fix009495
addAttendee(vAttendee) - Method in class oracle.calendar.soap.iCal.vEvent
Adds a new attendee to the meeting.
addvAlarm(vAlarm) - Method in class oracle.calendar.soap.iCal.vEvent
Add a new alarm to the meeting.
addvCalendar(vCalendar) - Method in class oracle.calendar.soap.iCal.iCalendar
Adds a vCalendar to the iCalendar object.
addvComponent(vComponent) - Method in class oracle.calendar.soap.iCal.vCalendar
Adds a new vComponent (vTodo or vEvent) to the vCalendar object.

B

BasicAuth - class oracle.calendar.soap.client.authentication.BasicAuth.
Provides basic authentication services.
BasicAuth() - Constructor for class oracle.calendar.soap.client.authentication.BasicAuth
Default constructor.
BasicChallenge - class oracle.calendar.soap.client.authentication.BasicChallenge.
Calendar Web services returns the BasicChallenge SOAP header when BasicAuth is required but is not provided in the SOAP request.
BasicChallenge() - Constructor for class oracle.calendar.soap.client.authentication.BasicChallenge
Default constructor version 2002-12-16 fix008343

C

CalendarReply - class oracle.calendar.soap.client.CalendarReply.
Base class for all SOAP reply methods.
CalendarReply() - Constructor for class oracle.calendar.soap.client.CalendarReply
Default constructor.
CalendarUtils - class oracle.calendar.soap.client.CalendarUtils.
Provides some methods required for generating and processing Calendarlet methods.
CalendarUtils() - Constructor for class oracle.calendar.soap.client.CalendarUtils
Default constructor; not used.
CalendarWebService - class oracle.calendar.soap.client.CalendarWebService.
Base class for all XML SOAP based services available for accessing the Calendar Server through HTTP.
CalendarWebService() - Constructor for class oracle.calendar.soap.client.CalendarWebService
The default constructor for the class.
CalendaringCommand - class oracle.calendar.soap.client.CalendaringCommand.
The base class for all commands to be invoked through the Calendarlet.
CalendaringCommand() - Constructor for class oracle.calendar.soap.client.CalendaringCommand
Sole constructor for the base class.
CalendaringResponse - class oracle.calendar.soap.client.CalendaringResponse.
This class is instantiated after every SOAP command (assuming there was no exception) to store all the information related to the processing of the SOAP request.
CalendaringResponse() - Constructor for class oracle.calendar.soap.client.CalendaringResponse
Default constructor for the class; not used.
CalendaringResponse(Vector, Vector, String, String, long, Hashtable) - Constructor for class oracle.calendar.soap.client.CalendaringResponse
The main constructor of the CalendarResponse.
Calendarlet - class oracle.calendar.soap.client.Calendarlet.
Main access point for Calendar Web services.
Calendarlet() - Constructor for class oracle.calendar.soap.client.Calendarlet
The default constructor for the class.
Calendarlet(String) - Constructor for class oracle.calendar.soap.client.Calendarlet
The class constructor, which takes the Web Services host URL.
Create(Element) - Method in class oracle.calendar.soap.client.Calendarlet
Performs an HTTP SOAP request using the Create method.
CreateCommand - class oracle.calendar.soap.client.CreateCommand.
Creates an event on the calendar server.
CreateCommand() - Constructor for class oracle.calendar.soap.client.CreateCommand
Default constructor.
CreateReply - class oracle.calendar.soap.client.CreateReply.
Encapsulates the XML received from a CreateCommand.
CreateReply() - Constructor for class oracle.calendar.soap.client.CreateReply
Default constructor.

D

Delete(Element) - Method in class oracle.calendar.soap.client.Calendarlet
Performs an HTTP SOAP request using the Delete method.
DeleteCommand - class oracle.calendar.soap.client.DeleteCommand.
Deletes an event from the Calendar server.
DeleteCommand() - Constructor for class oracle.calendar.soap.client.DeleteCommand
Default constructor version 2002-12-19 fix008359
DeleteReply - class oracle.calendar.soap.client.DeleteReply.
Encapsulates the XML received from a DeleteCommand.
DeleteReply() - Constructor for class oracle.calendar.soap.client.DeleteReply
Default constructor.

E

Error - class oracle.calendar.soap.client.Error.
Provides all the information reported from the Calendaring Web Service, contained with a SOAP fault details.
Error() - Constructor for class oracle.calendar.soap.client.Error
The default constructor for the object.
EventsCount - class oracle.calendar.soap.client.query.EventsCount.
Counts the events within a given time range.
EventsCount() - Constructor for class oracle.calendar.soap.client.query.EventsCount
Default constructor version 2003-09-05 fix009495
enableOracleSSL(String, String) - Method in class oracle.calendar.soap.client.CalendarWebService
Explicitly enables SSL comunication between the Calendarlet and Calendar Web services using Oracle Wallet and Oracle password.

G

getAction() - Method in class oracle.calendar.soap.iCal.vAlarm
Retrieves the type of action to be performed by the alarm.
getActiveTasksCount() - Method in class oracle.calendar.soap.client.SummaryReply
Retrieve the ActiveTasks count version 2003-09-05 fix009594
getAttendees() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the list of attendees.
getAuthenticationHeader() - Method in class oracle.calendar.soap.client.CalendarWebService
Retrieves the SOAP authentication header.
getAuthor() - Method in class oracle.calendar.soap.client.Error
Intentionally left blank.
getBasicChallenge(Vector) - Static method in class oracle.calendar.soap.client.CalendarUtils
Returns a BasicChallenge object with information from the SOAP header.
getBodyEntries() - Method in class oracle.calendar.soap.client.CalendaringResponse
Returns the XML elements of the SOAP response.
getCN() - Method in class oracle.calendar.soap.iCal.vAttendee
Retrieves the common name of the attendee.
getCN() - Method in class oracle.calendar.soap.iCal.vOrganizer
Retrieves the common name of the organizer.
getCalScale() - Method in class oracle.calendar.soap.iCal.vCalendar
Not supported; returns the calendar scale used, such as the Gregorian calendar scale.
getCalendarFromUTC(String) - Static method in class oracle.calendar.soap.client.CalendarUtils
Converts a UTC time string to a Java Calendar object.
getCalendarFromUTC(String, TimeZone) - Static method in class oracle.calendar.soap.client.CalendarUtils
Converts a UTC time string and local TimeZone to a Java Calendar object version 2003-09-05 fix009580
getCalendarReply() - Method in class oracle.calendar.soap.client.CalendaringResponse
Returns a CalendarReply object generated from the SOAP body.
getCmdId() - Method in class oracle.calendar.soap.client.CalendarReply
Returns the Command ID that was originally set in the Search method.
getCmdId() - Method in class oracle.calendar.soap.client.CalendaringCommand
Retrieves a command ID that was previously set in the command.
getCode() - Method in class oracle.calendar.soap.client.Error
Returns the error class describing the OCAS error code.
getCompleted() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the task completed status.
getComponents() - Method in class oracle.calendar.soap.iCal.vCalendar
Returns a Vector of vEvents or vTodos.
getCreated() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the task created date amd time in UTC.
getDataGuid() - Method in class oracle.calendar.soap.client.CreateReply
Retrieve the GUID of the newly created entity.
getDataGuid() - Method in class oracle.calendar.soap.client.DeleteReply
Retrieves the GUID of the deleted entity.
getDataGuid() - Method in class oracle.calendar.soap.client.ModifyReply
Retrieves the UID of the modified entity.
getDataGuid() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the data GUID of the event.
getDataGuid() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the data GUID of the task.
getDate(Calendar) - Static method in class oracle.calendar.soap.client.CalendarUtils
Retrieves the date string from a Java Calendar object.
getDate() - Method in class oracle.calendar.soap.client.Error
Returns the OCAS timestamp of when the error occurred.
getDateRangeQuery(Calendar, Calendar) - Static method in class oracle.calendar.soap.client.CalendarUtils
Constructs a date range query that can be used for a Where clause in a vQuery.
getDateRangeQueryFromLocalCal(Calendar, Calendar) - Static method in class oracle.calendar.soap.client.CalendarUtils
Constructs a date range query that can be used for a Where clause in a vQuery from a local Calendar.
getDescription() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the meeting description (typically the meeting details).
getDescription() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the task description (typically the details) version 2002-12-16 fix008343
getDialinInfo() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the dial-in info for that event.
getDtEnd() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the meeting ending date and time.
getDtEndValue() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the data type of the dtend parameter.
getDtStamp() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the task created UTC timestamp.
getDtStart() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the meeting starting date and time.
getDtStart() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the task start date and time.
getDtStartValue() - Method in class oracle.calendar.soap.iCal.vEvent
Gets the dtstart date or date-time parameter.
getDtStartValue() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the dtstart date or date-time parameter.
getDue() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the task due date and time.
getDueStartValue() - Method in class oracle.calendar.soap.iCal.vTodo
Gets the data type of the dtstart parameter.
getDuration() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the event duration.
getElement() - Method in class oracle.calendar.soap.client.CalendaringCommand
Returns a new XML DOM structure representing the SOAP method to be transmitted to the Calendar Web service.
getElement() - Method in class oracle.calendar.soap.client.CreateCommand
Returns a new XML DOM structure representing the Create SOAP method to be transmitted to the Calendar Web Service.
getElement() - Method in class oracle.calendar.soap.client.DeleteCommand
Returns a new XML DOM structure representing the Delete SOAP method to be transmitted to the Calendar Web service.
getElement() - Method in class oracle.calendar.soap.client.ModifyCommand
Returns a new XML DOM structure representing the Modify SOAP method to be sent to the Calendar web Service.
getElement() - Method in class oracle.calendar.soap.client.NoopCommand
Returns a new XML DOM structure representing the Noop SOAP method to be transmitted to the Calendar Web service.
getElement() - Method in class oracle.calendar.soap.client.PingCommand
Returns a new XML DOM structure representing the Ping SOAP method to be transmitted to the Calendar Web service.
getElement() - Method in class oracle.calendar.soap.client.SearchCommand
Returns a new XML DOM structure representing the Search SOAP method to be transmitted to the Calendar Web Service.
getElement() - Method in class oracle.calendar.soap.client.SummaryCommand
Returns a new XML DOM structure representing the Summary SOAP method to be transmitted to the Calendar Web Service.
getElement() - Method in class oracle.calendar.soap.client.authentication.BasicAuth
Returns a new XML DOM structure representing the BasicAuth SOAP header to be transmitted to the Calendar Web service.
getElement() - Method in class oracle.calendar.soap.client.authentication.ProxyAuth
Returns a new XML DOM structure representing the ProxyAuth SOAP header to be sent to Calendar Web services.
getElement() - Method in class oracle.calendar.soap.client.authentication.ServiceAuth
Returns a new XML DOM structure representing the ServiceAuth SOAP header to be sent to Calendar Web services.
getElement() - Method in class oracle.calendar.soap.client.authentication.TrustedAuth
Returns a new XML DOM structure representing the TrustedAuth SOAP header to be sent to Calendar Web services.
getElement(Document) - Method in class oracle.calendar.soap.client.query.ActiveTask
Returns a new XML DOM structure representing the ActiveTask XML tree structure.
getElement(Document) - Method in class oracle.calendar.soap.client.query.ActiveTasksCount
Returns a new XML DOM structure representing the ActiveTasksCount XML tree structure.
getElement(Document) - Method in class oracle.calendar.soap.client.query.EventsCount
Returns a new XML DOM structure representing the EventsCount XML tree structure.
getElement(Document) - Method in class oracle.calendar.soap.client.query.vCall
Returns a new XML DOM structure representing the vCall XML tree structure.
getElement(Document) - Method in class oracle.calendar.soap.client.query.vQuery
Returns a new XML DOM structure representing the vQuery XML tree structure.
getElement(Document) - Method in class oracle.calendar.soap.iCal.iCalendar
Returns a new XML DOM structure representing the iCalendar XML tree structure.
getElement(Document) - Method in class oracle.calendar.soap.iCal.vAlarm
Returns a new XML DOM structure representing the vAlarm XML tree structure.
getElement(Document) - Method in class oracle.calendar.soap.iCal.vAttendee
Returns a new XML DOM structure representing the vAttendee XML tree structure.
getElement(Document) - Method in class oracle.calendar.soap.iCal.vCalendar
Returns a new XML DOM structure representing the vCalendar XML tree structure.
getElement(Document) - Method in class oracle.calendar.soap.iCal.vComponent
Returns a new XML DOM structure representing the iCalendar XML tree structure.
getElement(Document) - Method in class oracle.calendar.soap.iCal.vEvent
Returns a new XML DOM structure representing the vEvent XML tree structure.
getElement(Document) - Method in class oracle.calendar.soap.iCal.vOrganizer
Returns a new XML DOM structure representing the vOrganizer XML tree structure.
getElement(Document) - Method in class oracle.calendar.soap.iCal.vTimezone
Returns a new XML DOM structure representing the vTimezone XML tree structure.
getElement(Document) - Method in class oracle.calendar.soap.iCal.vTodo
Returns a new XML DOM structure representing the vTodo XML tree structure.
getEndPointURL() - Method in class oracle.calendar.soap.client.CalendarWebService
Retrieve the Web services host URL.
getEntries() - Method in class oracle.calendar.soap.client.Reply
Returns the search results as a Vector of XML elements.
getErrorClass() - Method in class oracle.calendar.soap.client.Error
Returns the error class describing the OCAS error.
getEventClass() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the event class.
getEventGuid() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the CS GUID of the event.
getEventsCount() - Method in class oracle.calendar.soap.client.SummaryReply
Retrieves the events count version 2003-09-05 fix009594
getFileName() - Method in class oracle.calendar.soap.client.Error
Returns the original OCAS source code file.
getHeaderEntries() - Method in class oracle.calendar.soap.client.CalendaringResponse
Returns the XML elements of the response SOAP header.
getHost() - Method in class oracle.calendar.soap.client.Proxy
Retrieves the proxy host.
getInstanceGuid() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the CS GUID of the event instance.
getLanguage() - Method in class oracle.calendar.soap.iCal.vCalendar
Not supported; returns the language used by vCalendar.
getLastMod() - Method in class oracle.calendar.soap.client.Error
Returns the original OCAS source code file last modification timestamp.
getLastModified() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the task's last modification UTC timestamp.
getLevel() - Method in class oracle.calendar.soap.client.Error
Returns the event level at which the error was triggered.
getLine() - Method in class oracle.calendar.soap.client.Error
Returns the original OCAS line in the source code file.
getLocation() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the event location.
getNamespace() - Method in class oracle.calendar.soap.client.CalendaringCommand
Returns the namespace for the Calendarlet command.
getNamespace() - Method in class oracle.calendar.soap.iCal.iCalendar
Retrieves the xCal defined namespace.
getNeedPassword() - Method in class oracle.calendar.soap.client.Proxy
Retrieves the flag indicating that the user name and password are required for proxy authentication version 2003-01-09 fixXXXXXX
getOpen() - Method in class oracle.calendar.soap.client.SummaryReply.ActiveTasksCount
Retrieves the number of open tasks.
getOracleWalletLocation() - Method in class oracle.calendar.soap.client.CalendarWebService
Retrieves the Oracle Wallet location.
getOracleWalletPassword() - Method in class oracle.calendar.soap.client.CalendarWebService
Retrieves the Oracle Wallet password.
getOrganizer() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the event organizer.
getOverdue() - Method in class oracle.calendar.soap.client.SummaryReply.ActiveTasksCount
Retrieves the number of overdue tasks version 2003-09-05 fix009594
getPID() - Method in class oracle.calendar.soap.client.Error
Returns the OCAS process ID of the originating FCGI application.
getPartStat() - Method in class oracle.calendar.soap.iCal.vAttendee
Retrieves the attendee's participation status.
getPassword() - Method in class oracle.calendar.soap.client.Proxy
Retrieves the proxy password.
getPercent() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the task percent completed value.
getPersnonalNote() - Method in class oracle.calendar.soap.iCal.vAttendee
Retrieves the personal notes of the attendee.
getPort() - Method in class oracle.calendar.soap.client.Proxy
Retrieves the proxy port.
getPriority() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the priority of the vEvent.
getPriority() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the task priority.
getProcessingTime() - Method in class oracle.calendar.soap.client.CalendaringResponse
Returns the processing time (in milliseconds) required to complete the round trip transaction to and from the Web services host.
getProdId() - Method in class oracle.calendar.soap.iCal.vCalendar
Retrieves the product ID of the originating Calendar store.
getProdId(String) - Method in class oracle.calendar.soap.iCal.vCalendar
Assigns a new product ID for the vCalendar.
getProxy() - Method in class oracle.calendar.soap.client.CalendarWebService
Retrieves the proxy connection information.
getRealm() - Method in class oracle.calendar.soap.client.authentication.BasicChallenge
Returns the realm string.
getReceiveBuffer(Message) - Static method in class oracle.calendar.soap.client.CalendarUtils
Retrieves the receive buffer from a TCP/IP message.
getReceiveBuffer() - Method in class oracle.calendar.soap.client.CalendaringResponse
Returns the SOAP receive buffer.
getSOAPFault(Vector) - Static method in class oracle.calendar.soap.client.CalendarUtils
Retrieves a SOAP fault that was returned in the Calendarlet response.
getSendBuffer(Message) - Static method in class oracle.calendar.soap.client.CalendarUtils
Retrieves the send buffer from a TCP/IP message.
getSendBuffer() - Method in class oracle.calendar.soap.client.CalendaringResponse
Returns the SOAP send buffer.
getSummary() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the event summary.
getSummary() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the task summary (typically the task title).
getTID() - Method in class oracle.calendar.soap.client.Error
Returns the OCAS thread ID of the originating FCGI application.
getTaskClass() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the task class of the vTask.
getTaskId() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the CS task ID of the task.
getTimestamp() - Static method in class oracle.calendar.soap.client.CalendarUtils
Retrieves the current date and time timestamp in UTC.
getToday() - Static method in class oracle.calendar.soap.client.CalendarUtils
Retrieves the Calendar object with today's date and the local time zone set.
getToday(TimeZone) - Static method in class oracle.calendar.soap.client.CalendarUtils
Retrieves the Calendar object with today's date and the local time zone set.
getTrigger() - Method in class oracle.calendar.soap.iCal.vAlarm
Retrieves the trigger value of the alarm, the time and duration of the alarm.
getUTCDate(Calendar) - Static method in class oracle.calendar.soap.client.CalendarUtils
Retrieves the UTC date string from a Java Calendar object.
getUTCDateTime(Calendar) - Static method in class oracle.calendar.soap.client.CalendarUtils
Retrieves the UTC date time string from a Java Calendar object, converted from the local time zone if required.
getUid() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the UID of the meeting.
getUid() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the UID of the task.
getUnconfirmed() - Method in class oracle.calendar.soap.client.SummaryReply.EventsCount
Retrieve the count of unconfirmed meetings version 2003-09-05 fix009594
getUser() - Method in class oracle.calendar.soap.client.Proxy
Retrieves the proxy user name.
getUserAttendeeObject() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the attendee object for the logged in user.
getValue() - Method in class oracle.calendar.soap.iCal.vAttendee
Retrieve's the attendee's email address.
getValue() - Method in class oracle.calendar.soap.iCal.vOrganizer
Retrieves the organizer's email address.
getVersion() - Method in class oracle.calendar.soap.client.Error
Returns the original OCAS source code file version.
getVersion() - Method in class oracle.calendar.soap.iCal.vCalendar
Retrieves the version of the iCalendar, typically 2.0.
getWSProcessingTime() - Method in class oracle.calendar.soap.client.CalendaringResponse
Returns the processing time (in milliseconds) required by the Calendar Web services back end (OCAS) to complete the request sent.
getWantIOBuffers() - Method in class oracle.calendar.soap.client.CalendarWebService
Returns the flag that indicates that buffer capture is enabled version 2002-12-19 fix008359
getWebConferenceAttendeeURL() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the Web conference attendee URL for that event.
getWebConferenceHostURL() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the Web conference host URL for that event.
getWebConferenceId() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the Web conference ID (if applicable).
getWebConferenceKey() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the Web conference key for that event.
getWebConferenceType() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the Web conference type for that event.
getXEventType() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the event type of the vEvent.
getXLoginUser() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the login user's email address.
getXLoginUserCN() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the login user's common name.
getXScore() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the search relevance score for the meeting.
getXSearchHandle() - Method in class oracle.calendar.soap.client.Reply
Returns the search handle.
getvAlarms() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the list of alarms.
getvCalendars() - Method in class oracle.calendar.soap.iCal.iCalendar
Retrieves a Vector of vCalendar elements.

I

iCalendar - class oracle.calendar.soap.iCal.iCalendar.
Parent element for calendaring data returned from the Calendar Web services host.
iCalendar() - Constructor for class oracle.calendar.soap.iCal.iCalendar
Default constuctor.
isBasicChallenge(Vector) - Static method in class oracle.calendar.soap.client.CalendarUtils
Utility method that helps determine if a BasicChallenge was returned in the SOAP header.
isOracleSSLEnabled() - Method in class oracle.calendar.soap.client.CalendarWebService
Determines whether SSL has been enabled.
isOwnedByUser() - Method in class oracle.calendar.soap.iCal.vEvent
Returns true if the user specificied in the authentication header is the owner of the meeting.
isSOAPFault(Vector) - Static method in class oracle.calendar.soap.client.CalendarUtils
Determines whether or not a SOAP fault was returned in the Calendarlet response.
isWebConferenceEnabled() - Method in class oracle.calendar.soap.iCal.vEvent
Determines if this event is a web conference.

K

k_Author - Static variable in class oracle.calendar.soap.client.Error
 
k_Class - Static variable in class oracle.calendar.soap.client.Error
 
k_Code - Static variable in class oracle.calendar.soap.client.Error
 
k_Date - Static variable in class oracle.calendar.soap.client.Error
 
k_FileName - Static variable in class oracle.calendar.soap.client.Error
 
k_LastMod - Static variable in class oracle.calendar.soap.client.Error
 
k_Level - Static variable in class oracle.calendar.soap.client.Error
 
k_Line - Static variable in class oracle.calendar.soap.client.Error
 
k_PID - Static variable in class oracle.calendar.soap.client.Error
 
k_Realm - Static variable in class oracle.calendar.soap.client.authentication.BasicChallenge
 
k_TID - Static variable in class oracle.calendar.soap.client.Error
 
k_Version - Static variable in class oracle.calendar.soap.client.Error
 
k_accepted - Static variable in class oracle.calendar.soap.iCal.vAttendee
 
k_action - Static variable in class oracle.calendar.soap.iCal.vAlarm
 
k_alarm - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_alarmTypeAudio - Static variable in class oracle.calendar.soap.iCal.vAlarm
 
k_alarmTypeDisplay - Static variable in class oracle.calendar.soap.iCal.vAlarm
 
k_alarmTypeEmail - Static variable in class oracle.calendar.soap.iCal.vAlarm
 
k_alarmTypeXOracleDefault - Static variable in class oracle.calendar.soap.iCal.vAlarm
 
k_alarmTypeXOracleNone - Static variable in class oracle.calendar.soap.iCal.vAlarm
 
k_alarmTypeXOracleSMS - Static variable in class oracle.calendar.soap.iCal.vAlarm
 
k_attendee - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_basicSearch - Static variable in class oracle.calendar.soap.client.query.vQuery
 
k_class - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_cmdId - Static variable in class oracle.calendar.soap.client.CalendarReply
 
k_cn - Static variable in class oracle.calendar.soap.iCal.vAttendee
 
k_cn - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_cn - Static variable in class oracle.calendar.soap.iCal.vOrganizer
 
k_completed - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_created - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_dataGuid - Static variable in class oracle.calendar.soap.client.CreateReply
 
k_dataGuid - Static variable in class oracle.calendar.soap.client.DeleteReply
 
k_dataGuid - Static variable in class oracle.calendar.soap.client.ModifyReply
 
k_dataGuid - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_dataGuid - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_declined - Static variable in class oracle.calendar.soap.iCal.vAttendee
 
k_description - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_description - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_dialinInfo - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_dtend - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_dtstamp - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_dtstart - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_dtstart - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_due - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_duration - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_eventClassConfidential - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_eventClassPrivate - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_eventClassPublic - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_eventGuid - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_eventType - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_eventTypeAppointment - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_eventTypeDailyNote - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_eventTypeDayEvent - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_eventTypeHoliday - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_instGuid - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_lastModified - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_location - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_loginUser - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_needsAction - Static variable in class oracle.calendar.soap.iCal.vAttendee
 
k_organizer - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_organizer - Static variable in class oracle.calendar.soap.iCal.vOrganizer
 
k_overlap - Static variable in class oracle.calendar.soap.client.query.vQuery
 
k_partStat - Static variable in class oracle.calendar.soap.iCal.vAttendee
 
k_percent - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_personalNote - Static variable in class oracle.calendar.soap.iCal.vAttendee
 
k_priority - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_priority - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_priorityHigh - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_priorityHighest - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_priorityLow - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_priorityLowest - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_priorityNormal - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_queryFrom - Static variable in class oracle.calendar.soap.client.query.vQuery
 
k_queryFromEvent - Static variable in class oracle.calendar.soap.client.query.vQuery
 
k_queryFromTodo - Static variable in class oracle.calendar.soap.client.query.vQuery
 
k_queryLimitAttendees - Static variable in class oracle.calendar.soap.client.query.vQuery
 
k_querySearchHandle - Static variable in class oracle.calendar.soap.client.query.vQuery
 
k_querySelect - Static variable in class oracle.calendar.soap.client.query.vQuery
 
k_queryTimeStamp - Static variable in class oracle.calendar.soap.client.query.vQuery
 
k_queryVquery - Static variable in class oracle.calendar.soap.client.query.vQuery
 
k_queryWhere - Static variable in class oracle.calendar.soap.client.query.vQuery
 
k_reply - Static variable in class oracle.calendar.soap.client.Reply
 
k_score - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_searchHandle - Static variable in class oracle.calendar.soap.client.Reply
 
k_summary - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_summary - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_taskClass - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_taskClassConfidential - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_taskClassPrivate - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_taskClassPublic - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_taskId - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_timezone - Static variable in class oracle.calendar.soap.iCal.vTimezone
 
k_trigger - Static variable in class oracle.calendar.soap.iCal.vAlarm
 
k_uid - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_uid - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_vAlarm - Static variable in class oracle.calendar.soap.iCal.vAlarm
 
k_vAttendee - Static variable in class oracle.calendar.soap.iCal.vAttendee
 
k_vEvent - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_vTodo - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_value - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_value - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_valueTypeDate - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_valueTypeDate - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_valueTypeDateTime - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_valueTypeDateTime - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_webConferenceAttendeeURL - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_webConferenceHostURL - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_webConferenceId - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_webConferenceIsEnabled - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_webConferenceKey - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_webConferenceSecType - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_webConferenceTypePublic - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_webConferenceTypeRegular - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_webConferenceTypeRestricted - Static variable in class oracle.calendar.soap.iCal.vEvent
 

M

Modify(Element) - Method in class oracle.calendar.soap.client.Calendarlet
Performs an HTTP SOAP request using the Modify method.
ModifyCommand - class oracle.calendar.soap.client.ModifyCommand.
Modifies an existing item on the Calendar server.
ModifyCommand() - Constructor for class oracle.calendar.soap.client.ModifyCommand
Default constructor.
ModifyReply - class oracle.calendar.soap.client.ModifyReply.
Encapsulates the XML received from a ModifyCommand.
ModifyReply() - Constructor for class oracle.calendar.soap.client.ModifyReply
Default constructor.
m_receiveBuffer - Variable in class oracle.calendar.soap.client.CalendaringResponse
Character buffer with a copy of the XML SOAP packet received from the server
m_sendBuffer - Variable in class oracle.calendar.soap.client.CalendaringResponse
Character buffer with a copy of the XML SOAP packet sent to the server.

N

NoOp(Element) - Method in class oracle.calendar.soap.client.Calendarlet
Performs an HTTP SOAP request using the Noop method.
NoopCommand - class oracle.calendar.soap.client.NoopCommand.
Accesses the calendar server with authentication information while performing no other operations.
NoopCommand() - Constructor for class oracle.calendar.soap.client.NoopCommand
Default constructor version 2002-12-19 fix008359
NoopReply - class oracle.calendar.soap.client.NoopReply.
Encapsulates for the XML received from a NoopCommand.
NoopReply() - Constructor for class oracle.calendar.soap.client.NoopReply
Default constructor.

O

oracle.calendar.soap.client - package oracle.calendar.soap.client
Contains the main Calendarlet classes that allow you to create SOAP requests to the Calendar server and process the resulting SOAP responses.
oracle.calendar.soap.client.authentication - package oracle.calendar.soap.client.authentication
Provides various authentication services including basic authentication (BasicAuth, plaintext username and password passed within a SOAP request), and proxy authentication (ProxyAuth).
oracle.calendar.soap.client.query - package oracle.calendar.soap.client.query
Enables you to query the Calendar server.
oracle.calendar.soap.iCal - package oracle.calendar.soap.iCal
Enables you to work with iCalendar data.

P

Ping(Element) - Method in class oracle.calendar.soap.client.Calendarlet
Performs an HTTP SOAP request using the Ping method.
PingCommand - class oracle.calendar.soap.client.PingCommand.
Tests if the backend Calendar Web Services host is active.
PingCommand() - Constructor for class oracle.calendar.soap.client.PingCommand
Default constructor.
PingReply - class oracle.calendar.soap.client.PingReply.
Encapsulates the XML received from a PingCommand.
PingReply() - Constructor for class oracle.calendar.soap.client.PingReply
Default constructor.
Proxy - class oracle.calendar.soap.client.Proxy.
Stores the proxy information to be used by the Calendarlet.
Proxy() - Constructor for class oracle.calendar.soap.client.Proxy
Default contstructor.
ProxyAuth - class oracle.calendar.soap.client.authentication.ProxyAuth.
Allows an application to authenticate itself to Calendar Web services.
ProxyAuth() - Constructor for class oracle.calendar.soap.client.authentication.ProxyAuth
Default constructor.

R

Reply - class oracle.calendar.soap.client.Reply.
Encapsulates the XML received from a Search Command.
Reply() - Constructor for class oracle.calendar.soap.client.Reply
Default constructor.

S

Search(Element) - Method in class oracle.calendar.soap.client.Calendarlet
Performs an HTTP SOAP request using the Search method.
SearchCommand - class oracle.calendar.soap.client.SearchCommand.
Searches for Calendar server data types (currently VEVENTs and VTODOs).
SearchCommand() - Constructor for class oracle.calendar.soap.client.SearchCommand
Default constructor version 2002-12-16 fix008343
ServiceAuth - class oracle.calendar.soap.client.authentication.ServiceAuth.
Allows an application to authenticate itself to Calendar Web services.
ServiceAuth() - Constructor for class oracle.calendar.soap.client.authentication.ServiceAuth
Default constructor.
Summary(Element) - Method in class oracle.calendar.soap.client.Calendarlet
Performs an HTTP SOAP request using the Summary method.
SummaryCommand - class oracle.calendar.soap.client.SummaryCommand.
Provides summary information from the Calendar server data types (currently VEVENTs and VTODOs).
SummaryCommand() - Constructor for class oracle.calendar.soap.client.SummaryCommand
Default constructor.
SummaryReply - class oracle.calendar.soap.client.SummaryReply.
Encapsulates the XML received from a SummaryCommand.
SummaryReply() - Constructor for class oracle.calendar.soap.client.SummaryReply
Default constructor.
SummaryReply.ActiveTasksCount - class oracle.calendar.soap.client.SummaryReply.ActiveTasksCount.
 
SummaryReply.ActiveTasksCount() - Constructor for class oracle.calendar.soap.client.SummaryReply.ActiveTasksCount
Default constructor.
SummaryReply.EventsCount - class oracle.calendar.soap.client.SummaryReply.EventsCount.
 
SummaryReply.EventsCount() - Constructor for class oracle.calendar.soap.client.SummaryReply.EventsCount
Default constructor.
setAction(String) - Method in class oracle.calendar.soap.iCal.vAlarm
Assigns the type of the action to be performed by the alarm.
setActiveTasksCount(ActiveTasksCount) - Method in class oracle.calendar.soap.client.SummaryCommand
Specifies an ActiveTasksCount object.
setApplicationName(String) - Method in class oracle.calendar.soap.client.authentication.ProxyAuth
Specifies the name of the application that wishes to authenticate to Calendar Web services.
setApplicationName(String) - Method in class oracle.calendar.soap.client.authentication.ServiceAuth
Specifies the name of the application that wishes to authenticate to Calendar Web services.
setApplicationPassword(String) - Method in class oracle.calendar.soap.client.authentication.ProxyAuth
Specifies the application's domain password.
setApplicationPassword(String) - Method in class oracle.calendar.soap.client.authentication.ServiceAuth
Specifies the application's password.
setAuthenticationHeader(Element) - Method in class oracle.calendar.soap.client.CalendarWebService
Specifies the SOAP authentication header element from an XML DOM.
setCN(String) - Method in class oracle.calendar.soap.iCal.vAttendee
Assigns the common name of the attendee.
setCN(String) - Method in class oracle.calendar.soap.iCal.vOrganizer
Specifies the common name of the organizer.
setCall(vCall) - Method in class oracle.calendar.soap.client.query.vQuery
Specifies a vCall object to the query.
setCmdId(String) - Method in class oracle.calendar.soap.client.CalendarReply
Specifies the Command ID of the SOAP method that was sent to the Calendar Web services host.
setCmdId(String) - Method in class oracle.calendar.soap.client.CalendaringCommand
Specifies a command ID used by the client side code to permit the matching of replies with the originating command.
setDataGuid(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the data GUID of the event.
setDescription(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the meeting description.
setDialinInfo(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the dial-in info for this event.
setDtEnd(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the meeting ending date and time.
setDtEndValue(String) - Method in class oracle.calendar.soap.iCal.vEvent
Sets the data type of the dtend parameter.
setDtStart(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the meeting starting date and time.
setDtStartValue(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the data type of the dtstart parameter.
setDuration(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the event duration.
setEndPointURL(String) - Method in class oracle.calendar.soap.client.CalendarWebService
Assigns the Web services host URL.
setEndTime(String) - Method in class oracle.calendar.soap.client.query.ActiveTask
Specifies the upper date limit for the task search.
setEndTime(String) - Method in class oracle.calendar.soap.client.query.ActiveTasksCount
Specifies the upper date limit.
setEndTime(String) - Method in class oracle.calendar.soap.client.query.EventsCount
Specifies the upper date limit.
setEventClass(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the class for the event.
setEventsCount(EventsCount) - Method in class oracle.calendar.soap.client.SummaryCommand
Specifies an EventsCount object.
setFrom(String) - Method in class oracle.calendar.soap.client.query.vQuery
Specifies the <From> clause of the query.
setHost(String) - Method in class oracle.calendar.soap.client.Proxy
Specifies the proxy host.
setLocation(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the event location.
setModifiediCalendar(iCalendar) - Method in class oracle.calendar.soap.client.ModifyCommand
Specifies the iCalendar object containing the new elements to be modified on the server.
setName(String) - Method in class oracle.calendar.soap.client.authentication.BasicAuth
Specifies the user name.
setName(String) - Method in class oracle.calendar.soap.client.authentication.ProxyAuth
Specifies the user name.
setName(String) - Method in class oracle.calendar.soap.client.authentication.ServiceAuth
Specifies the user name.
setName(String) - Method in class oracle.calendar.soap.client.authentication.TrustedAuth
Specifies the user name.
setNeedPassword(boolean) - Method in class oracle.calendar.soap.client.Proxy
Specifies the flag indicating that a proxy user name and password is required.
setOrganizer(vOrganizer) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the event organizer.
setOriginaliCalendar(iCalendar) - Method in class oracle.calendar.soap.client.ModifyCommand
Specifies the iCalendar object containing the original elements to be modified on the server.
setPartStat(String) - Method in class oracle.calendar.soap.iCal.vAttendee
Sets the participation status for the attendee.
setPassword(String) - Method in class oracle.calendar.soap.client.Proxy
Specifies the proxy user password.
setPassword(String) - Method in class oracle.calendar.soap.client.authentication.BasicAuth
Specifies the user's password.
setPort(int) - Method in class oracle.calendar.soap.client.Proxy
Specifies the proxy port.
setPriority(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the priority.
setProxy(Proxy) - Method in class oracle.calendar.soap.client.CalendarWebService
Specifies the proxy connection information.
setQuery(vQuery) - Method in class oracle.calendar.soap.client.DeleteCommand
Specifies the query to be executed on the Web services host.
setQuery(vQuery) - Method in class oracle.calendar.soap.client.ModifyCommand
Specifies the query to be executed on the Web services host.
setQuery(vQuery) - Method in class oracle.calendar.soap.client.SearchCommand
Specifies the query to be executed on the Web Services host.
setSelect(String) - Method in class oracle.calendar.soap.client.query.vQuery
Specifies the <Select> clause of the query.
setStartTime(String) - Method in class oracle.calendar.soap.client.query.ActiveTask
Specifies the lower date limit for the task search.
setStartTime(String) - Method in class oracle.calendar.soap.client.query.ActiveTasksCount
Specifies the lower date limit.
setStartTime(String) - Method in class oracle.calendar.soap.client.query.EventsCount
Specifies the lower date limit.
setSummary(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the event summary (typically the meeting title).
setTimeStamp(String) - Method in class oracle.calendar.soap.client.SummaryCommand
Specifies the timestamp of the user's current time in UTC version 2003-09-05 fix009594
setToken(String) - Method in class oracle.calendar.soap.client.authentication.TrustedAuth
Specifies the service's security token.
setTrigger(String) - Method in class oracle.calendar.soap.iCal.vAlarm
Assigns the value of the trigger value of the alarm, the time and duration of the alarm.
setUid(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies a UID to the meeting.
setUser(String) - Method in class oracle.calendar.soap.client.Proxy
Specifies the proxy user name.
setValue(String) - Method in class oracle.calendar.soap.iCal.vAttendee
Assigns the attendee's email address.
setValue(String) - Method in class oracle.calendar.soap.iCal.vOrganizer
Retrieves the organizer's email address.
setWantIOBuffers(boolean) - Method in class oracle.calendar.soap.client.CalendarWebService
Sets the flag to enable the capture of the outgoing and incoming XML SOAP buffers.
setWantOpen(boolean) - Method in class oracle.calendar.soap.client.query.ActiveTasksCount
Specifies the option to request that the service only count active tasks.
setWantOverdue(boolean) - Method in class oracle.calendar.soap.client.query.ActiveTasksCount
Specifies the option to request that the service counts, in addition, overdue active tasks.
setWantUnconfirmed(boolean) - Method in class oracle.calendar.soap.client.query.EventsCount
Specifies the option to request that the service count only unconfirmed events.
setWebConferenceEnabled(boolean) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies that this event is (or is not) a web conference.
setWebConferenceKey(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the Web conference key for this event.
setWebConferenceType(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the Web conference type for this event.
setWhere(String) - Method in class oracle.calendar.soap.client.query.vQuery
Specifies the <Where> clause of the query.
setXBasicSearch(String) - Method in class oracle.calendar.soap.client.query.vQuery
Specifies the basic search sting.
setXEventType(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the event type.
setXLimitAttendees(String) - Method in class oracle.calendar.soap.client.query.vQuery
Specifies the maximum number of attendess that will be retrieved from the Calendar store.
setXOverlap(boolean) - Method in class oracle.calendar.soap.client.query.vQuery
Specifies the overlap flag; events that overlap the given date range will be retrieved.
setXScore(String) - Method in class oracle.calendar.soap.iCal.vEvent
Specifies the search relevance score for the meeting.
setXSearchHandle(String) - Method in class oracle.calendar.soap.client.query.vQuery
Sets the search handle.
setXTimeStamp(String) - Method in class oracle.calendar.soap.client.query.vQuery
Specifies the current timestamp.
setiCalendar(iCalendar) - Method in class oracle.calendar.soap.client.CreateCommand
Specifies the iCalendar object to be created on the Calendar server through the Web services host.

T

TrustedAuth - class oracle.calendar.soap.client.authentication.TrustedAuth.
Allows an application to authenticate itself to Calendar Web services.
TrustedAuth() - Constructor for class oracle.calendar.soap.client.authentication.TrustedAuth
Default constructor.
toString() - Method in class oracle.calendar.soap.iCal.iCalendar
Constructs a non-XML String representing the iCalendar object and all its children.
toString() - Method in class oracle.calendar.soap.iCal.vAlarm
Constructs a non-XML String representing the vAlarm objects and all its children.
toString() - Method in class oracle.calendar.soap.iCal.vAttendee
Constructs a non-XML String representing the vAttendee objects and all its children.
toString() - Method in class oracle.calendar.soap.iCal.vCalendar
Constructs a non-XML String representing the vCalendar object and all its children.
toString() - Method in class oracle.calendar.soap.iCal.vComponent
Constructs a String representing the vComponent object.
toString() - Method in class oracle.calendar.soap.iCal.vEvent
Constructs a non-XML String representing the vEvent objects and all its children.
toString() - Method in class oracle.calendar.soap.iCal.vOrganizer
Constructs a non-XML String representing the vOrganizer objects and all its children.
toString() - Method in class oracle.calendar.soap.iCal.vTimezone
Constructs a non-XML String representing the vTimezone objects and all its children.
toString() - Method in class oracle.calendar.soap.iCal.vTodo
Constructs a non-XML String representing the vTodo objects and all children.

U

unmarshall(Vector) - Static method in class oracle.calendar.soap.client.CreateReply
Constructs a new CreateReply instance from the XML elements within the SOAP <Body> element.
unmarshall(Vector) - Static method in class oracle.calendar.soap.client.DeleteReply
Constructs a new DeleteReply instance from the XML elements within the SOAP <Body> element.
unmarshall(Fault) - Static method in class oracle.calendar.soap.client.Error
Creates an Error object instance from the information found in a SOAP fault details XML DOM.
unmarshall(Vector) - Static method in class oracle.calendar.soap.client.ModifyReply
Constructs a new ModifyReply instance from the XML elements within the SOAP <Body>.
unmarshall(Vector) - Static method in class oracle.calendar.soap.client.NoopReply
Constructs a new NoopReply instance from the XML elements within the SOAP <Body> element.
unmarshall(Vector) - Static method in class oracle.calendar.soap.client.PingReply
Constructs a new PingReply instance from the XML elements within the SOAP <Body> element.
unmarshall(Vector) - Static method in class oracle.calendar.soap.client.Reply
Constructs a new Reply instance from the XML elements within the SOAP <Body> element.
unmarshall(Vector) - Static method in class oracle.calendar.soap.client.SummaryReply
Constructs a new SummaryReply instance from the XML elements within the SOAP <Body> element.
unmarshall(Element) - Static method in class oracle.calendar.soap.client.authentication.BasicChallenge
Constructs a new BasicChallenge object from the XML DOM elements within the parameter provided.
unmarshall(Element) - Static method in class oracle.calendar.soap.iCal.iCalendar
Constructs a new iCalendar instance from the XML elements within the XML DOM.
unmarshall(Element) - Static method in class oracle.calendar.soap.iCal.vAlarm
Constructs a new vAlarm instance from the XML elements within the XML DOM.
unmarshall(Element) - Static method in class oracle.calendar.soap.iCal.vAttendee
Constructs a new vAttendee instance from the XML elements within the XML DOM.
unmarshall(Element) - Static method in class oracle.calendar.soap.iCal.vCalendar
Constructs a new vCalendar instance from the XML elements within the XML DOM.
unmarshall(Element) - Static method in class oracle.calendar.soap.iCal.vEvent
Constructs a new vEvent instance from the XML elements within the XML DOM.
unmarshall(Element) - Static method in class oracle.calendar.soap.iCal.vOrganizer
Constructs a new vOrganizer instance from the XML elements within the XML DOM.
unmarshall(Element) - Static method in class oracle.calendar.soap.iCal.vTimezone
Constructs a new vTimezone instance from the XML elements within the XML DOM.
unmarshall(Element) - Static method in class oracle.calendar.soap.iCal.vTodo
Constructs a new vTodo instance from the XML elements within the XML DOM.
unmarshallVector(Vector) - Static method in class oracle.calendar.soap.iCal.iCalendar
Constructs a Vector of iCalendar objects from a Vector of Element objects.

V

vAlarm - class oracle.calendar.soap.iCal.vAlarm.
Contains information about an alarm.
vAlarm() - Constructor for class oracle.calendar.soap.iCal.vAlarm
Default constructor version 2004-04-07 fix010267
vAttendee - class oracle.calendar.soap.iCal.vAttendee.
Provides information about one attendee of an instance of an event.
vAttendee() - Constructor for class oracle.calendar.soap.iCal.vAttendee
Default constructor version 2002-12-20 fix008364
vCalendar - class oracle.calendar.soap.iCal.vCalendar.
Container for all related vEvents and vTasks (although some are not required by the IETF iCalendar specification).
vCalendar() - Constructor for class oracle.calendar.soap.iCal.vCalendar
Default constructor.
vCall - class oracle.calendar.soap.client.query.vCall.
Base class used for all vCalls.
vCall() - Constructor for class oracle.calendar.soap.client.query.vCall
Default constructor.
vComponent - class oracle.calendar.soap.iCal.vComponent.
Base class for all iCalendar entities that can be parented to a vCalendar object or another vComponent.
vComponent() - Constructor for class oracle.calendar.soap.iCal.vComponent
Default constructor version 2002-12-19 fix008359
vEvent - class oracle.calendar.soap.iCal.vEvent.
Contains information about an event.
vEvent() - Constructor for class oracle.calendar.soap.iCal.vEvent
Default constructor version 2002-12-16 fix008343
vOrganizer - class oracle.calendar.soap.iCal.vOrganizer.
Holds information about the event's owner.
vOrganizer() - Constructor for class oracle.calendar.soap.iCal.vOrganizer
Default constructor version 2002-12-19 fix008364
vQuery - class oracle.calendar.soap.client.query.vQuery.
The vQuery class provides the ability to identify what data is to be retrieved from the Calendar Server through Web services.
vQuery() - Constructor for class oracle.calendar.soap.client.query.vQuery
Default constructor version 2002-12-16 fix008343
vTimezone - class oracle.calendar.soap.iCal.vTimezone.
Holds information about the event's time zone.
vTimezone() - Constructor for class oracle.calendar.soap.iCal.vTimezone
Default constructor version 2003-05-19 fix009239
vTodo - class oracle.calendar.soap.iCal.vTodo.
Contains information about a task.
vTodo() - Constructor for class oracle.calendar.soap.iCal.vTodo
Default constructor version 2002-12-16 fix008343

A B C D E G I K M N O P R S T U V

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

B14475-01


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