|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This class is a Domino invitation.
NoticeTypeEnum.INVITATION| Field Summary | |
static Key |
BROADCAST
Key that represents the notice type. |
static int |
KEYID_BROADCAST
The int ID for the BROADCAST key. |
| Method Summary | |
void |
accept(java.lang.String sComment)
Hits the server and accepts the assignment. |
void |
counter(java.util.Date startDate,
java.util.Date dueDate,
java.lang.String sComment)
Hits the server and counter proposes the assignment. |
void |
decline(java.lang.String sComment,
boolean bKeepInformed)
Hits the server and declines the assignment. |
void |
delegate(java.lang.String sDelegee,
java.lang.String sComment,
boolean bKeepInformed)
Hits the server and delegates the assignment. |
boolean |
isBroadcast()
Gets the broadcast flag. |
void |
requestInfo(java.lang.String sComment)
Hits the server and request information about the assignment. |
| Field Detail |
public static final int KEYID_BROADCAST
int ID for the BROADCAST key.public static final Key BROADCAST
| Method Detail |
public void accept(java.lang.String sComment)
throws CollaborationException
sComment - the comment or null for no commentINotice.TOPIC
public void decline(java.lang.String sComment,
boolean bKeepInformed)
throws CollaborationException
sComment - the comment or null for no commentbKeepInformed - true to keep informed of event updatesINotice.TOPIC
public void delegate(java.lang.String sDelegee,
java.lang.String sComment,
boolean bKeepInformed)
throws CollaborationException
sDelegee - the delegee name (must not be null or empty)sComment - the comment or null for no commentbKeepInformed - true to keep informed of event updatesINotice.TOPIC,
IDominoAppointment.PREVENT_DELEGATE,
IDominoAppointment.getPreventDelegate()
public void counter(java.util.Date startDate,
java.util.Date dueDate,
java.lang.String sComment)
throws CollaborationException
Note: the start date must be before the end date. If not, the dates are swapped.
startDate - the proposed start date (must not be null)dueDate - the proposed due date (must not be null)sComment - the comment or null for no commentINotice.TOPIC,
IDominoAppointment.PREVENT_COUNTER,
IDominoAppointment.getPreventCounter(),
ICalendarItem.isRecurring()
public void requestInfo(java.lang.String sComment)
throws CollaborationException
sComment - the comment or null for no commentINotice.TOPIC
public boolean isBroadcast()
throws CollaborationException
true if this is a broadcast; false otherwiseBROADCAST
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||