|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRuntimeContext | |
|---|---|
| com.bareflow | Core Bareflow framework classes. |
| Uses of IRuntimeContext in com.bareflow |
|---|
| Methods in com.bareflow that return IRuntimeContext | |
|---|---|
IRuntimeContext |
IRuntimeFactory.createContext()
Creates root runtime context that can be used by this runtime to run module. |
IRuntimeContext |
IRuntimeContext.createContext()
Creates a child context for this context |
IRuntimeContext |
IRuntimeContextIterator.next()
Returns next available data context |
| Methods in com.bareflow with parameters of type IRuntimeContext | |
|---|---|
IRuntimeContextIterator |
IProvider.createIterator(IRuntimeContext parentContext)
Returns an iterator over the elements of this provider in proper sequence. |
java.lang.Object |
IExpression.eval(IRuntimeContext ctx)
|
java.lang.Object |
IRuntimeValue.getValue(IRuntimeContext ctx)
Resolves this runtime value in the runtime context. |
protected void |
Runtime.init(IRuntimeContext ctx)
Initializes this runtime |
boolean |
ICondition.isTrue(IRuntimeContext ctx)
Returns true if this condition is valid in the given runtime context |
void |
ITask.run(IRuntimeContext ctx)
Runs task in the runtime context ctx |
void |
IScript.run(IRuntimeContext ctx)
|
void |
IModule.run(IRuntimeContext ctx)
Runs this module in the given runtime context |
void |
Runtime.run(ITask task,
IRuntimeContext ctx)
|
void |
IRuntime.run(ITask task,
IRuntimeContext ctx)
Runs the task in the runtime context |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||