public interface InboxItem
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAssociatedProjectDetailsUrl()
Returns the task project URL if task is related to a project.
|
java.util.Map<java.lang.String,java.lang.String> |
getCurrentAssigneeInfo()
Returns a Map containing information about the current assignee.
|
java.lang.String |
getDescription()
Returns the item description.
|
java.lang.String |
getDetailsUrl()
Returns the task details URL.
|
java.util.Date |
getDueDate()
Returns the task due date.
|
java.lang.String |
getDueDateColor()
Returns the due date color name.
|
java.lang.String |
getPath()
Returns the item path.
|
java.lang.String |
getPayloadLink()
Returns the payload link.
|
java.lang.String |
getPayloadPath()
Returns the payload path in the repository.
|
java.lang.String |
getPayloadThumbnail()
Returns the payload thumbnail path.
|
java.lang.String |
getPriority()
Returns the task priority.
|
java.lang.String |
getPriorityIcon()
Returns the task priority icon identifier.
|
java.lang.String |
getPriorityStyle()
Returns the task priority style class name.
|
java.lang.String |
getProjectId()
Returns the task project identifier if task is related to a project.
|
java.lang.String |
getProjectTitle()
Returns the task project title if task is related to a project.
|
java.util.Set<java.lang.String> |
getQuickactionsRel()
Returns the quickaction relation identifiers.
|
java.lang.String |
getResourceType()
Returns the item resource type.
|
java.util.Date |
getStartDate()
Returns the task start date.
|
java.lang.String |
getStatus()
Returns the task status.
|
java.lang.String |
getStatusIcon()
Returns the task status icon.
|
java.lang.String |
getStatusType()
Returns the task status type.
|
java.lang.String |
getTaskActions()
Returns the task actions as serialized JSONArray in the following form.
|
java.lang.String |
getThumbnail()
Returns the thumbnail path.
|
java.lang.String |
getTitle()
Returns the item title.
|
java.lang.String |
getWorkflowInitiator()
Returns the workflow initiator identifier if task is related to a workflow.
|
java.lang.String |
getWorkflowTitle()
Returns the workflow title if task is related to a workflow.
|
boolean |
isPayloadFolder()
Indicates if referenced payload is of type folder.
|
java.lang.String getTitle()
java.lang.String getDescription()
java.lang.String getPath()
java.lang.String getResourceType()
java.util.Map<java.lang.String,java.lang.String> getCurrentAssigneeInfo()
nulljava.lang.String getPayloadLink()
nulljava.lang.String getPayloadPath()
nulljava.lang.String getPayloadThumbnail()
null is returned.nullboolean isPayloadFolder()
true if payload is of type folder, false otherwisejava.lang.String getThumbnail()
null is returned.nulljava.lang.String getPriority()
nulljava.lang.String getPriorityIcon()
nulljava.lang.String getPriorityStyle()
java.lang.String getStatus()
java.lang.String getStatusIcon()
java.lang.String getStatusType()
java.lang.String getDetailsUrl()
java.lang.String getProjectId()
nulljava.lang.String getProjectTitle()
nulljava.lang.String getAssociatedProjectDetailsUrl()
nulljava.lang.String getWorkflowTitle()
nulljava.lang.String getWorkflowInitiator()
nulljava.util.Date getStartDate()
java.util.Date getDueDate()
java.lang.String getDueDateColor()
nulljava.util.Set<java.lang.String> getQuickactionsRel()
java.lang.String getTaskActions()
[{actionName:'Action', actionId:'ID'},...]
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"