Package org.jbpm.xes.mapper
Class EventTypeMapper
- java.lang.Object
-
- org.jbpm.xes.mapper.EventTypeMapper
-
- All Implemented Interfaces:
BiFunction<org.dashbuilder.dataset.DataSet,Integer,EventType>
public class EventTypeMapper extends Object implements BiFunction<org.dashbuilder.dataset.DataSet,Integer,EventType>
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLUMN_ACTUAL_OWNERstatic StringCOLUMN_CREATED_BYstatic StringCOLUMN_IDstatic StringCOLUMN_LOG_DATEstatic StringCOLUMN_NODE_IDstatic StringCOLUMN_NODE_INSTANCE_IDstatic StringCOLUMN_NODE_NAMEstatic StringCOLUMN_NODE_TYPEstatic StringCOLUMN_TYPEstatic StringCOLUMN_WORK_ITEM_ID
-
Constructor Summary
Constructors Constructor Description EventTypeMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventTypeapply(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_LOG_DATE
public static final String COLUMN_LOG_DATE
- See Also:
- Constant Field Values
-
COLUMN_NODE_NAME
public static final String COLUMN_NODE_NAME
- See Also:
- Constant Field Values
-
COLUMN_NODE_TYPE
public static final String COLUMN_NODE_TYPE
- See Also:
- Constant Field Values
-
COLUMN_NODE_INSTANCE_ID
public static final String COLUMN_NODE_INSTANCE_ID
- See Also:
- Constant Field Values
-
COLUMN_TYPE
public static final String COLUMN_TYPE
- See Also:
- Constant Field Values
-
COLUMN_NODE_ID
public static final String COLUMN_NODE_ID
- See Also:
- Constant Field Values
-
COLUMN_WORK_ITEM_ID
public static final String COLUMN_WORK_ITEM_ID
- See Also:
- Constant Field Values
-
COLUMN_CREATED_BY
public static final String COLUMN_CREATED_BY
- See Also:
- Constant Field Values
-
COLUMN_ACTUAL_OWNER
public static final String COLUMN_ACTUAL_OWNER
- See Also:
- Constant Field Values
-
-