|
Oracle® Collaboration Suite Workspaces API Reference 10g Release 1 (10.1.2) B25479-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.resource.CwResourceItem
oracle.workspaces.resource.calendar.CwCalendarResourceItem
oracle.workspaces.resource.calendar.CwEvent
This class represents calendar event.
Field Summary |
Method Summary | |
java.lang.String |
getMyPartStat() Returns participating status for the current user. |
void |
replyEvent(java.lang.String stat) Sets the participating status and default free/busy status for the current user. |
void |
replyEvent(java.lang.String stat, java.lang.String showAsFree) Sets the participating status and free/busy status for the current user. |
void |
replyEventForAllInstances(java.lang.String stat) Sets the participating status and default free busy status for the current user for all instances of this event. |
void |
replyEventForAllInstances(java.lang.String stat, java.lang.String showAsFree) Sets the participating status and free busy status for the current user for all instances of this event. |
void |
storePropertiesForAllInstances() Store the properties object for all instances of the repeating event. |
Methods inherited from class oracle.workspaces.resource.CwResourceItem |
addAttachments, getProperties, getResource, getUid, getWorkspace, isNew, isNew, isUnread, isUnread, listAllAttachments, listAllAttachmentsByType, listAttachments, listAttachmentsByType, listSourceAttachments, listSourceAttachmentsByType, removeAttachments, removeAttachments, storeProperties, supportsCreatedTime, updateAttachments, updateAttachments |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getMyPartStat() throws CwException
CwException
public void replyEvent(java.lang.String stat) throws CwException
stat
- participant statuts, and values could be CwCalendarConstants.PARTSTAT_NEEDSACTION CwCalendarConstants.PARTSTAT_ACCEPTED CwCalendarConstants.PARTSTAT_DECLINED CwCalendarConstants.PARTSTAT_TENTATIVE (ACCEPT but prefer another time)CwException
public void replyEvent(java.lang.String stat, java.lang.String showAsFree) throws CwException
stat
- participant statuts, and values could be CwCalendarConstants.PARTSTAT_NEEDSACTION CwCalendarConstants.PARTSTAT_ACCEPTED CwCalendarConstants.PARTSTAT_DECLINED CwCalendarConstants.PARTSTAT_TENTATIVE (ACCEPT but prefer another time)showAsFree
- overwrite the free/busy status, and values could be CwCalendarConstants.SHOWASFREE_FREE CwCalendarConstants.SHOWASFREE_BUSY CwCalendarConstants.SHOWASFREE_OUT (variation of busy) CwCalendarConstants.SHOWASFREE_TENTATIVE (variation of busy)CwException
public void replyEventForAllInstances(java.lang.String stat) throws CwException
stat
- participant statuts, and values could be CwCalendarConstants.PARTSTAT_NEEDSACTION CwCalendarConstants.PARTSTAT_ACCEPTED CwCalendarConstants.PARTSTAT_DECLINED CwCalendarConstants.PARTSTAT_TENTATIVE (ACCEPT but prefer another time) Note: This method is the same as replyEvent() for non-repeating events.CwException
public void replyEventForAllInstances(java.lang.String stat, java.lang.String showAsFree) throws CwException
stat
- participant statuts, and values could be CwCalendarConstants.PARTSTAT_NEEDSACTION CwCalendarConstants.PARTSTAT_ACCEPTED CwCalendarConstants.PARTSTAT_DECLINED CwCalendarConstants.PARTSTAT_TENTATIVE (ACCEPT but prefer another time)showAsFree
- overwrite the free/busy status, and values could be CwCalendarConstants.SHOWASFREE_FREE CwCalendarConstants.SHOWASFREE_BUSY CwCalendarConstants.SHOWASFREE_OUT (variation of busy) CwCalendarConstants.SHOWASFREE_TENTATIVE (variation of busy) Note: This method is the same as replyEvent() for non-repeating events.CwException
public void storePropertiesForAllInstances() throws CwException
CwException
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |