org.kuali.rice.krms.framework.engine
Interface Context

All Known Implementing Classes:
BasicContext

public interface Context

The context represents the area(s) of an organization's activity where a rule applies and where the terms used to create the rule are defined and relevant. An equivalent phrase often used is business domain. Rules only make sense in a particular context and because they must be evaluated against the information in that domain or context.

For example, rules that are specifically authored and that are meaningful in an application on a Research Proposal would be most unlikely to make sense or be relevant in the context of a Student Record even if the condition could be evaluated.

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

Method Summary
 void execute(ExecutionEnvironment environment)
          Execute with the given ExecutionEnvironment
 List<TermResolver<?>> getTermResolvers()
          Return a list of the TermResolvers
 

Method Detail

execute

void execute(ExecutionEnvironment environment)
Execute with the given ExecutionEnvironment

Parameters:
environment - ExecutionEnvironment to execute with

getTermResolvers

List<TermResolver<?>> getTermResolvers()
Return a list of the TermResolvers

Returns:
List>


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