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

B25487-01


Uses of Class
oracle.calendar.sdk.Api.StatusException

Packages that use Api.StatusException
oracle.calendar.sdk   

 

Uses of Api.StatusException in oracle.calendar.sdk

 

Methods in oracle.calendar.sdk that throw Api.StatusException
static void Api.init(java.lang.String in_configurationFile, java.lang.String in_logFileName)
          Allows the SDK to read configuration settings that control error logging and the other configuration parameters listed in the "Configuration" section of this manual.
 java.lang.String Handle.getName()
          Returns information about the agenda of the supplied handle.
 java.lang.String Handle.getEmail()
          Returns information about the agenda of the supplied handle.
 java.lang.String Handle.getType()
          Returns information about the agenda of the supplied handle.
 void Query.addCondition(java.lang.String in_property, int in_operator, java.lang.String in_value, int in_logicalOperator)
          Adds a condition to a query object.
 RequestResult.Result RequestResult.getFirstResult()
          Returns the first result obtained from the function from which in_requestResult was returned.
 RequestResult.Result RequestResult.getFirstFailure()
          Returns the first failure obtained from the function from which in_requestResult was returned.
 RequestResult.Result RequestResult.getNextResult()
          Returns the next result contained in a CSDKRequestResult.
 RequestResult.Result RequestResult.getNextFailure()
          Returns the next failure contained in a CSDKRequestResult.
 RequestResult.ParseError RequestResult.getFirstParseError()
          Returns the first parsing error obtained from a request result.
 RequestResult.ParseError RequestResult.getNextParseError()
          Returns the next parsing error obtained from a request result.
 void Session.connectAsSysop(int in_flags, java.lang.String in_host, java.lang.String in_nodeId, java.lang.String in_password)
          Logs on as SYSOP; once logged on, SYSOP can assume the identity of any user on the same node by calling CSDK_SetIdentity().
 void Session.connect(int in_flags, java.lang.String in_host)
          Establishes a connection with a calendar service.
 void Session.configureACE(int in_flags, java.lang.String in_authenticationMechanism, java.lang.String in_compressionMechanism, java.lang.String in_encryptionMechanism)
          Configures the given session to use specific ACE (Authentication, Compression, and Encryption) mechanisms between the SDK client and the Calendar server.
 void Session.authenticate(int in_flags, java.lang.String in_user, java.lang.String in_password)
          Authenticates a calendar user.
 void Session.deauthenticate(int in_flags)
          Deauthenticates the current user.
 void Session.disconnect(int in_flags)
          Disconnects from the calendar server.
 Handle Session.getHandle(int in_flags, java.lang.String in_user)
          Returns a handle to a particular user's calendar store.
 void Session.setIdentity(int in_flags, java.lang.String in_user)
          Allows an authenticated user to work on behalf of another calendar user or resource.
 java.lang.String Session.getCapabilities(int in_flags, int in_capabilityID)
          Returns information on this SDK release and/or the calendar server.
 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.

 

Constructors in oracle.calendar.sdk that throw Api.StatusException
Query(java.lang.String in_property, int in_operator, java.lang.String in_value)
          Creates a query object to be used with CSDK_FetchEventsByQuery or CSDK_FetchContactsByQuery.
Session()
          Creates a new session.

 


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

B25487-01


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