public class WorkItemRowMapper extends AbstractRowMapper<WorkItem>
WorkItems that maps all database fields except the
ones that are not used by the internal parts of the engine (date_created, created_by,
date_last_updated, last_updated_by).| Modifier and Type | Field and Description |
|---|---|
static WorkItemRowMapper |
INSTANCE |
| Constructor and Description |
|---|
WorkItemRowMapper() |
| Modifier and Type | Method and Description |
|---|---|
WorkItem |
mapRow(ResultSet rs,
int rowNum) |
getBoolean, getDate, getInteger, getLong, getNodeStatus, getString, getWorkflowInstanceStatus, getWorkItemStatuspublic static final WorkItemRowMapper INSTANCE
public WorkItem mapRow(ResultSet rs, int rowNum) throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.