org.jbpm.api.jpdl
Interface DecisionHandler

All Superinterfaces:
java.io.Serializable

public interface DecisionHandler
extends java.io.Serializable

interface for supplying user programmed decisions.

Author:
Tom Baeyens

Method Summary
 java.lang.String decide(OpenExecution execution)
          the name of the selected outgoing transition
 

Method Detail

decide

java.lang.String decide(OpenExecution execution)
the name of the selected outgoing transition



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