Class CompensationScopeInstance
- java.lang.Object
-
- org.jbpm.process.instance.context.AbstractContextInstance
-
- org.jbpm.process.instance.context.exception.ExceptionScopeInstance
-
- org.jbpm.process.instance.context.exception.CompensationScopeInstance
-
- All Implemented Interfaces:
Serializable,ContextInstance
public class CompensationScopeInstance extends ExceptionScopeInstance
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompensationScopeInstance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCompensationInstances(Collection<NodeInstance> generatedInstances)StringgetContextType()voidhandleException(String activityRef, Object dunno)voidhandleException(ExceptionHandler handler, String compensationActivityRef, Object dunno)-
Methods inherited from class org.jbpm.process.instance.context.exception.ExceptionScopeInstance
getExceptionScope
-
Methods inherited from class org.jbpm.process.instance.context.AbstractContextInstance
getContext, getContextId, getContextInstanceContainer, getProcessInstance, setContextId, setContextInstanceContainer, setProcessInstance
-
-
-
-
Method Detail
-
getContextType
public String getContextType()
- Specified by:
getContextTypein interfaceContextInstance- Overrides:
getContextTypein classExceptionScopeInstance
-
addCompensationInstances
public void addCompensationInstances(Collection<NodeInstance> generatedInstances)
-
handleException
public void handleException(String activityRef, Object dunno)
- Overrides:
handleExceptionin classExceptionScopeInstance
-
handleException
public void handleException(ExceptionHandler handler, String compensationActivityRef, Object dunno)
- Specified by:
handleExceptionin classExceptionScopeInstance
-
-