public class InboxItem extends Object
Constructor and Description |
---|
InboxItem(org.codehaus.jackson.JsonNode rootNode)
The only Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getComment()
the comment set for this work item
|
String |
getCurrentAssignee()
returns the current assignee for this work item.
|
Date |
getEndTime()
the end date when this work item was completed
|
String |
getPayload()
the reference to the payload
|
String |
getPayloadType()
the payload type, either URL or JCR_PATH.
|
Date |
getStartTime()
The start date when this work item was started
|
String |
getUri()
returns the URI of this work item
|
public InboxItem(org.codehaus.jackson.JsonNode rootNode)
rootNode
- the JSON node containing the data.public String getUri()
public String getCurrentAssignee()
public Date getStartTime()
public Date getEndTime()
public String getPayloadType()
public String getPayload()
public String getComment()
Copyright © 2018. All rights reserved.