public interface Task extends AmetysObject
Modifier and Type | Interface and Description |
---|---|
static class |
Task.TaskPriority
Priority of a task
|
static class |
Task.TaskStatus
Status of a task
|
Modifier and Type | Method and Description |
---|---|
List<UserIdentity> |
getAssignment()
Get the list of user assigned to this task
|
UserIdentity |
getAuthor()
Get the creator of the task
|
Date |
getCreationDate()
Get the post's creation date.
|
RichText |
getDescription()
The description of the task
|
Date |
getEndDate()
The ending date of the task
|
Double |
getInitialLoad()
Get the initial load estimated for this task
|
String |
getLabel()
The title of the task
|
Date |
getLastModified()
Get the post's last modification date.
|
Task.TaskPriority |
getPriority()
Get the task priority
|
Double |
getProgress()
Get the progress of the task
|
Date |
getStartDate()
The starting date of the task
|
Task.TaskStatus |
getStatus()
The status of the task
|
List<UserIdentity> |
getSubscribers()
Get the list of user subscribed to this task
|
String |
getTaskId()
The identifier of a task
|
equals, getId, getName, getParent, getParentPath, getPath, hashCode
RichText getDescription()
Date getStartDate()
Date getEndDate()
Task.TaskStatus getStatus()
Task.TaskPriority getPriority()
Double getInitialLoad()
Double getProgress()
UserIdentity getAuthor()
List<UserIdentity> getAssignment()
List<UserIdentity> getSubscribers()
Date getCreationDate()
Date getLastModified()