Uses of Interface
org.jbpm.formapi.shared.form.FormRepresentationDecoder

Packages that use FormRepresentationDecoder
org.jbpm.formapi.client.form   
org.jbpm.formapi.server.form   
org.jbpm.formapi.shared.form   
 

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

Classes in org.jbpm.formapi.client.form that implement FormRepresentationDecoder
 class FormRepresentationDecoderClient
          Decodes json to different objects on the client side
 

Methods in org.jbpm.formapi.client.form that return FormRepresentationDecoder
static FormRepresentationDecoder FormEncodingClientFactory.getDecoder()
           
 

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

Classes in org.jbpm.formapi.server.form that implement FormRepresentationDecoder
 class FormRepresentationDecoderImpl
           
 

Methods in org.jbpm.formapi.server.form that return FormRepresentationDecoder
static FormRepresentationDecoder FormEncodingServerFactory.getDecoder()
           
 

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

Methods in org.jbpm.formapi.shared.form that return FormRepresentationDecoder
static FormRepresentationDecoder FormEncodingFactory.getDecoder()
           
 

Methods in org.jbpm.formapi.shared.form with parameters of type FormRepresentationDecoder
static void FormEncodingFactory.register(FormRepresentationEncoder encoder, FormRepresentationDecoder decoder)
           
 



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