Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class MeetingDefinition

java.lang.Object
  extended byoracle.workspaces.ws.beans.ResourceItemDefinition
      extended byoracle.workspaces.ws.beans.CalendarItemDefinition
          extended byoracle.workspaces.ws.beans.MeetingDefinition


public class MeetingDefinition
extends CalendarItemDefinition

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

MeetingDefinition

public MeetingDefinition()
Default constructor.

Method Detail

setAlarm

public void setAlarm(CalendarAlarm alarm)
Sets the alarm value for this MeetingDefinition.
Parameters:
alarm -

setAttendeeList

public void setAttendeeList(CalendarAttendee[] attendeeList)
Sets the attendeeList value for this MeetingDefinition.
Parameters:
attendeeList -

setAttendingType

public void setAttendingType(java.lang.String attendingType)
Sets the attendingType value for this MeetingDefinition. Values could be ALL,SUBGROUP.
Parameters:
attendingType -

setConfirmedStatus

public void setConfirmedStatus(boolean confirmedStatus)
Sets the confirmedStatus value for this MeetingDefinition.
Parameters:
confirmedStatus -

setLocation

public void setLocation(java.lang.String location)
Sets the location value for this MeetingDefinition.
Parameters:
location -

setRepeatDates

public void setRepeatDates(java.util.Calendar[] repeatDates)
Sets the repeatDates value for this MeetingDefinition.
Parameters:
repeatDates -

setWcDialinInfo

public void setWcDialinInfo(java.lang.String wcDialinInfo)
Sets the DialinInfo value (incase of a web conference).
Parameters:
wcDialinInfo -

setWcEnableDirectJoin

public void setWcEnableDirectJoin(boolean wcEnableDirectJoin)
Sets a boolean indicating whether include Join URL in the notification mail (incase of a web conference).
Parameters:
wcEnableDirectJoin -

setWcPassword

public void setWcPassword(java.lang.String wcPassword)
Sets the web conference Password
Parameters:
wcPassword -

setWcPublishAttendees

public void setWcPublishAttendees(boolean wcPublishAttendees)
Sets whether publish attendees on the site.
Parameters:
wcPublishAttendees -

setWebConferenceEnabled

public void setWebConferenceEnabled(boolean webConferenceEnabled)
Sets whether this event is web conference enabled
Parameters:
webConferenceEnabled -

setEventType

public void setEventType(java.lang.String eventType)
Sets the type of the meeting. Valid value is APPOINTMENT.
Parameters:
eventType -

Copyright © 2001, 2006, Oracle. All rights reserved.