public class WorkflowInstanceRowMapper extends AbstractRowMapper<WorkflowInstance>
WorkflowInstances 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 WorkflowInstanceRowMapper |
INSTANCE |
| Constructor and Description |
|---|
WorkflowInstanceRowMapper() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstance |
mapRow(ResultSet rs,
int rowNum) |
getBoolean, getDate, getInteger, getLong, getNodeStatus, getString, getWorkflowInstanceStatus, getWorkItemStatuspublic static final WorkflowInstanceRowMapper INSTANCE
public WorkflowInstance mapRow(ResultSet rs, int rowNum) throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.