|
KIE API 6.1.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataTransformer
Data transformation capabilities used by data input and data output transformation as part of BPMN2 process definition. It allows plugable implementations.
Method Summary | |
---|---|
Object |
compile(String expression)
Compiles given expression into reusable unit. |
Object |
transform(Object expression,
Map<String,Object> parameters)
Transforms the given expression object (might be compiled expression) using parameters as contextual information (aka bindings) used during
evaluation of the expression. |
Method Detail |
---|
Object compile(String expression)
expression
- language specific expression
RuntimeException
- in case of unexpected errors during compilationObject transform(Object expression, Map<String,Object> parameters)
parameters
as contextual information (aka bindings) used during
evaluation of the expression.
expression
- expression to evaluateparameters
- binding parameters
RuntimeException
- in case of unexpected errors during evaluation of the expression
|
KIE API 6.1.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |