jBPM distribution 6.0.0.Beta1

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

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

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

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

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

Methods in org.jbpm.form.builder.services.model that return InputData
 InputData FormItemRepresentation.getInput()
           
 

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

Methods in org.jbpm.form.builder.services.model with parameters of type InputData
 void FormItemRepresentation.setInput(InputData input)
           
 

Method parameters in org.jbpm.form.builder.services.model with type arguments of type InputData
 void FormRepresentation.setInputs(Map<String,InputData> inputs)
           
 

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

Method parameters in org.jbpm.form.builder.services.model.forms with type arguments of type InputData
 String AbstractFormRepresentationEncoder.encodeInputs(Map<String,InputData> inputs)
           
 


jBPM distribution 6.0.0.Beta1

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