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