jBPM distribution 6.0.0.CR1

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

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

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)
           
 

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

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


jBPM distribution 6.0.0.CR1

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