Uses of Class
org.jbpm.xes.model.GlobalsType
-
Packages that use GlobalsType Package Description org.jbpm.xes.mapper org.jbpm.xes.model -
-
Uses of GlobalsType in org.jbpm.xes.mapper
Methods in org.jbpm.xes.mapper that return types with arguments of type GlobalsType Modifier and Type Method Description protected List<GlobalsType>LogTypeMapper. getGlobals() -
Uses of GlobalsType in org.jbpm.xes.model
Fields in org.jbpm.xes.model with type parameters of type GlobalsType Modifier and Type Field Description protected List<GlobalsType>LogType. globalMethods in org.jbpm.xes.model that return types with arguments of type GlobalsType Modifier and Type Method Description List<GlobalsType>LogType. getGlobal()Gets the value of the global property.
-