Package com.adobe.granite.workflow.exec
Interface HistoryItem
public interface HistoryItem
Contains information about the history of a
Workflow.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe action that got issued on theWorkItemThe history comment (entered while advancing, starting, terminating)getDate()Date when an actiongot issued that caused thisWorkItemHistoryItemReturns the next history item.Returns the previous history item.User who triggered the actionhat caused thisWorkItemHistoryItemReturns the correspondingWorkItem
-
Method Details
-
getComment
String getComment()The history comment (entered while advancing, starting, terminating)- Returns:
- comment
-
getAction
String getAction()The action that got issued on theWorkItem- Returns:
- action descriptor as string
-
getDate
Date getDate()Date when an actiongot issued that caused thisWorkItemHistoryItem- Returns:
- date
-
getUserId
String getUserId()User who triggered the actionhat caused thisWorkItemHistoryItem- Returns:
- the user id
-
getPreviousHistoryItem
HistoryItem getPreviousHistoryItem()Returns the previous history item.- Returns:
- the previous
HistoryItemif available otherwisenull
-
getNextHistryItem
HistoryItem getNextHistryItem()Returns the next history item.- Returns:
- the next
HistoryItemif available otherwisenull
-
getWorkItem
WorkItem getWorkItem()Returns the correspondingWorkItem- Returns:
WorkItem
-