Package | Description |
---|---|
com.frevvo.forms.client |
Modifier and Type | Method and Description |
---|---|
FormEntryBuilder |
FormEntryBuilder.attachment(String id,
String contentType,
String filename,
InputStream is)
Add an xml document to this builder
|
FormEntryBuilder |
FormEntryBuilder.attachment(String id,
String contentType,
URL url) |
FormEntryBuilder |
FormTypeEntry.createInstanceBuilder() |
FormEntryBuilder |
FormEntryBuilder.data(String name,
String value)
Add a _data parameter to this builder
|
FormEntryBuilder |
FormEntryBuilder.document(String name,
InputStream is)
Add an xml document to this builder
|
FormEntryBuilder |
FormEntryBuilder.document(String name,
URL documentUrl)
Add an xml document to this builder from a given URL
|
FormEntryBuilder |
FormEntryBuilder.formActionDocs(boolean value)
See
FormTypeEntry .FORMTYPE_FORMACTIONDOCS_PARAMETER |
FormEntryBuilder |
FormEntryBuilder.parameter(String name,
String value)
Add a link parameter to this builder
See
FormTypeEntry constants for known parameters |
FormEntryBuilder |
FormEntryBuilder.signature(String filename,
InputStream is)
Add an xml signature to this builder
|
FormEntryBuilder |
FormEntryBuilder.signature(URL signatureUrl)
Add an xml signature to this builder from a given URL
|
FormEntryBuilder |
FormEntryBuilder.wetSignature(String id,
String filename,
InputStream is)
Add an wet signature to this builder
|
FormEntryBuilder |
FormEntryBuilder.wetSignature(String id,
URL wetSignatureUrl)
Add an wet signature to this builder from a given URL
|
Copyright © 2006–2015 frevvo Inc. All rights reserved.