|
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.ResourceItem
oracle.workspaces.ws.beans.MeetingResourceItem
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 |
public MeetingResourceItem()
Method Detail |
public java.lang.String getIMeetingActingHostKey()
public java.lang.String getIMeetingActingHostUrl()
public java.lang.String getIMeetingDialinInfo()
public void setIMeetingDialinInfo(java.lang.String IMeetingDialinInfo)
IMeetingDialinInfo
-public boolean isIMeetingEnableDirectJoin()
public void setIMeetingEnableDirectJoin(boolean IMeetingEnableDirectJoin)
IMeetingEnableDirectJoin
-public boolean isIMeetingEnabled()
public void setIMeetingEnabled(boolean IMeetingEnabled)
IMeetingEnabled
-public java.lang.String getIMeetingHostUrl()
public void setIMeetingHostUrl(java.lang.String IMeetingHostUrl)
IMeetingHostUrl
-public java.lang.String getIMeetingId()
public java.lang.String getIMeetingPassword()
public void setIMeetingPassword(java.lang.String IMeetingPassword)
IMeetingPassword
-public boolean isIMeetingPublishAttendees()
public void setIMeetingPublishAttendees(boolean IMeetingPublishAttendees)
IMeetingPublishAttendees
-public CalendarAlarm[] getAlarms()
public void setAlarms(CalendarAlarm[] alarms)
alarms
-public CalendarAttendee[] getAttendees()
public void setAttendees(CalendarAttendee[] attendees)
attendees
-public boolean isConfirmedStatus()
public void setConfirmedStatus(boolean confirmedStatus)
confirmedStatus
-public java.util.Calendar getEndTime()
public void setEndTime(java.util.Calendar endTime)
endTime
-public java.lang.String getEventType()
public void setEventType(java.lang.String eventType)
eventType
-public java.lang.String getInstanceGuid()
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location
-public java.lang.String getPriority()
public void setPriority(java.lang.String priority)
priority
-public int getRepeatingStatus()
public void setRepeatingStatus(int repeatingStatus)
repeatingStatus
-public java.util.Calendar getStartTime()
public void setStartTime(java.util.Calendar startTime)
startTime
-public java.lang.String getParticipationStatus()
public void setParticipationStatus(java.lang.String participationStatus)
participationStatus
- : Values could be NEEDS-ACTION, ACCEPTED, DECLINED, TENTATIVE (ACCEPT but prefer another time)public java.lang.String getShowAsFree()
public void setShowAsFree(java.lang.String showAsFree)
showAsFree
-
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |