Package | Description |
---|---|
com.frevvo.forms.client | |
com.frevvo.forms.client.cli |
Modifier and Type | Method and Description |
---|---|
FormsService |
SubmissionEntry.getService() |
FormsService |
FormTypeEntry.getService() |
Modifier and Type | Method and Description |
---|---|
static void |
Helper.cancelInstance(FormsService service,
URL fUrl)
Cancel an instance url
|
static String |
Helper.clickControl(FormsService service,
com.google.gdata.data.Link link) |
URL |
FormTypeEntry.createFormInstance(FormsService myService,
Map<String,Object> linkParams,
Collection<com.google.gdata.data.media.MediaSource> documents) |
URL |
FormTypeEntry.createFormInstance(FormsService myService,
Map<String,Object> linkParams,
Collection<com.google.gdata.data.media.MediaSource> documents,
String authHeader,
List<org.apache.commons.httpclient.Cookie> cookies) |
static void |
Helper.deleteScript(FormsService service,
com.google.gdata.data.Link link) |
static URL |
Helper.getApplicationFeedURL(FormsService fs,
String owner) |
<E extends com.google.gdata.data.BaseEntry<E>> |
EntryHolder.getEntry(FormsService fs,
Class<E> entryClass)
Get the entry associated with this holder.
|
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 DataSource |
Helper.saveInstance(FormsService service,
URL url) |
static DataSource |
Helper.saveInstance(FormsService service,
URL url,
boolean terminateInstance) |
static String |
Helper.updateControlState(FormsService service,
com.google.gdata.data.Link link,
String state) |
static String |
Helper.updateControlValue(FormsService service,
com.google.gdata.data.Link link,
String value) |
static String |
Helper.updateControlValue(FormsService service,
URL url,
String id,
String value)
Deprecated.
|
static String |
Helper.updateControlValues(FormsService service,
com.google.gdata.data.Link link,
String... values) |
static void |
Helper.updateScript(FormsService service,
com.google.gdata.data.Link link,
InputStream script) |
Modifier and Type | Method and Description |
---|---|
static void |
Main.listAll(FormsService service) |
Copyright © 2006–2015 frevvo Inc. All rights reserved.