|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 TermResolver s |
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 toMethod Detail |
---|
public void execute(ExecutionEnvironment environment)
Context
ExecutionEnvironment
execute
in interface Context
environment
- ExecutionEnvironment
to execute withpublic List<TermResolver<?>> getTermResolvers()
Context
TermResolver
s
getTermResolvers
in interface Context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |