@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 |
---|---|
java.lang.String |
getContentPath()
Returns the path of the payload's content for this InboxItem if possible.
|
java.lang.String |
getCurrentAssignee()
Returns the current assignee, respectively the info in which
inbox the InboxItem "resides".
|
java.util.Date |
getDueTime()
Returns the due time of the
InboxItem . |
java.lang.String |
getId()
Returns the unique identifier for this InboxItem
|
java.lang.String |
getItemSubType()
Returns the subtype of this InboxItem.
|
java.lang.String |
getItemType()
Returns the type of this InboxItem.
|
InboxItem.Priority |
getPriority()
Returns the priority of this InboxItem.
|
java.util.Date |
getProgressBeginTime()
Returns the progress begin time of the
InboxItem |
Status |
getStatus()
Returns the status of the
InboxItem . |
java.util.Date |
getTimeEnded()
Returns the end time of the
InboxItem . |
java.util.Date |
getTimeStarted()
Returns the start time of the
InboxItem . |
java.lang.String getId()
java.lang.String getCurrentAssignee()
java.util.Date getTimeStarted()
InboxItem
.InboxItem
.java.util.Date getTimeEnded()
InboxItem
.InboxItem
.java.util.Date getDueTime()
InboxItem
.InboxItem
java.util.Date getProgressBeginTime()
InboxItem
InboxItem
Status getStatus()
InboxItem
.java.lang.String getItemType()
java.lang.String getItemSubType()
java.lang.String getContentPath()
InboxItem.Priority getPriority()
Copyright © 2010 - 2020 Adobe. All Rights Reserved