public interface WorkItem
Modifier and Type | Field and Description |
---|---|
static String |
CONTNTENT |
static String |
ID_PROPERTY_NAME |
static String |
ITEM |
static String |
ITEM_DATA_PREFIX |
static String |
LOCATION_PROPERTY_NAME |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Returns the content of the item.
|
Map<String,String> |
getData()
Returns the work item data.
|
String |
getId()
Returns the work item id.
|
String |
getLocation()
Returns the location of the item.
|
static final String ITEM
static final String ITEM_DATA_PREFIX
static final String ID_PROPERTY_NAME
static final String CONTNTENT
static final String LOCATION_PROPERTY_NAME
Copyright © 2011–2014 Red Hat. All rights reserved.