|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krms.framework.engine.BasicContext
public final class BasicContext
An implementation of Context
| Constructor Summary | |
|---|---|
BasicContext(List<Agenda> agendas,
List<TermResolver<?>> termResolvers)
Create a BasicContext with the given parameters |
|
| Method Summary | |
|---|---|
void |
execute(ExecutionEnvironment environment)
Execute with the given ExecutionEnvironment |
List<TermResolver<?>> |
getTermResolvers()
Return a list of the TermResolvers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicContext(List<Agenda> agendas,
List<TermResolver<?>> termResolvers)
agendas - List<Agenda}> to set the agendas totermResolvers - List<TermResolver>> to set the termResolvers to| Method Detail |
|---|
public void execute(ExecutionEnvironment environment)
ContextExecutionEnvironment
execute in interface Contextenvironment - ExecutionEnvironment to execute withpublic List<TermResolver<?>> getTermResolvers()
ContextTermResolvers
getTermResolvers in interface Context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||