org.jboss.seam.drools
Class DroolsHandler

java.lang.Object
  extended by org.jboss.seam.drools.DroolsHandler
Direct Known Subclasses:
DroolsActionHandler, DroolsAssignmentHandler, DroolsDecisionHandler

public class DroolsHandler
extends Object

Common functionality for jBPM handlers for Drools.

Author:
Jeff Delong, Gavin King

Constructor Summary
DroolsHandler()
           
 
Method Summary
protected  org.drools.WorkingMemory getWorkingMemory(String workingMemoryName, List<String> expressions, org.jbpm.graph.exe.ExecutionContext executionContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DroolsHandler

public DroolsHandler()
Method Detail

getWorkingMemory

protected org.drools.WorkingMemory getWorkingMemory(String workingMemoryName,
                                                    List<String> expressions,
                                                    org.jbpm.graph.exe.ExecutionContext executionContext)
                                             throws org.jbpm.jpdl.el.ELException
Throws:
org.jbpm.jpdl.el.ELException