edu.sampleu.travel.workflow
Class TravelAccountRulesEngineExecutor

java.lang.Object
  extended by edu.sampleu.travel.workflow.TravelAccountRulesEngineExecutor
All Implemented Interfaces:
RulesEngineExecutor

public class TravelAccountRulesEngineExecutor
extends Object
implements RulesEngineExecutor

A simple sample RulesEngineExecutor usable in the sample app which is hard-coded to select a context with namespaceCode="KR-SAP" and name="Travel Account ". It also is hardcoded to select an agenda from the context with an event name of "workflow".

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
TravelAccountRulesEngineExecutor()
           
 
Method Summary
 EngineResults execute(RouteContext routeContext, Engine engine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TravelAccountRulesEngineExecutor

public TravelAccountRulesEngineExecutor()
Method Detail

execute

public EngineResults execute(RouteContext routeContext,
                             Engine engine)
Specified by:
execute in interface RulesEngineExecutor


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.