Uses of Class
org.jbpm.process.core.context.exception.ExceptionScope
-
Packages that use ExceptionScope Package Description org.jbpm.process.core.context.exception org.jbpm.process.instance.context.exception org.jbpm.ruleflow.core -
-
Uses of ExceptionScope in org.jbpm.process.core.context.exception
Subclasses of ExceptionScope in org.jbpm.process.core.context.exception Modifier and Type Class Description class
CompensationScope
This scope represents the collection of compensation handlers in a (sub)process. -
Uses of ExceptionScope in org.jbpm.process.instance.context.exception
Methods in org.jbpm.process.instance.context.exception that return ExceptionScope Modifier and Type Method Description ExceptionScope
ExceptionScopeInstance. getExceptionScope()
-
Uses of ExceptionScope in org.jbpm.ruleflow.core
Methods in org.jbpm.ruleflow.core that return ExceptionScope Modifier and Type Method Description ExceptionScope
RuleFlowProcess. getExceptionScope()
-