Uses of Interface
org.jbpm.process.core.context.exception.ExceptionHandler
-
Packages that use ExceptionHandler Package Description org.jbpm.compiler.xml org.jbpm.process.core.context.exception org.jbpm.process.instance.context.exception org.jbpm.ruleflow.core -
-
Uses of ExceptionHandler in org.jbpm.compiler.xml
Method parameters in org.jbpm.compiler.xml with type arguments of type ExceptionHandler Modifier and Type Method Description static voidXmlWorkflowProcessDumper. visitExceptionHandlers(Map<String,ExceptionHandler> exceptionHandlers, StringBuilder xmlDump) -
Uses of ExceptionHandler in org.jbpm.process.core.context.exception
Classes in org.jbpm.process.core.context.exception that implement ExceptionHandler Modifier and Type Class Description classActionExceptionHandlerclassCompensationHandlerFields in org.jbpm.process.core.context.exception with type parameters of type ExceptionHandler Modifier and Type Field Description protected Map<String,ExceptionHandler>ExceptionScope. exceptionHandlersMethods in org.jbpm.process.core.context.exception that return ExceptionHandler Modifier and Type Method Description ExceptionHandlerCompensationScope. getExceptionHandler(String exception)ExceptionHandlerExceptionScope. getExceptionHandler(String exception)Methods in org.jbpm.process.core.context.exception that return types with arguments of type ExceptionHandler Modifier and Type Method Description Map<String,ExceptionHandler>ExceptionScope. getExceptionHandlers()Methods in org.jbpm.process.core.context.exception with parameters of type ExceptionHandler Modifier and Type Method Description voidExceptionScope. setExceptionHandler(String exception, ExceptionHandler exceptionHandler)Method parameters in org.jbpm.process.core.context.exception with type arguments of type ExceptionHandler Modifier and Type Method Description voidExceptionScope. setExceptionHandlers(Map<String,ExceptionHandler> exceptionHandlers) -
Uses of ExceptionHandler in org.jbpm.process.instance.context.exception
Methods in org.jbpm.process.instance.context.exception with parameters of type ExceptionHandler Modifier and Type Method Description voidCompensationScopeInstance. handleException(ExceptionHandler handler, String compensationActivityRef, Object dunno)voidDefaultExceptionScopeInstance. handleException(ExceptionHandler handler, String exception, Object params)abstract voidExceptionScopeInstance. handleException(ExceptionHandler handler, String exception, Object params) -
Uses of ExceptionHandler in org.jbpm.ruleflow.core
Methods in org.jbpm.ruleflow.core with parameters of type ExceptionHandler Modifier and Type Method Description RuleFlowNodeContainerFactory<T,P>RuleFlowNodeContainerFactory. exceptionHandler(String exception, ExceptionHandler exceptionHandler)RuleFlowProcessFactoryRuleFlowProcessFactory. exceptionHandler(String exception, ExceptionHandler exceptionHandler)
-