org.jbpm.jpdl.internal.activity
Class DecisionHandlerActivity
java.lang.Object
org.jbpm.jpdl.internal.activity.JpdlActivity
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
|
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 |
decisionHandlerName
protected java.lang.String decisionHandlerName
decisionHandler
protected org.jbpm.api.jpdl.DecisionHandler decisionHandler
DecisionHandlerActivity
public DecisionHandlerActivity()
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.