Package org.jbpm.xes.mapper
Class LogTypeMapper
- java.lang.Object
-
- org.jbpm.xes.mapper.LogTypeMapper
-
- All Implemented Interfaces:
BiFunction<String,String,LogType>
public class LogTypeMapper extends Object implements BiFunction<String,String,LogType>
-
-
Constructor Summary
Constructors Constructor Description LogTypeMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogTypeapply(String processName, String processId)protected List<ExtensionType>getExtensions()protected List<GlobalsType>getGlobals()-
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
-
-
-
-
Method Detail
-
apply
public LogType apply(String processName, String processId)
- Specified by:
applyin interfaceBiFunction<String,String,LogType>
-
getExtensions
protected List<ExtensionType> getExtensions()
-
getGlobals
protected List<GlobalsType> getGlobals()
-
-