jBPM distribution 6.0.0.CR5

Uses of Class
org.jbpm.kie.services.impl.form.model.FormItemRepresentation

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

Uses of FormItemRepresentation in org.jbpm.kie.services.impl.form.model
 

Methods in org.jbpm.kie.services.impl.form.model that return types with arguments of type FormItemRepresentation
 List<FormItemRepresentation> FormRepresentation.getFormItems()
           
 

Methods in org.jbpm.kie.services.impl.form.model with parameters of type FormItemRepresentation
 void FormRepresentation.addFormItem(FormItemRepresentation formItem)
           
 

Method parameters in org.jbpm.kie.services.impl.form.model with type arguments of type FormItemRepresentation
 void FormRepresentation.setFormItems(List<FormItemRepresentation> formItems)
           
 

Uses of FormItemRepresentation in org.jbpm.kie.services.impl.form.model.forms
 

Methods in org.jbpm.kie.services.impl.form.model.forms that return FormItemRepresentation
 FormItemRepresentation FormRepresentationDecoder.decodeItem(String json)
           
 

Methods in org.jbpm.kie.services.impl.form.model.forms with parameters of type FormItemRepresentation
 String FormRepresentationEncoder.encode(FormItemRepresentation item)
           
 String AbstractFormRepresentationEncoder.encode(FormItemRepresentation item)
           
 


jBPM distribution 6.0.0.CR5

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