public interface HistoryItem
Workflow
.WorkflowSession.getHistory(Workflow)
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAction()
The action that got issued on the
|
java.lang.String |
getComment()
The history comment (entered while advancing, starting, terminating)
|
java.util.Date |
getDate()
Date when an action
got issued that caused this HistoryItem |
HistoryItem |
getNextHistryItem()
Returns the next history item.
|
HistoryItem |
getPreviousHistoryItem()
Returns the previous history item.
|
java.lang.String |
getUserId()
User who triggered the action
hat caused this HistoryItem |
WorkItem |
getWorkItem()
Returns the corresponding
WorkItem |
java.lang.String getComment()
java.lang.String getAction()
WorkItem
java.util.Date getDate()
WorkItem
got issued that caused this HistoryItem
java.lang.String getUserId()
WorkItem
hat caused this HistoryItem
HistoryItem getPreviousHistoryItem()
HistoryItem
if available otherwise null
HistoryItem getNextHistryItem()
HistoryItem
if available otherwise null
Copyright © 2010 - 2020 Adobe. All Rights Reserved