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