public class HistoryItem extends Object
Modifier and Type | Field and Description |
---|---|
static String |
STATUS_ACTIVE |
static String |
STATUS_COMPLETED |
Constructor and Description |
---|
HistoryItem(org.codehaus.jackson.JsonNode rootNode)
the only constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
The action of this history item (i.e NodeTransition etc..)
|
String |
getComment()
The comment information available in the history item
|
Date |
getEndDate()
The end date of this history item
|
String |
getProcess()
The title of the step that is related to this history item
|
Date |
getStartDate()
The start date of this history item
|
String |
getStatus()
The status of this history item (i.e Active, Completed etc..)
|
String |
getUser()
The user id that performed this step in the history item
|
public static final String STATUS_ACTIVE
public static final String STATUS_COMPLETED
public HistoryItem(org.codehaus.jackson.JsonNode rootNode)
rootNode
- the JSON node containing all the infospublic String getStatus()
public String getProcess()
public String getUser()
public String getAction()
public String getComment()
public Date getStartDate()
public Date getEndDate()
Copyright © 2018. All rights reserved.