Uses of Class
com.frevvo.forms.client.FormsService

Packages that use FormsService
com.frevvo.forms.client   
com.frevvo.forms.client.cli   
 

Uses of FormsService in com.frevvo.forms.client
 

Methods in com.frevvo.forms.client with parameters of type FormsService
static void Helper.cancelInstance(FormsService service, java.net.URL fUrl)
           
static java.lang.String Helper.getInstanceState(FormsService service, java.net.URL url)
           
static java.lang.String Helper.getInstanceXHTML(FormsService service, java.net.URL url)
           
static void Helper.nextActivity(FormsService service, java.net.URL formUrl)
           
static void Helper.previousActivity(FormsService service, java.net.URL formUrl)
           
static FormTypeEntry Helper.replaceFormType(FormsService fs, ApplicationEntry appEntry, java.lang.String existingFormId, java.io.InputStream newForm)
          Replace the FormType identified by id with the given form stream
static void Helper.saveInstance(FormsService service, java.net.URL url)
           
static void Helper.submitInstance(FormsService service, java.net.URL formUrl)
           
static java.lang.String Helper.updateControlValue(FormsService service, java.net.URL url, java.lang.String id, java.lang.String value)
           
 

Uses of FormsService in com.frevvo.forms.client.cli
 

Methods in com.frevvo.forms.client.cli with parameters of type FormsService
static void Main.listAll(FormsService service)
           
 



Copyright © 2006-2011 frevvo Inc. All Rights Reserved.