com.day.cq.workflow.exec
Interface HistoryItem


public interface HistoryItem

HistoryItem...


Method Summary
 String getAction()
          The action that got issued on the WorkItem
 String getComment()
          The history comment (entered while advancing, starting, terminating)
 Date getDate()
          Date when an action WorkItem got issued that caused this HistoryItem
 HistoryItem getNextHistryItem()
          Returns the next history item.
 HistoryItem getPreviousHistoryItem()
          Returns the previous history item.
 String getUserId()
          User who triggered the action WorkItem hat caused this HistoryItem
 WorkItem getWorkItem()
          Returns the corresponding WorkItem
 

Method Detail

getComment

String getComment()
The history comment (entered while advancing, starting, terminating)

Returns:
comment

getAction

String getAction()
The action that got issued on the WorkItem

Returns:
action descriptor as string

getDate

Date getDate()
Date when an action WorkItem got issued that caused this HistoryItem

Returns:
date

getUserId

String getUserId()
User who triggered the action WorkItem hat caused this HistoryItem

Returns:
the user id

getPreviousHistoryItem

HistoryItem getPreviousHistoryItem()
Returns the previous history item.

Returns:
the previous HistoryItem if available otherwise null

getNextHistryItem

HistoryItem getNextHistryItem()
Returns the next history item.

Returns:
the next HistoryItem if available otherwise null

getWorkItem

WorkItem getWorkItem()
Returns the corresponding WorkItem

Returns:
WorkItem


Copyright © 2009 Day Management AG. All Rights Reserved.