public interface ITaskData extends IExternalData
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBody()
Returns the textual body of the task
|
java.util.Date |
getDueDate()
Returns the due date of the task
|
java.util.Date |
getLastModifiedTime()
Informs at what time the task data where last modified.
|
long |
getLastModifiedTimeInMillis()
Return the last modified time in Java styled milliseconds
|
int |
getPercentComplete()
Return the percentual completeness of the task
|
int |
getPriority()
Return the priority of the task (should be one of the priority constants defined in the ITaskManager interface)
|
IRecipient[] |
getRecipients()
Returns all the receivers of the task
|
java.util.Date |
getStartDate()
Returns the start date of the task
|
java.lang.String |
getSubject()
Returns the subject of the task
|
boolean |
hasAttachments()
Returns if there are any attachments
|
boolean |
hasRecipients()
Informs if the task contains any receivers
|
getId, setId
IRecipient[] getRecipients()
boolean hasRecipients()
java.lang.String getSubject()
java.lang.String getBody()
java.util.Date getStartDate()
java.util.Date getDueDate()
java.util.Date getLastModifiedTime()
long getLastModifiedTimeInMillis()
int getPercentComplete()
int getPriority()
boolean hasAttachments()