|
Oracle® Calendar SDK Java API Reference 10g Release 1 (10.1.1) B14474-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Handle | |
oracle.calendar.sdk |
Uses of Handle in oracle.calendar.sdk |
Methods in oracle.calendar.sdk that return Handle | |
Handle |
RequestResult.Result.getUser() |
Handle |
Session.getHandle(int in_flags, java.lang.String in_user) Returns a handle to a particular user's calendar store. |
Methods in oracle.calendar.sdk with parameters of type Handle | |
void |
RequestResult.Result.set(java.lang.String in_UID, Handle in_user, int in_status) |
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. |
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). |
|
Oracle® Calendar SDK Java API Reference 10g Release 1 (10.1.1) B14474-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |