jBPM :: Distribution 6.2.0-SNAPSHOT

org.jbpm.bpmn2.core
Class Signal

java.lang.Object
  extended by org.jbpm.bpmn2.core.Signal
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Error, Escalation

public class Signal
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Signal(String id, String structureRef)
           
Signal(String id, String structureRef, String name)
           
 
Method Summary
 String getId()
           
 String getName()
           
 String getStructureRef()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Signal

public Signal(String id,
              String structureRef)

Signal

public Signal(String id,
              String structureRef,
              String name)
Method Detail

getId

public String getId()

getStructureRef

public String getStructureRef()

getName

public String getName()

jBPM :: Distribution 6.2.0-SNAPSHOT

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