org.camunda.bpm.engine.impl.bpmn.parser
Class EscalationEventDefinition

java.lang.Object
  extended by org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition

public class EscalationEventDefinition
extends Object

Represents an escalation event definition that reference an 'escalation' element.

Author:
Philipp Ossler

Field Summary
protected  boolean cancelActivity
           
protected  String escalationCode
           
protected  String escalationCodeVariable
           
protected  PvmActivity escalationHandler
           
 
Constructor Summary
EscalationEventDefinition(PvmActivity escalationHandler, boolean cancelActivity)
           
 
Method Summary
 String getEscalationCode()
           
 String getEscalationCodeVariable()
           
 PvmActivity getEscalationHandler()
           
 boolean isCancelActivity()
           
 void setEscalationCode(String escalationCode)
           
 void setEscalationCodeVariable(String escalationCodeVariable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

escalationHandler

protected final PvmActivity escalationHandler

cancelActivity

protected final boolean cancelActivity

escalationCode

protected String escalationCode

escalationCodeVariable

protected String escalationCodeVariable
Constructor Detail

EscalationEventDefinition

public EscalationEventDefinition(PvmActivity escalationHandler,
                                 boolean cancelActivity)
Method Detail

getEscalationCode

public String getEscalationCode()

getEscalationHandler

public PvmActivity getEscalationHandler()

isCancelActivity

public boolean isCancelActivity()

setEscalationCode

public void setEscalationCode(String escalationCode)

getEscalationCodeVariable

public String getEscalationCodeVariable()

setEscalationCodeVariable

public void setEscalationCodeVariable(String escalationCodeVariable)


Copyright © 2016 camunda services GmbH. All rights reserved.