public class UserTaskInstanceWithCustomVarsQueryMapper extends AbstractQueryMapper<UserTaskInstanceWithVarsDesc> implements QueryResultMapper<List<UserTaskInstanceWithVarsDesc>>
COLUMN_ACTIVATIONTIME, COLUMN_ACTUALOWNER, COLUMN_CORRELATIONKEY, COLUMN_CREATEDBY, COLUMN_CREATEDON, COLUMN_DEPLOYMENTID, COLUMN_DESCRIPTION, COLUMN_DUEDATE, COLUMN_DURATION, COLUMN_END, COLUMN_ERROR, COLUMN_ERROR_ACK, COLUMN_ERROR_ACK_AT, COLUMN_ERROR_ACK_BY, COLUMN_ERROR_ACTIVITY_ID, COLUMN_ERROR_ACTIVITY_NAME, COLUMN_ERROR_DATE, COLUMN_ERROR_DEPLOYMENT_ID, COLUMN_ERROR_ID, COLUMN_ERROR_JOB_ID, COLUMN_ERROR_MSG, COLUMN_ERROR_PROCESS_ID, COLUMN_ERROR_PROCESS_INST_ID, COLUMN_ERROR_TYPE, COLUMN_EXCLUDED_OWNER, COLUMN_EXPIRATIONTIME, COLUMN_EXTERNALID, COLUMN_FORM_NAME, COLUMN_IDENTITY, COLUMN_JOB_BUSINESSKEY, COLUMN_JOB_COMMANDNAME, COLUMN_JOB_ID, COLUMN_JOB_MESSAGE, COLUMN_JOB_STATUS, COLUMN_JOB_TIMESTAMP, COLUMN_LASTMODIFICATION_DATE, COLUMN_LASTMODIFICATION_USER, COLUMN_NAME, COLUMN_ORGANIZATIONAL_ENTITY, COLUMN_OUTCOME, COLUMN_PARENTID, COLUMN_PARENTPROCESSINSTANCEID, COLUMN_POTOWNER, COLUMN_PRIORITY, COLUMN_PROCESS_LASTMODIFICATIONDATE, COLUMN_PROCESSID, COLUMN_PROCESSINSTANCEDESCRIPTION, COLUMN_PROCESSINSTANCEID, COLUMN_PROCESSNAME, COLUMN_PROCESSVERSION, COLUMN_SLA_COMPLIANCE, COLUMN_SLA_DUE_DATE, COLUMN_START, COLUMN_STATUS, COLUMN_SUBJECT, COLUMN_TASK_PROCESSID, COLUMN_TASK_PROCESSINSTANCEID, COLUMN_TASK_STATUS, COLUMN_TASK_TYPE, COLUMN_TASK_VAR_NAME, COLUMN_TASK_VAR_TYPE, COLUMN_TASK_VAR_VALUE, COLUMN_TASKID, COLUMN_VAR_NAME, COLUMN_VAR_VALUE, COLUMN_WORKITEMID
Constructor and Description |
---|
UserTaskInstanceWithCustomVarsQueryMapper() |
UserTaskInstanceWithCustomVarsQueryMapper(Map<String,String> variablesMap) |
Modifier and Type | Method and Description |
---|---|
protected UserTaskInstanceWithVarsDesc |
buildInstance(org.dashbuilder.dataset.DataSet dataSetResult,
int index) |
QueryResultMapper<List<UserTaskInstanceWithVarsDesc>> |
forColumnMapping(Map<String,String> columnMapping)
Returns new instance of the mapper for given column mapping
|
static UserTaskInstanceWithCustomVarsQueryMapper |
get(Map<String,String> variablesMap) |
String |
getName()
Returns unique name of this query result mapper implementation
|
Class<?> |
getType()
Returns type of the data produced by this mapper.
|
List<UserTaskInstanceWithVarsDesc> |
map(Object result)
Based on raw data set returns mapped/transformed data.
|
getColumnDateValue, getColumnDoubleValue, getColumnIntValue, getColumnLongValue, getColumnStringValue, readVariables
public UserTaskInstanceWithCustomVarsQueryMapper()
public static UserTaskInstanceWithCustomVarsQueryMapper get(Map<String,String> variablesMap)
public List<UserTaskInstanceWithVarsDesc> map(Object result)
QueryResultMapper
map
in interface QueryResultMapper<List<UserTaskInstanceWithVarsDesc>>
result
- raw data set in custom formatprotected UserTaskInstanceWithVarsDesc buildInstance(org.dashbuilder.dataset.DataSet dataSetResult, int index)
buildInstance
in class AbstractQueryMapper<UserTaskInstanceWithVarsDesc>
public String getName()
QueryResultMapper
getName
in interface QueryResultMapper<List<UserTaskInstanceWithVarsDesc>>
public Class<?> getType()
QueryResultMapper
List<ProcessInstanceDesc> returned type should be ProcessInstanceDesc.class
getType
in interface QueryResultMapper<List<UserTaskInstanceWithVarsDesc>>
public QueryResultMapper<List<UserTaskInstanceWithVarsDesc>> forColumnMapping(Map<String,String> columnMapping)
QueryResultMapper
forColumnMapping
in interface QueryResultMapper<List<UserTaskInstanceWithVarsDesc>>
columnMapping
- provides column mapping (name to type) that can be
shipped to mapper for improved transformation - can be null (accepted types: string, long, integer, date, double)Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.