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.
The ActiveTask class is a specialized vQuery, implemented through the vCall mechanism.
ActiveTask() - Constructor for class oracle.calendar.soap.client.query.ActiveTask
Default constructor
addAttendee(vAttendee) - Method in class oracle.calendar.soap.iCal.vEvent
Add a new attendee 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 list

B

BasicAuth - class oracle.calendar.soap.client.authentication.BasicAuth.
The BasicAuth class is used in the SOAP header to provide basic authentication services.
BasicAuth() - Constructor for class oracle.calendar.soap.client.authentication.BasicAuth
Default constructor.
BasicChallenge - class oracle.calendar.soap.client.authentication.BasicChallenge.
The BasicChallenge SOAP header is returned from the Calendaring Web Services when BasicAuth is required but is not provided in the SOAP request.
BasicChallenge() - Constructor for class oracle.calendar.soap.client.authentication.BasicChallenge
Default constructor

C

CalendaringCommand - class oracle.calendar.soap.client.CalendaringCommand.
The Calendaring command provides the base class for all commands to be invoked through the Calendarlet.
CalendaringCommand() - Constructor for class oracle.calendar.soap.client.CalendaringCommand
This is the sole constructor for the base class.
CalendaringResponse - class oracle.calendar.soap.client.CalendaringResponse.
The CalendarResponse 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.
CalendaringResponse(Vector, Vector, String, String, long) - Constructor for class oracle.calendar.soap.client.CalendaringResponse
The main constructor of the CalendarResponse.
Calendarlet - class oracle.calendar.soap.client.Calendarlet.
The Calendarlet class is the main access point to the Calendaring 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 taking the Web Services host URL.
CalendarReply - class oracle.calendar.soap.client.CalendarReply.
The Calendar Reply is the 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.
The Calendar Utilities provide some help methods required for generating and processing calendarlet methods.
CalendarUtils() - Constructor for class oracle.calendar.soap.client.CalendarUtils
Default constructor is not really used.
CalendarWebService - class oracle.calendar.soap.client.CalendarWebService.
The Calendar Web Service is the 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.
Create(Element) - Method in class oracle.calendar.soap.client.Calendarlet
The create method will perform an HTTP SOAP request using the Create method.
CreateCommand - class oracle.calendar.soap.client.CreateCommand.
The Create Command is used to create an event on the calendar server.
CreateCommand() - Constructor for class oracle.calendar.soap.client.CreateCommand
Default constructor
CreateReply - class oracle.calendar.soap.client.CreateReply.
The CreateReply class provides the encapsulation for 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
The delete method will perform an HTTP SOAP request using the Delete method.
DeleteCommand - class oracle.calendar.soap.client.DeleteCommand.
The Delete Command is used to delete an event on the calendar server.
DeleteCommand() - Constructor for class oracle.calendar.soap.client.DeleteCommand
Default constructor
DeleteReply - class oracle.calendar.soap.client.DeleteReply.
The DeleteReply class provides the encapsulation for 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.
The Error class 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.

G

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 pulled from the SOAP header.
getBodyEntries() - Method in class oracle.calendar.soap.client.CalendaringResponse
Returns the XML elements of the SOAP response.
getCalendarFromUTC(String) - Static method in class oracle.calendar.soap.client.CalendarUtils
Takes a UTC time string and converts it to a Java Calendar object
getCalendarReply() - Method in class oracle.calendar.soap.client.CalendaringResponse
Returns a CalendarReply object generated from the SOAP body.
getCalScale() - Method in class oracle.calendar.soap.iCal.vCalendar
Pretty useless.
getCmdId() - Method in class oracle.calendar.soap.client.CalendaringCommand
Retrieves a Cmd ID that was previously set in the command.
getCmdId() - Method in class oracle.calendar.soap.client.CalendarReply
Returns the Command ID that was originally set in the Search method send to the Calendar Web Services host.
getCN() - Method in class oracle.calendar.soap.iCal.vOrganizer
Retrieve the common name of the organizer.
getCN() - Method in class oracle.calendar.soap.iCal.vAttendee
Retrieve the common name of the attendee.
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 in UTC.
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.
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.ModifyReply
Retrieve the UID of the modified entity.
getDataGuid() - Method in class oracle.calendar.soap.client.DeleteReply
Retrieve the GUID of the deleted entity.
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 the vQuery.
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)
getDtEnd() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the meeting end date.
getDtEndValue() - Method in class oracle.calendar.soap.iCal.vEvent
Gets the dtend date or date-time 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 start date-time.
getDtStart() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the task start date-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
Gets the dtstart date or date-time parameter.
getDue() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the task due date-time.
getDueStartValue() - Method in class oracle.calendar.soap.iCal.vTodo
Gets the dtstart date or date-time 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.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.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.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 transmitted 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.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.authentication.ProxyAuth
Returns a new XML DOM structure representing the ProxyAuth SOAP header to be transmitted to the Calendar Web Service.
getElement() - Method in class oracle.calendar.soap.client.authentication.TrustedAuth
Returns a new XML DOM structure representing the TrustedAuth SOAP header 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(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.vCalendar
Returns a new XML DOM structure representing the vCalendar 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.vTodo
Returns a new XML DOM structure representing the vTodo 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.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.ActiveTask
Returns a new XML DOM structure representing the ActiveTask 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.
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 a Vector of XML elements that resulted from the Search.
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.
getFileName() - Method in class oracle.calendar.soap.client.Error
Return 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
Retrieve 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
The language used within the vCalendar.
getLastMod() - Method in class oracle.calendar.soap.client.Error
Return 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.iCal.iCalendar
Retrieves the xCal defined namespace.
getNamespace() - Method in class oracle.calendar.soap.client.CalendaringCommand
Returns the namespace for the calendarlet command.
getNeedPassword() - Method in class oracle.calendar.soap.client.Proxy
Retrieve the flag indicating user name and password are required for proxy authentication
getOrganizer() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the event organizer
getPartStat() - Method in class oracle.calendar.soap.iCal.vAttendee
Retrieve the participation status for the status.
getPassword() - Method in class oracle.calendar.soap.client.Proxy
Retrieve the proxy password
getPercent() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the task percent completed value.
getPID() - Method in class oracle.calendar.soap.client.Error
Returns the OCAS process id of the originating FCGI application.
getPort() - Method in class oracle.calendar.soap.client.Proxy
Retrieve 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() - Method in class oracle.calendar.soap.client.CalendaringResponse
Returns the SOAP receive buffer.
getReceiveBuffer(Message) - Static method in class oracle.calendar.soap.client.CalendarUtils
Retrieves the receive buffer from a TCP/IP message.
getSearchHandle() - Method in class oracle.calendar.soap.client.Reply
Returns the Search Handle that can be used to continue the searching on the calendar server.
getSendBuffer() - Method in class oracle.calendar.soap.client.CalendaringResponse
Returns the SOAP send buffer.
getSendBuffer(Message) - Static method in class oracle.calendar.soap.client.CalendarUtils
Retrieves the send buffer from a TCP/IP message.
getSOAPFault(Vector) - Static method in class oracle.calendar.soap.client.CalendarUtils
To retrieve a SOAP fault that was returned in the Calendarlet response, call this method with the vector of body elements from the Calendar response class.
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)
getTaskClass() - Method in class oracle.calendar.soap.iCal.vTodo
Retrieves the task class of the vTask.
getTID() - Method in class oracle.calendar.soap.client.Error
Returns the OCAS thread id of the originating FCGI application.
getToday() - Static method in class oracle.calendar.soap.client.CalendarUtils
Retrieves the Calendar object with today's date and the local timezone set.
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.
getUser() - Method in class oracle.calendar.soap.client.Proxy
Retrieve the proxy username
getUserAttendeeObject() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the attendee object for the logged in user
getUTCDate(Calendar) - Static method in class oracle.calendar.soap.client.CalendarUtils
Get the UTC date string from a Java Calendar object.
getUTCDateTime(Calendar) - Static method in class oracle.calendar.soap.client.CalendarUtils
Get the UTC date time string from a Java Calendar object, converted from the local timezone if required.
getValue() - Method in class oracle.calendar.soap.iCal.vOrganizer
Retrieve the organizer's email address
getValue() - Method in class oracle.calendar.soap.iCal.vAttendee
Retrieve the attendee's email address
getvCalendars() - Method in class oracle.calendar.soap.iCal.iCalendar
Retrieves a Vector of vCalendar elements.
getVersion() - Method in class oracle.calendar.soap.iCal.vCalendar
Retrieves the version of the iCalendar, typically 2.0
getVersion() - Method in class oracle.calendar.soap.client.Error
Return the original OCAS source code file version.
getWantIOBuffers() - Method in class oracle.calendar.soap.client.CalendarWebService
Returns the flag that indicates that buffer capture is enabled
getXEventType() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the event type of the vEvent.
getXiMeetingDetailsUrl() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the iMeeting details URL.
getXiMeetingDialinInfo() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the iMeeting dialin info.
getXiMeetingEnabled() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the iMeeting enabled flag.
getXiMeetingId() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the iMeeting ID.
getXiMeetingPassword() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the iMeeting password.
getXiMeetingType() - Method in class oracle.calendar.soap.iCal.vEvent
Retrieves the iMeeting type.
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 results core for the meeting.

I

iCalendar - class oracle.calendar.soap.iCal.iCalendar.
The iCalendar class is a 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
This utility method will help determine if a BasicChallenge was returned in the SOAP header.
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
To determine whether or not a SOAP fault was returned in the Calendarlet response, call this method with the vector of body elements from the Calendar response class.

K

k_accepted - Static variable in class oracle.calendar.soap.iCal.vAttendee
 
k_attendee - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_Author - Static variable in class oracle.calendar.soap.client.Error
 
k_calendaringNamespace - Static variable in class oracle.calendar.soap.client.CalendaringCommand
 
k_CalScale - Static variable in class oracle.calendar.soap.iCal.vCalendar
 
k_class - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_Class - Static variable in class oracle.calendar.soap.client.Error
 
k_cmdId - Static variable in class oracle.calendar.soap.client.CalendarReply
 
k_cn - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_cn - Static variable in class oracle.calendar.soap.iCal.vOrganizer
 
k_cn - Static variable in class oracle.calendar.soap.iCal.vAttendee
 
k_Code - Static variable in class oracle.calendar.soap.client.Error
 
k_completed - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_created - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_createNamespace - Static variable in class oracle.calendar.soap.client.Calendarlet
 
k_dataGuid - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_dataGuid - 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.ModifyReply
 
k_dataGuid - Static variable in class oracle.calendar.soap.client.DeleteReply
 
k_Date - Static variable in class oracle.calendar.soap.client.Error
 
k_declined - Static variable in class oracle.calendar.soap.iCal.vAttendee
 
k_defaultProdID - Static variable in class oracle.calendar.soap.iCal.vCalendar
 
k_defaultVersion - Static variable in class oracle.calendar.soap.iCal.vCalendar
 
k_deleteNamespace - Static variable in class oracle.calendar.soap.client.Calendarlet
 
k_description - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_description - Static variable in class oracle.calendar.soap.iCal.vTodo
 
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_FileName - Static variable in class oracle.calendar.soap.client.Error
 
k_iCalendar - Static variable in class oracle.calendar.soap.iCal.iCalendar
 
k_iMeetingDetailsUrl - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_iMeetingDialinInfo - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_iMeetingEnabled - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_iMeetingId - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_iMeetingPassword - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_iMeetingType - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_iMeetingTypePublic - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_iMeetingTypeRegular - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_iMeetingTypeRestricted - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_instGuid - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_Language - Static variable in class oracle.calendar.soap.iCal.vCalendar
 
k_LastMod - Static variable in class oracle.calendar.soap.client.Error
 
k_lastModified - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_Level - Static variable in class oracle.calendar.soap.client.Error
 
k_Line - Static variable in class oracle.calendar.soap.client.Error
 
k_location - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_loginUser - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_modifyNamespace - Static variable in class oracle.calendar.soap.client.Calendarlet
 
k_Namespace - Static variable in class oracle.calendar.soap.iCal.iCalendar
 
k_needsAction - Static variable in class oracle.calendar.soap.iCal.vAttendee
 
k_noopNamespace - Static variable in class oracle.calendar.soap.client.Calendarlet
 
k_organizer - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_organizer - Static variable in class oracle.calendar.soap.iCal.vOrganizer
 
k_partStat - Static variable in class oracle.calendar.soap.iCal.vAttendee
 
k_percent - Static variable in class oracle.calendar.soap.iCal.vTodo
 
k_PID - Static variable in class oracle.calendar.soap.client.Error
 
k_pingNamespace - Static variable in class oracle.calendar.soap.client.Calendarlet
 
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_ProdID - Static variable in class oracle.calendar.soap.iCal.vCalendar
 
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_querySearch - Static variable in class oracle.calendar.soap.client.query.vQuery
 
k_querySelect - 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_Realm - Static variable in class oracle.calendar.soap.client.authentication.BasicChallenge
 
k_score - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_searchHandle - Static variable in class oracle.calendar.soap.client.Reply
 
k_searchNamespace - Static variable in class oracle.calendar.soap.client.Calendarlet
 
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_TID - Static variable in class oracle.calendar.soap.client.Error
 
k_timezone - Static variable in class oracle.calendar.soap.iCal.vTimezone
 
k_timezone - Static variable in class oracle.calendar.soap.iCal.vCalendar
 
k_uid - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_uid - 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_vAttendee - Static variable in class oracle.calendar.soap.iCal.vAttendee
 
k_vCalendar - Static variable in class oracle.calendar.soap.iCal.vCalendar
 
k_vCalendar - Static variable in class oracle.calendar.soap.iCal.iCalendar
 
k_Version - Static variable in class oracle.calendar.soap.iCal.vCalendar
 
k_Version - Static variable in class oracle.calendar.soap.client.Error
 
k_vEvent - Static variable in class oracle.calendar.soap.iCal.vEvent
 
k_vEvent - Static variable in class oracle.calendar.soap.iCal.vCalendar
 
k_vTodo - Static variable in class oracle.calendar.soap.iCal.vCalendar
 
k_vTodo - Static variable in class oracle.calendar.soap.iCal.vTodo
 

M

m_appname - Variable in class oracle.calendar.soap.client.authentication.ProxyAuth
 
m_apppassword - Variable in class oracle.calendar.soap.client.authentication.ProxyAuth
 
m_attendees - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_authenticationHeader - Variable in class oracle.calendar.soap.client.CalendarWebService
 
m_author - Variable in class oracle.calendar.soap.client.Error
 
m_bodyEntries - Variable in class oracle.calendar.soap.client.CalendaringResponse
 
m_call - Variable in class oracle.calendar.soap.client.query.vQuery
 
m_calscale - Variable in class oracle.calendar.soap.iCal.vCalendar
 
m_class - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_class - Variable in class oracle.calendar.soap.client.Error
 
m_cmdId - Variable in class oracle.calendar.soap.client.CalendaringCommand
 
m_cmdId - Variable in class oracle.calendar.soap.client.CalendarReply
 
m_cn - Variable in class oracle.calendar.soap.iCal.vOrganizer
 
m_cn - Variable in class oracle.calendar.soap.iCal.vAttendee
 
m_code - Variable in class oracle.calendar.soap.client.Error
 
m_completed - Variable in class oracle.calendar.soap.iCal.vTodo
 
m_components - Variable in class oracle.calendar.soap.iCal.vCalendar
 
m_created - Variable in class oracle.calendar.soap.iCal.vTodo
 
m_dataGuid - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_dataGuid - Variable in class oracle.calendar.soap.iCal.vTodo
 
m_dataGuid - Variable in class oracle.calendar.soap.client.CreateReply
 
m_dataGuid - Variable in class oracle.calendar.soap.client.ModifyReply
 
m_dataGuid - Variable in class oracle.calendar.soap.client.DeleteReply
 
m_date - Variable in class oracle.calendar.soap.client.Error
 
m_description - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_description - Variable in class oracle.calendar.soap.iCal.vTodo
 
m_dtend - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_dtendvalue - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_dtstamp - Variable in class oracle.calendar.soap.iCal.vTodo
 
m_dtstart - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_dtstart - Variable in class oracle.calendar.soap.iCal.vTodo
 
m_dtstartvalue - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_dtstartvalue - Variable in class oracle.calendar.soap.iCal.vTodo
 
m_due - Variable in class oracle.calendar.soap.iCal.vTodo
 
m_duevalue - Variable in class oracle.calendar.soap.iCal.vTodo
 
m_duration - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_endpoint - Variable in class oracle.calendar.soap.client.CalendarWebService
 
m_endTime - Variable in class oracle.calendar.soap.client.query.ActiveTask
 
m_entries - Variable in class oracle.calendar.soap.client.Reply
 
m_eventGuid - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_eventType - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_fileName - Variable in class oracle.calendar.soap.client.Error
 
m_from - Variable in class oracle.calendar.soap.client.query.vQuery
 
m_headerEntries - Variable in class oracle.calendar.soap.client.CalendaringResponse
 
m_iMeetingDetailsUrl - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_iMeetingDialinInfo - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_iMeetingEnabled - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_iMeetingId - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_iMeetingPassword - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_iMeetingType - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_instanceGuid - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_language - Variable in class oracle.calendar.soap.iCal.vCalendar
 
m_lastMod - Variable in class oracle.calendar.soap.client.Error
 
m_lastModified - Variable in class oracle.calendar.soap.iCal.vTodo
 
m_level - Variable in class oracle.calendar.soap.client.Error
 
m_limitAttendees - Variable in class oracle.calendar.soap.client.query.vQuery
 
m_line - Variable in class oracle.calendar.soap.client.Error
 
m_location - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_loginUser - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_loginUserCN - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_name - Variable in class oracle.calendar.soap.client.authentication.TrustedAuth
 
m_name - Variable in class oracle.calendar.soap.client.authentication.BasicAuth
 
m_namespace - Variable in class oracle.calendar.soap.iCal.iCalendar
 
m_namespace - Variable in class oracle.calendar.soap.client.authentication.ProxyAuth
 
m_namespace - Variable in class oracle.calendar.soap.client.authentication.TrustedAuth
 
m_namespace - Variable in class oracle.calendar.soap.client.authentication.BasicAuth
 
m_needProxyPwd - Variable in class oracle.calendar.soap.client.Proxy
 
m_newObject - Variable in class oracle.calendar.soap.client.ModifyCommand
 
m_newObject - Variable in class oracle.calendar.soap.client.CreateCommand
 
m_oldObject - Variable in class oracle.calendar.soap.client.ModifyCommand
 
m_organizer - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_partStat - Variable in class oracle.calendar.soap.iCal.vAttendee
 
m_password - Variable in class oracle.calendar.soap.client.authentication.BasicAuth
 
m_percent - Variable in class oracle.calendar.soap.iCal.vTodo
 
m_pid - Variable in class oracle.calendar.soap.client.Error
 
m_priority - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_priority - Variable in class oracle.calendar.soap.iCal.vTodo
 
m_processingTime - Variable in class oracle.calendar.soap.client.CalendaringResponse
 
m_prodId - Variable in class oracle.calendar.soap.iCal.vCalendar
 
m_proxy - Variable in class oracle.calendar.soap.client.CalendarWebService
 
m_proxyHost - Variable in class oracle.calendar.soap.client.Proxy
 
m_proxyPassword - Variable in class oracle.calendar.soap.client.Proxy
 
m_proxyPort - Variable in class oracle.calendar.soap.client.Proxy
 
m_proxyUser - Variable in class oracle.calendar.soap.client.Proxy
 
m_query - Variable in class oracle.calendar.soap.client.SearchCommand
 
m_query - Variable in class oracle.calendar.soap.client.DeleteCommand
 
m_query - Variable in class oracle.calendar.soap.client.ModifyCommand
 
m_realm - Variable in class oracle.calendar.soap.client.authentication.BasicChallenge
 
m_receiveBuffer - Variable in class oracle.calendar.soap.client.CalendaringResponse
 
m_reply - Variable in class oracle.calendar.soap.client.CalendaringResponse
 
m_score - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_searchHandle - Variable in class oracle.calendar.soap.client.Reply
 
m_searchHandle - Variable in class oracle.calendar.soap.client.query.vQuery
 
m_select - Variable in class oracle.calendar.soap.client.query.vQuery
 
m_sendBuffer - Variable in class oracle.calendar.soap.client.CalendaringResponse
 
m_startTime - Variable in class oracle.calendar.soap.client.query.ActiveTask
 
m_summary - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_summary - Variable in class oracle.calendar.soap.iCal.vTodo
 
m_taskClass - Variable in class oracle.calendar.soap.iCal.vTodo
 
m_tid - Variable in class oracle.calendar.soap.client.Error
 
m_token - Variable in class oracle.calendar.soap.client.authentication.TrustedAuth
 
m_uid - Variable in class oracle.calendar.soap.iCal.vEvent
 
m_uid - Variable in class oracle.calendar.soap.iCal.vTodo
 
m_username - Variable in class oracle.calendar.soap.client.authentication.ProxyAuth
 
m_value - Variable in class oracle.calendar.soap.iCal.vOrganizer
 
m_value - Variable in class oracle.calendar.soap.iCal.vAttendee
 
m_vCalendars - Variable in class oracle.calendar.soap.iCal.iCalendar
 
m_version - Variable in class oracle.calendar.soap.iCal.vCalendar
 
m_version - Variable in class oracle.calendar.soap.client.Error
 
m_wantIOBuffers - Variable in class oracle.calendar.soap.client.CalendarWebService
 
m_where - Variable in class oracle.calendar.soap.client.query.vQuery
 
Modify(Element) - Method in class oracle.calendar.soap.client.Calendarlet
The modify method will perform an HTTP SOAP request using the Modify method.
ModifyCommand - class oracle.calendar.soap.client.ModifyCommand.
The Modify Command is used to modify 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.
The ModifyReply class provides the encapsulation for the XML received from a ModifyCommand.
ModifyReply() - Constructor for class oracle.calendar.soap.client.ModifyReply
Default constructor.

N

NoOp(Element) - Method in class oracle.calendar.soap.client.Calendarlet
The Noop method will perform an HTTP SOAP request using the Noop method.
NoopCommand - class oracle.calendar.soap.client.NoopCommand.
The NoOp Command is used to access the calendar server with authentication information, while performing no other operation.
NoopCommand() - Constructor for class oracle.calendar.soap.client.NoopCommand
Default constructor
NoopReply - class oracle.calendar.soap.client.NoopReply.
The NoopReply class provides the encapsulation 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
 
oracle.calendar.soap.client.authentication - package oracle.calendar.soap.client.authentication
 
oracle.calendar.soap.client.query - package oracle.calendar.soap.client.query
 
oracle.calendar.soap.iCal - package oracle.calendar.soap.iCal
 

P

Ping(Element) - Method in class oracle.calendar.soap.client.Calendarlet
The ping method will perform an HTTP SOAP request using the Ping method.
PingCommand - class oracle.calendar.soap.client.PingCommand.
The Ping command is used to test to see 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.
The PingReply class provides the encapsulation for the XML received from a PingCommand.
PingReply() - Constructor for class oracle.calendar.soap.client.PingReply
Default constructor.
processSOAPRequest(Element, String) - Method in class oracle.calendar.soap.client.Calendarlet
This is the work horse method that will perform the SOAP transactions.
Proxy - class oracle.calendar.soap.client.Proxy.
This class is used to store the proxy information to be used by the Calendarlet or WebClientlet.
Proxy() - Constructor for class oracle.calendar.soap.client.Proxy
Class Constructor
ProxyAuth - class oracle.calendar.soap.client.authentication.ProxyAuth.
The ProxyAuth class is used in the SOAP header to provide proxy service-to-service authentication services.
ProxyAuth() - Constructor for class oracle.calendar.soap.client.authentication.ProxyAuth
Default constructor.

R

Reply - class oracle.calendar.soap.client.Reply.
The Reply class provides the encapsulation for 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
The search method will perform an HTTP SOAP request using the Search method.
SearchCommand - class oracle.calendar.soap.client.SearchCommand.
The Search Command is used to search for calendar server data types (currently VEVENTs and VTODOs).
SearchCommand() - Constructor for class oracle.calendar.soap.client.SearchCommand
Default constructor
setApplicationName(String) - Method in class oracle.calendar.soap.client.authentication.ProxyAuth
Sets the application's domain name
setApplicationPassword(String) - Method in class oracle.calendar.soap.client.authentication.ProxyAuth
Sets the application's domain password
setAuthenticationHeader(Element) - Method in class oracle.calendar.soap.client.CalendarWebService
Sets the SOAP authenticationheader element from an XML DOM.
setCall(vCall) - Method in class oracle.calendar.soap.client.query.vQuery
Assigns a vCall object to the query.
setCmdId(String) - Method in class oracle.calendar.soap.client.CalendaringCommand
Assign a Cmd ID, used by the client side code to permit the matching of replies with the originating command.
setCmdId(String) - Method in class oracle.calendar.soap.client.CalendarReply
Assigns the Command ID that was originally set in the SOAP method send to the Calendar Web Services host.
setCN(String) - Method in class oracle.calendar.soap.iCal.vOrganizer
Set the common name of the organizer.
setCN(String) - Method in class oracle.calendar.soap.iCal.vAttendee
Assigns the common name of the attendee.
setDataGuid(String) - Method in class oracle.calendar.soap.iCal.vEvent
Sets the Data GUID of the event.
setDescription(String) - Method in class oracle.calendar.soap.iCal.vEvent
Set a meeting description (a.k.a.
setDtEnd(String) - Method in class oracle.calendar.soap.iCal.vEvent
Sets the meeting end date.
setDtEndValue(String) - Method in class oracle.calendar.soap.iCal.vEvent
Sets the dtend date or date-time parameter.
setDtStart(String) - Method in class oracle.calendar.soap.iCal.vEvent
Sets the meeting start datetime.
setDtStartValue(String) - Method in class oracle.calendar.soap.iCal.vEvent
Sets the dtstart date or date-time parameter.
setDuration(String) - Method in class oracle.calendar.soap.iCal.vEvent
Sets 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
Assigns the upper date limit for the task search.
setEventClass(String) - Method in class oracle.calendar.soap.iCal.vEvent
Assigns the class for the event.
setFrom(String) - Method in class oracle.calendar.soap.client.query.vQuery
Sets the from clause for the query.
setHost(String) - Method in class oracle.calendar.soap.client.Proxy
Assign the proxy host
setiCalendar(iCalendar) - Method in class oracle.calendar.soap.client.CreateCommand
Assign the iCalendar object to be created on the calendar server through the Web Services host.
setLocation(String) - Method in class oracle.calendar.soap.iCal.vEvent
Sets the event location field
setModifiediCalendar(iCalendar) - Method in class oracle.calendar.soap.client.ModifyCommand
Assign the iCalendar object containing the new elements to be modified on the server.
setName(String) - Method in class oracle.calendar.soap.client.authentication.ProxyAuth
Assign the user name.
setName(String) - Method in class oracle.calendar.soap.client.authentication.TrustedAuth
Assign the user name.
setName(String) - Method in class oracle.calendar.soap.client.authentication.BasicAuth
Assign the user name.
setNeedPassword(boolean) - Method in class oracle.calendar.soap.client.Proxy
Assign the flag indicating that a proxy user name and password is required.
setOrganizer(vOrganizer) - Method in class oracle.calendar.soap.iCal.vEvent
Sets the event organizer
setOriginaliCalendar(iCalendar) - Method in class oracle.calendar.soap.client.ModifyCommand
Assign the iCalendar object containing the original elements to be modified on the server.
setPartStat(String) - Method in class oracle.calendar.soap.iCal.vAttendee
Set the participation status for the attendee.
setPassword(String) - Method in class oracle.calendar.soap.client.Proxy
Assign the proxy user password
setPassword(String) - Method in class oracle.calendar.soap.client.authentication.BasicAuth
Assign the user's password.
setPort(int) - Method in class oracle.calendar.soap.client.Proxy
Assign the proxy port
setPriority(String) - Method in class oracle.calendar.soap.iCal.vEvent
Set the priority.
setProxy(Proxy) - Method in class oracle.calendar.soap.client.CalendarWebService
Sets the Proxy connection information.
setQuery(vQuery) - Method in class oracle.calendar.soap.client.SearchCommand
Assign the query to be executed on the Web Services host.
setQuery(vQuery) - Method in class oracle.calendar.soap.client.DeleteCommand
Assign the query to be executed on the Web Services host.
setQuery(vQuery) - Method in class oracle.calendar.soap.client.ModifyCommand
Assign the query to be executed on the Web Services host.
setSearchHandle(String) - Method in class oracle.calendar.soap.client.query.vQuery
Sets the search handle.
setSelect(String) - Method in class oracle.calendar.soap.client.query.vQuery
Sets the select clause for the query
setStartTime(String) - Method in class oracle.calendar.soap.client.query.ActiveTask
Assigns the lower date limit for the task search.
setSummary(String) - Method in class oracle.calendar.soap.iCal.vEvent
Sets the events summary (typically the meeting title)
setToken(String) - Method in class oracle.calendar.soap.client.authentication.TrustedAuth
Assign the service's security token.
setUid(String) - Method in class oracle.calendar.soap.iCal.vEvent
Assigns a UID to the meeting.
setUser(String) - Method in class oracle.calendar.soap.client.Proxy
Assign the proxy username
setValue(String) - Method in class oracle.calendar.soap.iCal.vOrganizer
Set the organizer's email address
setValue(String) - Method in class oracle.calendar.soap.iCal.vAttendee
Assigns a attendee's email address.
setWantIOBuffers(boolean) - Method in class oracle.calendar.soap.client.CalendarWebService
Sets the flag to turn on the capture of the outgoing and incoming XML SOAP buffers.
setWhere(String) - Method in class oracle.calendar.soap.client.query.vQuery
Sets the where clause for the query.
setXEventType(String) - Method in class oracle.calendar.soap.iCal.vEvent
Set the event type.
setXiMeetingDialinInfo(String) - Method in class oracle.calendar.soap.iCal.vEvent
Sets the iMeeting dialin info.
setXiMeetingEnabled(String) - Method in class oracle.calendar.soap.iCal.vEvent
Sets the iMeeting enabled flag.
setXiMeetingPassword(String) - Method in class oracle.calendar.soap.iCal.vEvent
Sets the iMeeting password.
setXiMeetingType(String) - Method in class oracle.calendar.soap.iCal.vEvent
Sets the iMeeting type.
setXLimitAttendees(String) - Method in class oracle.calendar.soap.client.query.vQuery
Sets an extended property to limit the number of attendees retrieved from the calendar store.
setXScore(String) - Method in class oracle.calendar.soap.iCal.vEvent
Sets the search results core for the meeting.

T

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 String representing the vEvent objects and all children.
toString() - Method in class oracle.calendar.soap.iCal.vOrganizer
Constructs a String representing the vOrganizer objects and all children.
toString() - Method in class oracle.calendar.soap.iCal.vTimezone
Constructs a String representing the vTimezone objects and all children.
toString() - Method in class oracle.calendar.soap.iCal.vCalendar
Constructs a String representing the vCalendar objects and all children.
toString() - Method in class oracle.calendar.soap.iCal.vAttendee
Constructs a String representing the vAttendee objects and all children.
toString() - Method in class oracle.calendar.soap.iCal.vTodo
Constructs a String representing the vTodo objects and all children.
toString() - Method in class oracle.calendar.soap.iCal.iCalendar
Constructs a String representing the iCalendar objects and all children.
TrustedAuth - class oracle.calendar.soap.client.authentication.TrustedAuth.
The TrustedAuth class is used in the SOAP header to provide trusted service-to-service authentication services.
TrustedAuth() - Constructor for class oracle.calendar.soap.client.authentication.TrustedAuth
Default constructor.

U

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.vCalendar
Constructs a new vCalendar 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.vTodo
Constructs a new vTodo instance from the XML elements within the XML DOM.
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.client.authentication.BasicChallenge
Constructs a new BasicChallenge object from the XML DOM elements within in_element.
unmarshall(Fault) - Static method in class oracle.calendar.soap.client.Error
This method is used to create 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.CreateReply
Constructs a new CreateReply instance from the XML elements within the bodyEntries.
unmarshall(Vector) - Static method in class oracle.calendar.soap.client.NoopReply
Constructs a new NoopReply instance from the XML elements within the bodyEntries.
unmarshall(Vector) - Static method in class oracle.calendar.soap.client.Reply
Constructs a new Reply instance from the XML elements within the bodyEntries.
unmarshall(Vector) - Static method in class oracle.calendar.soap.client.ModifyReply
Constructs a new ModifyReply instance from the XML elements within the bodyEntries.
unmarshall(Vector) - Static method in class oracle.calendar.soap.client.DeleteReply
Constructs a new DeleteReply instance from the XML elements within the bodyEntries.
unmarshall(Vector) - Static method in class oracle.calendar.soap.client.PingReply
Constructs a new PingReply instance from the XML elements within the bodyEntries.
unmarshallVector(Vector) - Static method in class oracle.calendar.soap.iCal.iCalendar
Constructs a new iCalendar Vector from the XML elements within the XML DOM.

V

vAttendee - class oracle.calendar.soap.iCal.vAttendee.
The attendee record provides information about one attendee to the instance of an event (either a simple or repeating/recurring).
vAttendee() - Constructor for class oracle.calendar.soap.iCal.vAttendee
Default constructor
vCalendar - class oracle.calendar.soap.iCal.vCalendar.
The vCalendar object is a container for all related vEvents and vTasks (although 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.
This is the 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.
The vComponent is the 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
vEvent - class oracle.calendar.soap.iCal.vEvent.
The vEvent mirrors the IETF definition of a vEvent.
vEvent() - Constructor for class oracle.calendar.soap.iCal.vEvent
Default constructor
vOrganizer - class oracle.calendar.soap.iCal.vOrganizer.
The organizer components holds information about the events' owner.
vOrganizer() - Constructor for class oracle.calendar.soap.iCal.vOrganizer
Default constructor
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
vTimezone - class oracle.calendar.soap.iCal.vTimezone.
The timezone components holds information about the event's timezone.
vTimezone() - Constructor for class oracle.calendar.soap.iCal.vTimezone
Default constructor
vTodo - class oracle.calendar.soap.iCal.vTodo.
The vTodo mirrors the IETF definition of a vTodo.
vTodo() - Constructor for class oracle.calendar.soap.iCal.vTodo
Default constructor

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