public class WorkItem extends Object
Class that represents a work item. Internally backed by a WorkObject.
| Modifier and Type | Method and Description | 
|---|---|
static WorkItem | 
from(WorkObject source)
Creates a new  
WorkItem from the given work object. | 
AnyWorkObject | 
getSource()
The work object that is underlying this work item. 
 | 
String | 
toString()  | 
public AnyWorkObject getSource()
The work object that is underlying this work item.
public static WorkItem from(WorkObject source)
Creates a new WorkItem from the given work object.
source - the work object from which the work item is derivedCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.