|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FormServiceInvokeResponse
A FormServiceInvokeResponse object is returned when calling a render or submit service for a form.
| Nested Class Summary | |
|---|---|
static class |
FormServiceInvokeResponse.ReaderSubmitSettings
Class that determines form submission properties, such as submission format and enablement of Acrobat Reader 9.1 submission. |
static class |
FormServiceInvokeResponse.ReaderSubmitType
|
| Field Summary | |
|---|---|
static java.lang.String |
CALLING_APPLICATION_EMAIL
|
static java.lang.String |
CALLING_APPLICATION_KEY
|
static java.lang.String |
CALLING_APPLICATION_MOBILE
|
static java.lang.String |
CALLING_APPLICATION_WORKSPACE
|
static java.lang.String |
SWF_FILL_DATA_KEY
Key name for data resulting for a Fill execution done for a .swf asset type. |
static java.lang.String |
TEMPLATE_PATH_ATTRIBUTE
|
| Method Summary | |
|---|---|
java.lang.String |
getClassOfTask()
Get the class of task associated with this instance |
FormServiceInvokeResponse.ReaderSubmitSettings |
getReaderSubmitSettings()
Returns ReaderSubmit options for the rendered form. |
Document |
getResultingDocument()
Retrieves the Document resulting as output from the render or submit call. |
java.util.Map |
getResultingMap()
Retrieves the map of arbitrary values resulting from the render or submit call. |
TaskUIOptions |
getTaskUIOptions()
Get the TaskUIOptions object associated with this instance |
java.lang.String |
getTRCVariableName()
Returns the name of the TaskResultCollection variable that is associated with this task This is only returned when calling Render, not when calling submit. |
java.util.List |
getUserActions()
Returns the list of user actions what were designed at run time. |
boolean |
isDocumentForm()
Returns a hint that the content of the associated Form is being stored as a Document, and might likely have PDF Signatures on it. |
void |
setClassOfTask(java.lang.String classOfTask)
Set the class of task |
void |
setTaskUIOptions(TaskUIOptions taskUIOptions)
Set the TaskUIOptions object |
| Field Detail |
|---|
static final java.lang.String TEMPLATE_PATH_ATTRIBUTE
static final java.lang.String SWF_FILL_DATA_KEY
static final java.lang.String CALLING_APPLICATION_KEY
static final java.lang.String CALLING_APPLICATION_MOBILE
static final java.lang.String CALLING_APPLICATION_EMAIL
static final java.lang.String CALLING_APPLICATION_WORKSPACE
| Method Detail |
|---|
Document getResultingDocument()
Document resulting as output from the render or submit call.
Document resulting as output from the render or submit call.java.util.Map getResultingMap()
java.util.List getUserActions()
boolean isDocumentForm()
true, calling applications should not change the document, and should
pass it directly to the end user instead.
true if the form is being stored as a document.java.lang.String getTRCVariableName()
FormServiceInvokeResponse.ReaderSubmitSettings getReaderSubmitSettings()
void setTaskUIOptions(TaskUIOptions taskUIOptions)
taskUIOptions - The task ui options to setTaskUIOptions getTaskUIOptions()
void setClassOfTask(java.lang.String classOfTask)
classOfTask - The class of task to setjava.lang.String getClassOfTask()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||