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

Packages that use FormRepresentation
org.jbpm.formapi.client.form   
org.jbpm.formapi.server.form   
org.jbpm.formapi.server.trans   
org.jbpm.formapi.shared.form   
 

Uses of FormRepresentation in org.jbpm.formapi.client.form
 

Methods in org.jbpm.formapi.client.form that return FormRepresentation
 FormRepresentation FormRepresentationDecoderClient.decode(String code)
           
 

Uses of FormRepresentation in org.jbpm.formapi.server.form
 

Methods in org.jbpm.formapi.server.form that return FormRepresentation
 FormRepresentation FormRepresentationDecoderImpl.decode(String code)
           
 

Uses of FormRepresentation in org.jbpm.formapi.server.trans
 

Methods in org.jbpm.formapi.server.trans with parameters of type FormRepresentation
 URL Translator.translateForm(FormRepresentation form)
           
 URL ScriptingTranslator.translateForm(FormRepresentation form)
           
 

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

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

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



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