jBPM :: Distribution 6.2.0-SNAPSHOT

org.jbpm.bpmn2.core
Class Escalation

java.lang.Object
  extended by org.jbpm.bpmn2.core.Signal
      extended by org.jbpm.bpmn2.core.Escalation
All Implemented Interfaces:
Serializable

public class Escalation
extends Signal
implements Serializable

See Also:
Serialized Form

Constructor Summary
Escalation(String id, String escalationCode)
           
Escalation(String id, String structureRef, String escalationCode)
           
 
Method Summary
 String getEscalationCode()
           
 
Methods inherited from class org.jbpm.bpmn2.core.Signal
getId, getName, getStructureRef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Escalation

public Escalation(String id,
                  String structureRef,
                  String escalationCode)

Escalation

public Escalation(String id,
                  String escalationCode)
Method Detail

getEscalationCode

public String getEscalationCode()

jBPM :: Distribution 6.2.0-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.