|
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
com.compoze.domino.CounteredTaskAssignment
public class CounteredTaskAssignment
This class is a Domino countered 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.COUNTERED_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 | |
---|---|
java.util.Date |
getNewDueDateTime()
Gets the new due date time for this task. |
java.lang.String |
getNewDueDateTimeString(java.text.DateFormat dateFormat)
Gets the new due date time for this task formatted with the specified date format. |
java.util.Date |
getNewStartDateTime()
Gets the new start date time for this task. |
java.lang.String |
getNewStartDateTimeString(java.text.DateFormat dateFormat)
Gets the new start date time for this task formatted with the specified date format. |
Methods inherited from class com.compoze.domino.TaskAssignment |
---|
getBroadcast, getPreventCounter, getPreventDelegate, serverAccept, serverCompleted, serverCounter, serverDecline, serverDelegate, serverRequestInfo |
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 java.util.Date getNewStartDateTime() throws DominoException
null
if not a countered assignment
DominoException
PropertyKey.NEW_START_DATE
public java.lang.String getNewStartDateTimeString(java.text.DateFormat dateFormat) throws DominoException
dateFormat
- the date format (may not be null
)
null
DominoException
PropertyKey.NEW_START_DATE
public java.util.Date getNewDueDateTime() throws DominoException
Note: the NEW_END_DATE
property is used by Domino.
null
if not a countered assignment
DominoException
PropertyKey.NEW_END_DATE
public java.lang.String getNewDueDateTimeString(java.text.DateFormat dateFormat) throws DominoException
Note: the NEW_END_DATE
property is used by Domino.
dateFormat
- the date format (may not be null
)
null
DominoException
PropertyKey.NEW_END_DATE
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |