org.jbpm.jpdl.internal.activity
Class DecisionHandlerActivity

java.lang.Object
  extended by org.jbpm.jpdl.internal.activity.JpdlActivity
      extended by org.jbpm.jpdl.internal.activity.DecisionHandlerActivity
All Implemented Interfaces:
java.io.Serializable, org.jbpm.api.activity.ActivityBehaviour

public class DecisionHandlerActivity
extends JpdlActivity

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  org.jbpm.api.jpdl.DecisionHandler decisionHandler
           
protected  java.lang.String decisionHandlerName
           
 
Fields inherited from class org.jbpm.jpdl.internal.activity.JpdlActivity
dbid
 
Constructor Summary
DecisionHandlerActivity()
           
 
Method Summary
 void execute(org.jbpm.api.activity.ActivityExecution execution)
           
 void execute(org.jbpm.pvm.internal.model.ExecutionImpl execution)
           
 void setDecisionHandler(org.jbpm.api.jpdl.DecisionHandler decisionHandler)
           
 void setDecisionHandlerName(java.lang.String decisionHandlerName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

decisionHandlerName

protected java.lang.String decisionHandlerName

decisionHandler

protected org.jbpm.api.jpdl.DecisionHandler decisionHandler
Constructor Detail

DecisionHandlerActivity

public DecisionHandlerActivity()
Method Detail

execute

public void execute(org.jbpm.api.activity.ActivityExecution execution)

execute

public void execute(org.jbpm.pvm.internal.model.ExecutionImpl execution)

setDecisionHandlerName

public void setDecisionHandlerName(java.lang.String decisionHandlerName)

setDecisionHandler

public void setDecisionHandler(org.jbpm.api.jpdl.DecisionHandler decisionHandler)


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.