Uses of Class
org.jbpm.model.formapi.shared.api.OutputData

Packages that use OutputData
org.jbpm.model.formapi.client.form   
org.jbpm.model.formapi.shared.api   
org.jbpm.model.formapi.shared.form   
org.jbpm.model.formbuilder.client.form   
 

Uses of OutputData in org.jbpm.model.formapi.client.form
 

Methods in org.jbpm.model.formapi.client.form that return OutputData
 OutputData FBFormItem.getOutput()
           
 

Methods in org.jbpm.model.formapi.client.form with parameters of type OutputData
 void FBFormItem.setOutput(OutputData output)
           
 

Uses of OutputData in org.jbpm.model.formapi.shared.api
 

Methods in org.jbpm.model.formapi.shared.api that return OutputData
 OutputData FormItemRepresentation.getOutput()
           
 

Methods in org.jbpm.model.formapi.shared.api that return types with arguments of type OutputData
 Map<String,OutputData> FormRepresentation.getOutputs()
           
 

Methods in org.jbpm.model.formapi.shared.api with parameters of type OutputData
 void FormItemRepresentation.setOutput(OutputData output)
           
 

Method parameters in org.jbpm.model.formapi.shared.api with type arguments of type OutputData
 void FormRepresentation.setOutputs(Map<String,OutputData> outputs)
           
 

Uses of OutputData in org.jbpm.model.formapi.shared.form
 

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

Uses of OutputData in org.jbpm.model.formbuilder.client.form
 

Methods in org.jbpm.model.formbuilder.client.form that return types with arguments of type OutputData
 Map<String,OutputData> FBForm.getOutputs()
           
 

Method parameters in org.jbpm.model.formbuilder.client.form with type arguments of type OutputData
 void FBForm.setOutputs(Map<String,OutputData> outputs)
           
 



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