jBPM distribution 6.0.0.Beta1

Uses of Class
org.jbpm.form.builder.services.model.OutputData

Packages that use OutputData
org.droolsjbpm.services.impl.form   
org.jbpm.form.builder.services.model   
org.jbpm.form.builder.services.model.forms   
 

Uses of OutputData in org.droolsjbpm.services.impl.form
 

Methods in org.droolsjbpm.services.impl.form that return types with arguments of type OutputData
protected  Map<String,OutputData> FormProviderServiceImpl.toOutputDataMap(Map<String,String> outputs)
           
 

Uses of OutputData in org.jbpm.form.builder.services.model
 

Methods in org.jbpm.form.builder.services.model that return OutputData
 OutputData FormItemRepresentation.getOutput()
           
 

Methods in org.jbpm.form.builder.services.model that return types with arguments of type OutputData
 Map<String,OutputData> FormRepresentation.getOutputs()
           
 

Methods in org.jbpm.form.builder.services.model with parameters of type OutputData
 void FormItemRepresentation.setOutput(OutputData output)
           
 

Method parameters in org.jbpm.form.builder.services.model with type arguments of type OutputData
 void FormRepresentation.setOutputs(Map<String,OutputData> outputs)
           
 

Uses of OutputData in org.jbpm.form.builder.services.model.forms
 

Method parameters in org.jbpm.form.builder.services.model.forms with type arguments of type OutputData
 String AbstractFormRepresentationEncoder.encodeOutputs(Map<String,OutputData> outputs)
           
 


jBPM distribution 6.0.0.Beta1

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