@ProviderType public interface InboxItem
| Modifier and Type | Interface and Description |
|---|---|
static class |
InboxItem.Priority
The possible priority values for InboxItem.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContentPath()
Returns the path of the payload's content for this InboxItem if possible.
|
String |
getCurrentAssignee()
Returns the current assignee, respectively the info in which
inbox the InboxItem "resides".
|
Date |
getDueTime()
Returns the due time of the
InboxItem. |
String |
getId()
Returns the unique identifier for this InboxItem
|
String |
getItemSubType()
Returns the subtype of this InboxItem.
|
String |
getItemType()
Returns the type of this InboxItem.
|
InboxItem.Priority |
getPriority()
Returns the priority of this InboxItem.
|
Date |
getProgressBeginTime()
Returns the progress begin time of the
InboxItem |
Status |
getStatus()
Returns the status of the
InboxItem. |
Date |
getTimeEnded()
Returns the end time of the
InboxItem. |
Date |
getTimeStarted()
Returns the start time of the
InboxItem. |
String getId()
String getCurrentAssignee()
Date getTimeStarted()
InboxItem.InboxItem.Date getTimeEnded()
InboxItem.InboxItem.Date getDueTime()
InboxItem.InboxItemDate getProgressBeginTime()
InboxItemInboxItemStatus getStatus()
InboxItem.String getItemType()
String getItemSubType()
String getContentPath()
InboxItem.Priority getPriority()
Copyright © 2010 - 2020 Adobe. All Rights Reserved