org.camunda.bpm.engine.impl.bpmn.behavior
Class AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder

java.lang.Object
  extended by org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
All Implemented Interfaces:
Collector<ScopeImpl>
Enclosing class:
AbstractBpmnActivityBehavior

public static class AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
extends Object
implements Collector<ScopeImpl>


Field Summary
protected  String errorCode
           
protected  ErrorEventDefinition errorEventDefinition
           
protected  ActivityImpl errorHandlerActivity
           
protected  Exception exception
           
 
Constructor Summary
AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder(Exception exception, String errorCode)
           
 
Method Summary
 void collect(ScopeImpl scope)
           
 TreeWalker.WalkCondition<ScopeImpl> declarationFound()
           
 ErrorEventDefinition getErrorEventDefinition()
           
 ActivityImpl getErrorHandlerActivity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception

protected Exception exception

errorCode

protected String errorCode

errorHandlerActivity

protected ActivityImpl errorHandlerActivity

errorEventDefinition

protected ErrorEventDefinition errorEventDefinition
Constructor Detail

AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder

public AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder(Exception exception,
                                                                             String errorCode)
Method Detail

declarationFound

public TreeWalker.WalkCondition<ScopeImpl> declarationFound()

collect

public void collect(ScopeImpl scope)
Specified by:
collect in interface Collector<ScopeImpl>

getErrorHandlerActivity

public ActivityImpl getErrorHandlerActivity()

getErrorEventDefinition

public ErrorEventDefinition getErrorEventDefinition()


Copyright © 2015 camunda services GmbH. All rights reserved.