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

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

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

Methods in org.jbpm.model.formapi.shared.form that return FormRepresentation
 FormRepresentation FormRepresentationDecoder.decode(String json)
           
 

Methods in org.jbpm.model.formapi.shared.form with parameters of type FormRepresentation
 String AbstractFormRepresentationEncoder.encode(FormRepresentation form)
           
 String FormRepresentationEncoder.encode(FormRepresentation form)
           
 

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

Methods in org.jbpm.model.formbuilder.client.form that return FormRepresentation
 FormRepresentation FBForm.createRepresentation()
           
 

Methods in org.jbpm.model.formbuilder.client.form with parameters of type FormRepresentation
 void FBForm.populate(FormRepresentation rep)
           
 



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