Oracle® Calendar SDK Java API Reference
10g Release 1 (10.1.2)

B25487-01


Uses of Class
oracle.calendar.sdk.RequestResult

Packages that use RequestResult
oracle.calendar.sdk   

 

Uses of RequestResult in oracle.calendar.sdk

 

Methods in oracle.calendar.sdk with parameters of type RequestResult
 void Session.storeEvents(int in_flags, java.lang.String in_eventData, RequestResult out_requestResult)
          This function reads one VCALENDAR object from in_stream and stores each contained VEVENT on the server.
 void Session.deleteEvents(int in_flags, java.lang.String[] in_UIDs, java.lang.String in_RECURRENCEID, int in_modifier, RequestResult out_requestResult)
          Deletes specified events; must be acting as the event owner for this to succeed.
 java.lang.String Session.fetchEventsByUID(int in_flags, Handle in_agenda, java.lang.String[] in_UIDs, java.lang.String in_RECURRENCEID, int in_modifier, java.lang.String[] in_veventProperties, RequestResult out_requestResult)
          Fetches events by their UIDs.
 java.lang.String Session.fetchEventsByAlarmRange(int in_flags, Handle[] in_agendas, java.lang.String in_start, java.lang.String in_end, java.lang.String[] in_veventProperties, RequestResult out_requestResult)
          Fetches events which have alarms (reminders) that will trigger within the time range specified; the end of the time range is exclusive.
 java.lang.String Session.fetchEventsByRange(int in_flags, Handle[] in_agendas, java.lang.String in_start, java.lang.String in_end, java.lang.String[] in_veventProperties, RequestResult out_requestResult)
          Fetches events which occur within the time range specified.
 void Session.storeTasks(int in_flags, java.lang.String in_taskData, RequestResult out_requestResult)
          Creates/modifies tasks on the current user's agenda depending on the store flag passed in.
 java.lang.String Session.fetchTasksByRange(int in_flags, Handle[] in_agendas, java.lang.String in_start, java.lang.String in_end, java.lang.String[] in_vtodoProperties, RequestResult out_requestResult)
          Fetches tasks which are active within the time range specified (the end of the time range is exclusive).
 java.lang.String Session.fetchTasksByUID(int in_flags, Handle in_agenda, java.lang.String[] in_UIDs, java.lang.String[] in_vtodoProperties, RequestResult out_requestResult)
          Retrieves tasks with given UIDs on the given agenda.
 java.lang.String Session.fetchTasksByAlarmRange(int in_flags, Handle[] in_agendas, java.lang.String in_start, java.lang.String in_end, java.lang.String[] in_vtodoProperties, RequestResult out_requestResult)
          Fetches tasks that have alarms (reminders) that will trigger within the time range specified (the end of the time range is exclusive).
 void Session.deleteTasks(int in_flags, java.lang.String[] in_UIDs, RequestResult out_requestResult)
          Deletes tasks from the current user's agenda.
 void Session.storeContacts(int in_flags, java.lang.String in_contactData, RequestResult out_requestResult)
          Stores vCards on a server through an authenticated connection by in_session; The vCards must be passed in via a CAPIStream.
 java.lang.String Session.fetchContactsByUID(int in_flags, java.lang.String[] in_UIDs, java.lang.String[] in_vcardProperties, RequestResult out_requestResult)
          Fetches vCards from an authenticated connection.
 java.lang.String Session.fetchContactsByQuery(int in_flags, Query in_query, java.lang.String[] in_vcardProperties, RequestResult out_requestResult)
          Fetches contacts which satisfy the conditions specified in the query.
 void Session.deleteContacts(int in_flags, java.lang.String[] in_UIDs, RequestResult out_requestResult)
          Deletes vCards specified by a set of UIDs.

 


Oracle® Calendar SDK Java API Reference
10g Release 1 (10.1.2)

B25487-01


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