Package org.jbpm.xes.mapper
Class TraceTypeMapper
- java.lang.Object
-
- org.jbpm.xes.mapper.TraceTypeMapper
-
- All Implemented Interfaces:
BiFunction<org.dashbuilder.dataset.DataSet,Integer,TraceType>
public class TraceTypeMapper extends Object implements BiFunction<org.dashbuilder.dataset.DataSet,Integer,TraceType>
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLUMN_CORRELATION_KEYstatic StringCOLUMN_END_DATEstatic StringCOLUMN_IDstatic StringCOLUMN_PARENT_PROCESS_INSTANCE_IDstatic StringCOLUMN_PROCESS_IDstatic StringCOLUMN_PROCESS_INSTANCE_DESCRIPTIONstatic StringCOLUMN_PROCESS_INSTANCE_IDstatic StringCOLUMN_PROCESS_VERSIONstatic StringCOLUMN_SLA_COMPLIANCEstatic StringCOLUMN_SLA_DUE_DATEstatic StringCOLUMN_START_DATEstatic StringCOLUMN_STATUSstatic StringCOLUMN_USER_IDENTITY
-
Constructor Summary
Constructors Constructor Description TraceTypeMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TraceTypeapply(org.dashbuilder.dataset.DataSet dataSet, Integer row)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Field Detail
-
COLUMN_ID
public static final String COLUMN_ID
- See Also:
- Constant Field Values
-
COLUMN_PROCESS_INSTANCE_ID
public static final String COLUMN_PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
COLUMN_PROCESS_ID
public static final String COLUMN_PROCESS_ID
- See Also:
- Constant Field Values
-
COLUMN_USER_IDENTITY
public static final String COLUMN_USER_IDENTITY
- See Also:
- Constant Field Values
-
COLUMN_CORRELATION_KEY
public static final String COLUMN_CORRELATION_KEY
- See Also:
- Constant Field Values
-
COLUMN_PROCESS_VERSION
public static final String COLUMN_PROCESS_VERSION
- See Also:
- Constant Field Values
-
COLUMN_PROCESS_INSTANCE_DESCRIPTION
public static final String COLUMN_PROCESS_INSTANCE_DESCRIPTION
- See Also:
- Constant Field Values
-
COLUMN_PARENT_PROCESS_INSTANCE_ID
public static final String COLUMN_PARENT_PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
COLUMN_START_DATE
public static final String COLUMN_START_DATE
- See Also:
- Constant Field Values
-
COLUMN_END_DATE
public static final String COLUMN_END_DATE
- See Also:
- Constant Field Values
-
COLUMN_STATUS
public static final String COLUMN_STATUS
- See Also:
- Constant Field Values
-
COLUMN_SLA_DUE_DATE
public static final String COLUMN_SLA_DUE_DATE
- See Also:
- Constant Field Values
-
COLUMN_SLA_COMPLIANCE
public static final String COLUMN_SLA_COMPLIANCE
- See Also:
- Constant Field Values
-
-