jBPM distribution 6.1.0.CR2

Uses of Interface
org.kie.api.runtime.process.DataTransformer

Packages that use DataTransformer
org.jbpm.process.core.impl   
org.jbpm.process.core.transformation   
 

Uses of DataTransformer in org.jbpm.process.core.impl
 

Methods in org.jbpm.process.core.impl that return DataTransformer
 DataTransformer DataTransformerRegistry.find(String languge)
           
 

Methods in org.jbpm.process.core.impl with parameters of type DataTransformer
 void DataTransformerRegistry.register(String language, DataTransformer transformer)
           
 

Uses of DataTransformer in org.jbpm.process.core.transformation
 

Classes in org.jbpm.process.core.transformation that implement DataTransformer
 class JavaScriptingDataTransformer
          Implementation of DataTransformer that is based on standard Java scripting capabilities (javax.script).
 class MVELDataTransformer
          MVEL based DataTransformer implementation
 


jBPM distribution 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.