Uses of Class
org.jbpm.xes.model.LogType
-
Packages that use LogType Package Description org.jbpm.xes org.jbpm.xes.mapper org.jbpm.xes.model -
-
Uses of LogType in org.jbpm.xes
Methods in org.jbpm.xes that return LogType Modifier and Type Method Description LogTypeXESLogMarshaller. unmarshall(String xml)Methods in org.jbpm.xes with parameters of type LogType Modifier and Type Method Description StringXESLogMarshaller. marshall(LogType log) -
Uses of LogType in org.jbpm.xes.mapper
Methods in org.jbpm.xes.mapper that return LogType Modifier and Type Method Description LogTypeLogTypeMapper. apply(String processName, String processId) -
Uses of LogType in org.jbpm.xes.model
Methods in org.jbpm.xes.model that return types with arguments of type LogType Modifier and Type Method Description JAXBElement<LogType>ObjectFactory. createLog(LogType value)Methods in org.jbpm.xes.model with parameters of type LogType Modifier and Type Method Description JAXBElement<LogType>ObjectFactory. createLog(LogType value)
-