public class TraceTypeMapper extends Object implements BiFunction<org.dashbuilder.dataset.DataSet,Integer,TraceType>
Modifier and Type | Field and Description |
---|---|
static String |
COLUMN_CORRELATION_KEY |
static String |
COLUMN_END_DATE |
static String |
COLUMN_ID |
static String |
COLUMN_PARENT_PROCESS_INSTANCE_ID |
static String |
COLUMN_PROCESS_ID |
static String |
COLUMN_PROCESS_INSTANCE_DESCRIPTION |
static String |
COLUMN_PROCESS_INSTANCE_ID |
static String |
COLUMN_PROCESS_VERSION |
static String |
COLUMN_SLA_COMPLIANCE |
static String |
COLUMN_SLA_DUE_DATE |
static String |
COLUMN_START_DATE |
static String |
COLUMN_STATUS |
static String |
COLUMN_USER_IDENTITY |
Constructor and Description |
---|
TraceTypeMapper() |
Modifier and Type | Method and Description |
---|---|
TraceType |
apply(org.dashbuilder.dataset.DataSet dataSet,
Integer row) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public static final String COLUMN_ID
public static final String COLUMN_PROCESS_INSTANCE_ID
public static final String COLUMN_PROCESS_ID
public static final String COLUMN_USER_IDENTITY
public static final String COLUMN_CORRELATION_KEY
public static final String COLUMN_PROCESS_VERSION
public static final String COLUMN_PROCESS_INSTANCE_DESCRIPTION
public static final String COLUMN_PARENT_PROCESS_INSTANCE_ID
public static final String COLUMN_START_DATE
public static final String COLUMN_END_DATE
public static final String COLUMN_STATUS
public static final String COLUMN_SLA_DUE_DATE
public static final String COLUMN_SLA_COMPLIANCE
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.