|
jBPM distribution 6.0.0.CR4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionHandler | |
---|---|
org.jbpm.compiler.xml | |
org.jbpm.process.core.context.exception | |
org.jbpm.process.instance.context.exception | |
org.jbpm.ruleflow.core | |
org.jbpm.ruleflow.core.factory |
Uses of ExceptionHandler in org.jbpm.compiler.xml |
---|
Method parameters in org.jbpm.compiler.xml with type arguments of type ExceptionHandler | |
---|---|
static void |
XmlWorkflowProcessDumper.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 | |
---|---|
class |
ActionExceptionHandler
|
class |
CompensationHandler
|
Fields in org.jbpm.process.core.context.exception with type parameters of type ExceptionHandler | |
---|---|
protected Map<String,ExceptionHandler> |
ExceptionScope.exceptionHandlers
|
Methods in org.jbpm.process.core.context.exception that return ExceptionHandler | |
---|---|
ExceptionHandler |
ExceptionScope.getExceptionHandler(String exception)
|
ExceptionHandler |
CompensationScope.getExceptionHandler(String exception)
|
Methods in org.jbpm.process.core.context.exception that return types with arguments of type ExceptionHandler | |
---|---|
Map<String,ExceptionHandler> |
ExceptionScope.getExceptionHandlers()
|
Methods in org.jbpm.process.core.context.exception with parameters of type ExceptionHandler | |
---|---|
void |
ExceptionScope.setExceptionHandler(String exception,
ExceptionHandler exceptionHandler)
|
Method parameters in org.jbpm.process.core.context.exception with type arguments of type ExceptionHandler | |
---|---|
void |
ExceptionScope.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 | |
---|---|
abstract void |
ExceptionScopeInstance.handleException(ExceptionHandler handler,
String exception,
Object params)
|
void |
DefaultExceptionScopeInstance.handleException(ExceptionHandler handler,
String exception,
Object params)
|
void |
CompensationScopeInstance.handleException(ExceptionHandler handler,
String compensationActivityRef,
Object dunno)
|
Uses of ExceptionHandler in org.jbpm.ruleflow.core |
---|
Methods in org.jbpm.ruleflow.core with parameters of type ExceptionHandler | |
---|---|
RuleFlowProcessFactory |
RuleFlowProcessFactory.exceptionHandler(String exception,
ExceptionHandler exceptionHandler)
|
Uses of ExceptionHandler in org.jbpm.ruleflow.core.factory |
---|
Methods in org.jbpm.ruleflow.core.factory with parameters of type ExceptionHandler | |
---|---|
DynamicNodeFactory |
DynamicNodeFactory.exceptionHandler(String exception,
ExceptionHandler exceptionHandler)
|
CompositeNodeFactory |
CompositeNodeFactory.exceptionHandler(String exception,
ExceptionHandler exceptionHandler)
|
|
jBPM distribution 6.0.0.CR4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |