A B C D E F G H I L M N P R S T V

I

IBuilderContext - Interface in com.bareflow
 
IComponentBuilder - Interface in com.bareflow
An interface to build a component from a model object.
IComponentRegistry - Interface in com.bareflow
This interface represents a registry of all the components for a module.
ICondition - Interface in com.bareflow
This interface represents condition that can be evaluated in a runtime context.
IExpression - Interface in com.bareflow
This interface represents an expression that can be evaluated during runtime in the given runtime context.
IExtensionFactory - Interface in com.bareflow
This interface is used to instantiate Extension.
IModule - Interface in com.bareflow
This interface represents a module.
init(IRuntimeContext) - Method in class com.bareflow.Runtime
Initializes this runtime
IProvider - Interface in com.bareflow
Provider supplies data for downstream processing.
IRuntime - Interface in com.bareflow
Interface to run task in the given context.
IRuntimeContext - Interface in com.bareflow
This interface represents runtime context.
IRuntimeContextIterator - Interface in com.bareflow
An iterator over a collection of runtime contexts.
IRuntimeFactory - Interface in com.bareflow
Defines a factory API to create the following essential runtime objects: runtime runtime context runtime value expression script Each runtime is identified by its own id (see IRuntimeFactory.getRuntimeId()).
IRuntimeValue - Interface in com.bareflow
This interface represents a value object that can be evaluated only at runtime and in a runtime context.
IScript - Interface in com.bareflow
 
isTrue(IRuntimeContext) - Method in interface com.bareflow.ICondition
Returns true if this condition is valid in the given runtime context
ITask - Interface in com.bareflow
An interface for task components.

A B C D E F G H I L M N P R S T V