Class BasicContext
java.lang.Object
org.kuali.rice.krms.framework.engine.BasicContext
- All Implemented Interfaces:
Context
An implementation of
Context- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionBasicContext(List<Agenda> agendas, List<TermResolver<?>> termResolvers) Create a BasicContext with the given parameters -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ExecutionEnvironment environment) Execute with the givenExecutionEnvironmentList<TermResolver<?>> Return a list of theTermResolvers
-
Constructor Details
-
BasicContext
Create a BasicContext with the given parameters- Parameters:
agendas- Listinvalid input: '<'invalid input: '{@link /*missing*/}'Agenda}> to set the agendas totermResolvers- Listinvalid input: '<'TermResolverinvalid input: '<'?>> to set the termResolvers to
-
-
Method Details
-
execute
Description copied from interface:ContextExecute with the givenExecutionEnvironment- Specified by:
executein interfaceContext- Parameters:
environment-ExecutionEnvironmentto execute with
-
getTermResolvers
Description copied from interface:ContextReturn a list of theTermResolvers- Specified by:
getTermResolversin interfaceContext- Returns:
- Listinvalid input: '<'TermResolverinvalid input: '<'?>>
-