Uses of Class
org.activiti.bpmn.model.MapExceptionEntry
-
Packages that use MapExceptionEntry Package Description org.activiti.bpmn.model -
-
Uses of MapExceptionEntry in org.activiti.bpmn.model
Fields in org.activiti.bpmn.model with type parameters of type MapExceptionEntry Modifier and Type Field Description protected java.util.List<MapExceptionEntry>Activity. mapExceptionsMethods in org.activiti.bpmn.model that return types with arguments of type MapExceptionEntry Modifier and Type Method Description java.util.List<MapExceptionEntry>Activity. getMapExceptions()Method parameters in org.activiti.bpmn.model with type arguments of type MapExceptionEntry Modifier and Type Method Description voidActivity. setMapExceptions(java.util.List<MapExceptionEntry> mapExceptions)
-