|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.ws.beans.ResourceItemDefinition
oracle.workspaces.ws.beans.CalendarItemDefinition
oracle.workspaces.ws.beans.MeetingDefinition
This class represents the definition object used to create a meeting.
Constructor Summary | |
MeetingDefinition() Default constructor. |
Method Summary | |
void |
setAlarm(CalendarAlarm alarm) Sets the alarm value for this MeetingDefinition. |
void |
setAttendeeList(CalendarAttendee[] attendeeList) Sets the attendeeList value for this MeetingDefinition. |
void |
setAttendingType(java.lang.String attendingType) Sets the attendingType value for this MeetingDefinition. |
void |
setConfirmedStatus(boolean confirmedStatus) Sets the confirmedStatus value for this MeetingDefinition. |
void |
setEventType(java.lang.String eventType) Sets the type of the meeting. |
void |
setLocation(java.lang.String location) Sets the location value for this MeetingDefinition. |
void |
setRepeatDates(java.util.Calendar[] repeatDates) Sets the repeatDates value for this MeetingDefinition. |
void |
setWcDialinInfo(java.lang.String wcDialinInfo) Sets the DialinInfo value (incase of a web conference). |
void |
setWcEnableDirectJoin(boolean wcEnableDirectJoin) Sets a boolean indicating whether include Join URL in the notification mail (incase of a web conference). |
void |
setWcPassword(java.lang.String wcPassword) Sets the web conference Password |
void |
setWcPublishAttendees(boolean wcPublishAttendees) Sets whether publish attendees on the site. |
void |
setWebConferenceEnabled(boolean webConferenceEnabled) Sets whether this event is web conference enabled |
Methods inherited from class oracle.workspaces.ws.beans.CalendarItemDefinition |
setEndTime, setPriority, setStartTime |
Methods inherited from class oracle.workspaces.ws.beans.ResourceItemDefinition |
setDescription, setName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MeetingDefinition()
Method Detail |
public void setAlarm(CalendarAlarm alarm)
alarm
-public void setAttendeeList(CalendarAttendee[] attendeeList)
attendeeList
-public void setAttendingType(java.lang.String attendingType)
attendingType
-public void setConfirmedStatus(boolean confirmedStatus)
confirmedStatus
-public void setLocation(java.lang.String location)
location
-public void setRepeatDates(java.util.Calendar[] repeatDates)
repeatDates
-public void setWcDialinInfo(java.lang.String wcDialinInfo)
wcDialinInfo
-public void setWcEnableDirectJoin(boolean wcEnableDirectJoin)
wcEnableDirectJoin
-public void setWcPassword(java.lang.String wcPassword)
wcPassword
-public void setWcPublishAttendees(boolean wcPublishAttendees)
wcPublishAttendees
-public void setWebConferenceEnabled(boolean webConferenceEnabled)
webConferenceEnabled
-public void setEventType(java.lang.String eventType)
eventType
-
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |