|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.AbstractItem
com.compoze.domino.AbstractDocument
com.compoze.domino.Memo
com.compoze.domino.Task
com.compoze.domino.TaskNotice
com.compoze.domino.TaskAssignment
public class TaskAssignment
This class is a Domino task assignment. Task assignment instances are obtained
from the Documents
class. Methods that access properites on the class require that the
properties were loaded beforehand, when the assignment was initially retrieved.
Any methods in this class that begin with the string server
make a query to the server, and require that the
PropertyKey.DOCUMENT_ID
and PropertyKey.DOCUMENT_TYPE
properties to be loaded beforehand. Any additional
property requirements are indicated on each individual method.
TaskNoticeType.ASSIGNMENT
,
Serialized FormField Summary | |
---|---|
static PropertyKey[] |
ALL_PROPS
Contains an array of all of the properties available on an assignment. |
Fields inherited from class com.compoze.domino.AbstractItem |
---|
m_props, m_session |
Method Summary | |
---|---|
boolean |
getBroadcast()
Gets the broadcast flag. |
boolean |
getPreventCounter()
Gets the prevent counter propose flag. |
boolean |
getPreventDelegate()
Gets the prevent delegate flag. |
void |
serverAccept(java.lang.String sComment)
Hits the server and accepts the assignment. |
void |
serverCompleted(java.lang.String sComment)
Hits the server and mark the assignment completed. |
void |
serverCounter(java.util.Date startDate,
java.util.Date dueDate,
java.lang.String sComment)
Hits the server and counter proposes the assignment. |
void |
serverDecline(java.lang.String sComment,
boolean bKeepInformed)
Hits the server and declines the assignment. |
void |
serverDelegate(java.lang.String sDelegee,
java.lang.String sComment,
boolean bKeepInformed)
Hits the server and delegates the assignment. |
void |
serverRequestInfo(java.lang.String sComment)
Hits the server and request information about the assignment. |
Methods inherited from class com.compoze.domino.TaskNotice |
---|
getNoticeType, getStatusUpdate, getTitle, getTitle, getTopic |
Methods inherited from class com.compoze.domino.AbstractDocument |
---|
getAttachmentCount, getAttachmentInfo, getAttachmentInfoArray, getDateCreated, getDateCreatedString, getDateModified, getDateModifiedString, getDocumentType, getEmbeddedImageCount, getEmbeddedImageInfo, getEmbeddedImageInfoArray, getID, getParentID, getSize, getSizeInKilos, hasAttachment, serverAddAttachment, serverCopyTo, serverDeleteAttachment, serverMoveTo |
Methods inherited from class com.compoze.domino.AbstractItem |
---|
get, getBoolean, getDate, getDateArray, getDouble, getInt, getPropertyKeys, getString, getStringArray, getUpdatedPropertyValues, set, setBoolean, setDate, setDouble, setInt, setString, setStringArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PropertyKey[] ALL_PROPS
Method Detail |
---|
public void serverAccept(java.lang.String sComment) throws DominoException
sComment
- the comment or null
for no comment
DominoException
PropertyKey.TOPIC
public void serverDecline(java.lang.String sComment, boolean bKeepInformed) throws DominoException
sComment
- the comment or null
for no commentbKeepInformed
- true
to keep informed of event updates
DominoException
PropertyKey.TOPIC
public void serverDelegate(java.lang.String sDelegee, java.lang.String sComment, boolean bKeepInformed) throws DominoException
sDelegee
- the delegee name (must not be null
or empty)sComment
- the comment or null
for no commentbKeepInformed
- true
to keep informed of event updates
DominoException
PropertyKey.TOPIC
,
PropertyKey.PREVENT_DELEGATE
,
getPreventDelegate()
public void serverCounter(java.util.Date startDate, java.util.Date dueDate, java.lang.String sComment) throws DominoException
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 comment
DominoException
PropertyKey.TOPIC
,
PropertyKey.PREVENT_COUNTER
,
getPreventCounter()
,
Task.isRepeating()
public void serverRequestInfo(java.lang.String sComment) throws DominoException
sComment
- the comment or null
for no comment
DominoException
PropertyKey.TOPIC
public void serverCompleted(java.lang.String sComment) throws DominoException
sComment
- the comment or null
for no comment
DominoException
PropertyKey.TOPIC
public boolean getBroadcast() throws DominoException
true
if this is a broadcast; false
otherwise
DominoException
PropertyKey.BROADCAST
public boolean getPreventCounter() throws DominoException
true
to prevent counter propose; false
otherwise
DominoException
PropertyKey.PREVENT_COUNTER
public boolean getPreventDelegate() throws DominoException
true
to prevent delegating; false
otherwise
DominoException
PropertyKey.PREVENT_DELEGATE
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |