org.camunda.bpm.engine.impl.bpmn.parser
Class EscalationEventDefinition
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
escalationHandler
protected final PvmActivity escalationHandler
cancelActivity
protected final boolean cancelActivity
escalationCode
protected String escalationCode
escalationCodeVariable
protected String escalationCodeVariable
EscalationEventDefinition
public EscalationEventDefinition(PvmActivity escalationHandler,
boolean cancelActivity)
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 © 2015 camunda services GmbH. All rights reserved.