InboxItem.Priority
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_TASK_TYPE
Default task type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TaskAction> |
getActions()
returns the list of action objects for this task.
|
java.lang.String |
getCompletedBy()
Gets the ID for the user who completed the task
|
java.lang.String |
getContentPath()
Returns a content path this task is associated with.
|
java.lang.String |
getCreatedBy()
Gets the ID for the user who created the task
|
java.lang.String |
getCurrentAssignee()
Gets the id of the owner of the task.
|
java.lang.String |
getDescription()
Gets the description of the task.
|
java.lang.String |
getId()
Gets the ID of the task.
|
java.lang.String |
getInstructions()
Gets the instructions for this task.
|
java.util.Date |
getLastModified()
Gets the time this task was last updated.
|
java.lang.String |
getLastModifiedBy()
Gets the ID for the user who last modified the task
|
java.lang.String |
getName()
Gets the name of the task.
|
java.lang.String |
getParentId()
Returns the ID of the parent task.
|
java.lang.Object |
getProperty(java.lang.String aPropertyName)
Gets a property with the given name.
|
java.util.Iterator<java.lang.String> |
getPropertyNames()
Gets an iterator of the property names for this task.
|
TaskAction |
getSelectedAction()
gets the selected action used to complete the task.
|
Status |
getStatus()
Gets the current status of the task.
|
java.util.List<Task> |
getSubTasks()
Returns the list of subtasks for this task
|
java.lang.String |
getTaskTypeName()
Gets the type of this task.
|
java.util.Date |
getTimeEnded()
Gets the time this task was last completed.
|
java.util.Date |
getTimeStarted()
Gets the time this task was created.
|
boolean |
hasSubTasks()
Returns whether or not there are sub-tasks under this task.
|
boolean |
isSubTaskInfoLoaded()
Indicates if this task object is fully populated with sub task information.
|
void |
setActions(java.util.List<TaskAction> aListOfActions)
sets the list of action objects for this task.
|
void |
setContentPath(java.lang.String contentPath)
Sets a content path that this task is associated with.
|
void |
setCurrentAssignee(java.lang.String ownerId)
Sets the id of the owner of the task.
|
void |
setDescription(java.lang.String description)
Sets the description of the task.
|
void |
setDueTime(java.util.Date dueTime)
Sets the due time of this task.
|
void |
setInstructions(java.lang.String aInstructions)
Sets the instructions for this task.
|
void |
setName(java.lang.String name)
Sets the name of the task.
|
void |
setPriority(InboxItem.Priority priority)
Sets the priority for this task.
|
void |
setProgressBeginTime(java.util.Date progressBeginTime)
Sets the progress begin time for this task.
|
void |
setProperty(java.lang.String name,
java.lang.Object value)
Sets the property.
|
getDueTime, getItemSubType, getItemType, getPriority, getProgressBeginTime
static final java.lang.String DEFAULT_TASK_TYPE
java.lang.String getId()
java.lang.String getParentId()
java.lang.String getName()
void setName(java.lang.String name)
name
- String containing the new name of the task.java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- String containing the new description of the task.Status getStatus()
java.lang.String getCurrentAssignee()
getCurrentAssignee
in interface InboxItem
void setCurrentAssignee(java.lang.String ownerId)
ownerId
- String containing the id of the owner of the task.java.lang.String getTaskTypeName()
java.util.Date getTimeStarted()
getTimeStarted
in interface InboxItem
java.lang.String getCreatedBy()
java.util.Date getLastModified()
java.lang.String getLastModifiedBy()
java.util.Date getTimeEnded()
getTimeEnded
in interface InboxItem
java.lang.String getCompletedBy()
void setProperty(java.lang.String name, java.lang.Object value)
name
- Name of the property to set.value
- value of named property.java.lang.Object getProperty(java.lang.String aPropertyName)
aPropertyName
- Name of the property to retrieve.java.util.Iterator<java.lang.String> getPropertyNames()
void setInstructions(java.lang.String aInstructions)
aInstructions
- String containing the new instructions for this task.java.lang.String getInstructions()
java.util.List<TaskAction> getActions()
void setActions(java.util.List<TaskAction> aListOfActions)
aListOfActions
- list of action objectsTaskAction getSelectedAction()
java.util.List<Task> getSubTasks()
boolean isSubTaskInfoLoaded()
boolean hasSubTasks()
java.lang.String getContentPath()
getContentPath
in interface InboxItem
void setContentPath(java.lang.String contentPath)
contentPath
- the new content path for this taskvoid setDueTime(java.util.Date dueTime)
dueTime
- the new due time of this taskvoid setProgressBeginTime(java.util.Date progressBeginTime)
progressBeginTime
- the time for when progress should start on this task.void setPriority(InboxItem.Priority priority)
priority
- the priority of this task.Copyright © 2010 - 2020 Adobe. All Rights Reserved