站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.0.0 API 英文版文档

DroolsActionHandler (JBoss Seam API Documentation) - JBoss Seam 1.0.0 API 英文版文档


org.jboss.seam.drools
Class DroolsActionHandler

java.lang.Object
  extended by org.jboss.seam.drools.DroolsActionHandler
All Implemented Interfaces:
Serializable, org.jbpm.graph.def.ActionHandler

public class DroolsActionHandler
extends Object
implements org.jbpm.graph.def.ActionHandler

A jBPM ActionHandler that delegates to a Drools WorkingMemory held in a Seam context variable.

Author:
Jeff Delong, Gavin King
See Also:
Serialized Form

Field Summary
 List<String> assertObjects
           
 String workingMemoryName
           
 
Constructor Summary
DroolsActionHandler()
           
 
Method Summary
 void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
          The FireRulesActionHandler gets variables from the Instance, and asserts them into the Rules Engine and invokes the rules.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

assertObjects

public List<String> assertObjects

workingMemoryName

public String workingMemoryName
Constructor Detail

DroolsActionHandler

public DroolsActionHandler()
Method Detail

execute

public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
             throws Exception
The FireRulesActionHandler gets variables from the Instance, and asserts them into the Rules Engine and invokes the rules.

Specified by:
execute in interface org.jbpm.graph.def.ActionHandler
Throws:
Exception