|
KIE Internal 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectModelResolver
Resolves ObjectModel to actual instances based on underlying mechanism
such as reflection, Spring, CDI, MVEL and more.
| Method Summary | |
|---|---|
boolean |
accept(String resolverId)
Accepts if the given resolverId is matching this resolver identifier. |
Object |
getInstance(ObjectModel model,
ClassLoader cl,
Map<String,Object> contextParams)
Creates new instance from the given ObjectMode |
| Method Detail |
|---|
Object getInstance(ObjectModel model,
ClassLoader cl,
Map<String,Object> contextParams)
ObjectMode
model - object model that defines the instancecl - class loader that have access to the classescontextParams - provides some contextual params that are referenced by name and already created
such as RuntimeManager, RuntimeEngine, KieSession, TaskService
boolean accept(String resolverId)
resolverId is matching this resolver identifier.
resolverId - identifier of the resolver
|
KIE Internal 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||