jBPM distribution 6.0.0.Beta4

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

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

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)
           
 

Uses of OutputData in org.jbpm.kie.services.impl.form
 

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


jBPM distribution 6.0.0.Beta4

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