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

Part No. B28209-01


oracle.workspaces.ws.beans
Class MeetingResourceItem

java.lang.Object
  extended byoracle.workspaces.ws.beans.ResourceItem
      extended byoracle.workspaces.ws.beans.MeetingResourceItem


public class MeetingResourceItem
extends ResourceItem

This class represents a meeting.


Constructor Summary
MeetingResourceItem()
          Default constructor.

 

Method Summary
 CalendarAlarm[] getAlarms()
          Gets the alarms of the meeting.
 CalendarAttendee[] getAttendees()
          Gets the attendees of the meeting.
 java.util.Calendar getEndTime()
          Gets the endTime of the meeting.
 java.lang.String getEventType()
          Gets the eventType of the meeting.
 java.lang.String getIMeetingActingHostKey()
          Gets web conference acting host key.
 java.lang.String getIMeetingActingHostUrl()
          Gets web conference acting host URL.
 java.lang.String getIMeetingDialinInfo()
          Gets web conference dial in info.
 java.lang.String getIMeetingHostUrl()
          Gets the IMeetingHostUrl value of the meeting.
 java.lang.String getIMeetingId()
          Gets the IMeetingId value of the meeting.
 java.lang.String getIMeetingPassword()
          Gets the IMeetingPassword value of the meeting.
 java.lang.String getInstanceGuid()
          Gets the instanceGuid of the meeting.
 java.lang.String getLocation()
          Gets the location of the meeting.
 java.lang.String getParticipationStatus()
          Gets the participation status of the user.
 java.lang.String getPriority()
          Gets the priority of the meeting.
 int getRepeatingStatus()
          Gets the repeatingStatus of the meeting.
 java.lang.String getShowAsFree()
          Gets the the free/busy status, and values could be FREE, BUSY , OUT, TENTATIVE
 java.util.Calendar getStartTime()
          Gets the startTime of the meeting.
 boolean isConfirmedStatus()
          Gets the confirmedStatus of the meeting.
 boolean isIMeetingEnabled()
          Gets whether this event is web conference enabled.
 boolean isIMeetingEnableDirectJoin()
          Gets whether include Join URL in the notification mail.
 boolean isIMeetingPublishAttendees()
          Gets the IMeetingPublishAttendees of the meeting.
 void setAlarms(CalendarAlarm[] alarms)
          Sets the alarms of the meeting.
 void setAttendees(CalendarAttendee[] attendees)
          Sets the attendees of the meeting.
 void setConfirmedStatus(boolean confirmedStatus)
          Sets the confirmedStatus of the meeting.
 void setEndTime(java.util.Calendar endTime)
          Sets the endTime of the meeting.
 void setEventType(java.lang.String eventType)
          Sets the eventType of the meeting.
 void setIMeetingDialinInfo(java.lang.String IMeetingDialinInfo)
          Sets web conference dial in info.
 void setIMeetingEnabled(boolean IMeetingEnabled)
          Sets whether this event is web conference enabled.
 void setIMeetingEnableDirectJoin(boolean IMeetingEnableDirectJoin)
          Sets whether include Join URL in the notification mail.
 void setIMeetingHostUrl(java.lang.String IMeetingHostUrl)
          Sets the IMeetingHostUrl value of the meeting.
 void setIMeetingPassword(java.lang.String IMeetingPassword)
          Sets the IMeetingPassword value of the meeting.
 void setIMeetingPublishAttendees(boolean IMeetingPublishAttendees)
          Sets the IMeetingPublishAttendees of the meeting.
 void setLocation(java.lang.String location)
          Sets the location of the meeting.
 void setParticipationStatus(java.lang.String participationStatus)
          Sets the participation status of the user.
 void setPriority(java.lang.String priority)
          Sets the priority of the meeting.
 void setRepeatingStatus(int repeatingStatus)
          Sets the repeatingStatus of the meeting.
 void setShowAsFree(java.lang.String showAsFree)
          Sets the free/busy status, and values could be FREE, BUSY , OUT, TENTATIVE
 void setStartTime(java.util.Calendar startTime)
          Sets the startTime of the meeting.

 

Methods inherited from class oracle.workspaces.ws.beans.ResourceItem
getCreatedTime, getDescription, getId, getLastModifiedBy, getLastModifiedTime, getName, getWebUIUrl, setDescription, setName, setOwner

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MeetingResourceItem

public MeetingResourceItem()
Default constructor.

Method Detail

getIMeetingActingHostKey

public java.lang.String getIMeetingActingHostKey()
Gets web conference acting host key.
Returns:
IMeetingActingHostKey

getIMeetingActingHostUrl

public java.lang.String getIMeetingActingHostUrl()
Gets web conference acting host URL.
Returns:
IMeetingActingHostUrl

getIMeetingDialinInfo

public java.lang.String getIMeetingDialinInfo()
Gets web conference dial in info.
Returns:
IMeetingDialinInfo

setIMeetingDialinInfo

public void setIMeetingDialinInfo(java.lang.String IMeetingDialinInfo)
Sets web conference dial in info.
Parameters:
IMeetingDialinInfo -

isIMeetingEnableDirectJoin

public boolean isIMeetingEnableDirectJoin()
Gets whether include Join URL in the notification mail.
Returns:
IMeetingEnableDirectJoin

setIMeetingEnableDirectJoin

public void setIMeetingEnableDirectJoin(boolean IMeetingEnableDirectJoin)
Sets whether include Join URL in the notification mail.
Parameters:
IMeetingEnableDirectJoin -

isIMeetingEnabled

public boolean isIMeetingEnabled()
Gets whether this event is web conference enabled.
Returns:
IMeetingEnabled

setIMeetingEnabled

public void setIMeetingEnabled(boolean IMeetingEnabled)
Sets whether this event is web conference enabled.
Parameters:
IMeetingEnabled -

getIMeetingHostUrl

public java.lang.String getIMeetingHostUrl()
Gets the IMeetingHostUrl value of the meeting.
Returns:
IMeetingHostUrl

setIMeetingHostUrl

public void setIMeetingHostUrl(java.lang.String IMeetingHostUrl)
Sets the IMeetingHostUrl value of the meeting.
Parameters:
IMeetingHostUrl -

getIMeetingId

public java.lang.String getIMeetingId()
Gets the IMeetingId value of the meeting.
Returns:
IMeetingId

getIMeetingPassword

public java.lang.String getIMeetingPassword()
Gets the IMeetingPassword value of the meeting.
Returns:
IMeetingPassword

setIMeetingPassword

public void setIMeetingPassword(java.lang.String IMeetingPassword)
Sets the IMeetingPassword value of the meeting.
Parameters:
IMeetingPassword -

isIMeetingPublishAttendees

public boolean isIMeetingPublishAttendees()
Gets the IMeetingPublishAttendees of the meeting.
Returns:
IMeetingPublishAttendees

setIMeetingPublishAttendees

public void setIMeetingPublishAttendees(boolean IMeetingPublishAttendees)
Sets the IMeetingPublishAttendees of the meeting.
Parameters:
IMeetingPublishAttendees -

getAlarms

public CalendarAlarm[] getAlarms()
Gets the alarms of the meeting.
Returns:
alarms

setAlarms

public void setAlarms(CalendarAlarm[] alarms)
Sets the alarms of the meeting.
Parameters:
alarms -

getAttendees

public CalendarAttendee[] getAttendees()
Gets the attendees of the meeting.
Returns:
attendees

setAttendees

public void setAttendees(CalendarAttendee[] attendees)
Sets the attendees of the meeting.
Parameters:
attendees -

isConfirmedStatus

public boolean isConfirmedStatus()
Gets the confirmedStatus of the meeting.
Returns:
confirmedStatus

setConfirmedStatus

public void setConfirmedStatus(boolean confirmedStatus)
Sets the confirmedStatus of the meeting.
Parameters:
confirmedStatus -

getEndTime

public java.util.Calendar getEndTime()
Gets the endTime of the meeting.
Returns:
endTime

setEndTime

public void setEndTime(java.util.Calendar endTime)
Sets the endTime of the meeting.
Parameters:
endTime -

getEventType

public java.lang.String getEventType()
Gets the eventType of the meeting.
Returns:
eventType

setEventType

public void setEventType(java.lang.String eventType)
Sets the eventType of the meeting.
Parameters:
eventType -

getInstanceGuid

public java.lang.String getInstanceGuid()
Gets the instanceGuid of the meeting.
Returns:
instanceGuid

getLocation

public java.lang.String getLocation()
Gets the location of the meeting.
Returns:
location

setLocation

public void setLocation(java.lang.String location)
Sets the location of the meeting.
Parameters:
location -

getPriority

public java.lang.String getPriority()
Gets the priority of the meeting. Values could be: PRIORITY_HIGHEST,PRIORITY_HIGH,PRIORITY_NORMAL, PRIORITY_LOW,PRIORITY_LOWEST
Returns:
priority

setPriority

public void setPriority(java.lang.String priority)
Sets the priority of the meeting. Values could be: PRIORITY_HIGHEST,PRIORITY_HIGH,PRIORITY_NORMAL, PRIORITY_LOW,PRIORITY_LOWEST
Parameters:
priority -

getRepeatingStatus

public int getRepeatingStatus()
Gets the repeatingStatus of the meeting. Values could be: 0, 1, 2 0 represents repeating no 1 represents repeating yes 2 represents repeating unknown
Returns:
repeatingStatus

setRepeatingStatus

public void setRepeatingStatus(int repeatingStatus)
Sets the repeatingStatus of the meeting. Values could be: 0, 1, 2 0 represents repeating no 1 represents repeating yes 2 represents repeating unknown
Parameters:
repeatingStatus -

getStartTime

public java.util.Calendar getStartTime()
Gets the startTime of the meeting.
Returns:
startTime

setStartTime

public void setStartTime(java.util.Calendar startTime)
Sets the startTime of the meeting.
Parameters:
startTime -

getParticipationStatus

public java.lang.String getParticipationStatus()
Gets the participation status of the user.
Returns:
Participation Status: Values could be NEEDS-ACTION, ACCEPTED, DECLINED, TENTATIVE (ACCEPT but prefer another time)

setParticipationStatus

public void setParticipationStatus(java.lang.String participationStatus)
Sets the participation status of the user.
Parameters:
participationStatus - : Values could be NEEDS-ACTION, ACCEPTED, DECLINED, TENTATIVE (ACCEPT but prefer another time)

getShowAsFree

public java.lang.String getShowAsFree()
Gets the the free/busy status, and values could be FREE, BUSY , OUT, TENTATIVE
Returns:
free busy status

setShowAsFree

public void setShowAsFree(java.lang.String showAsFree)
Sets the free/busy status, and values could be FREE, BUSY , OUT, TENTATIVE
Parameters:
showAsFree -

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