|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InfoPathFormData in com.lombardisoftware.webapi |
---|
Methods in com.lombardisoftware.webapi that return InfoPathFormData | |
---|---|
InfoPathFormData |
InfoPathFormAttachment.getData()
Gets the data value for this InfoPathFormAttachment. |
Methods in com.lombardisoftware.webapi with parameters of type InfoPathFormData | |
---|---|
void |
InfoPathFormAttachment.setData(InfoPathFormData data)
Sets the data value for this InfoPathFormAttachment. |
ProcessInstance |
WebAPI.startProcessWithInfoPathForm(Process process,
long formId,
InfoPathFormData formData)
Start a process and create a new process instance with the output of an InfoPath form. |
boolean |
WebAPI.submitInfoPathForm(long taskId,
InfoPathFormData formData)
Submit an InfoPath form associated with a task id and a form data. |
boolean |
WebAPI.submitInfoPathForms(long[] taskIds,
InfoPathFormData[] formDatas)
Submit several InfoPath forms. |
Constructors in com.lombardisoftware.webapi with parameters of type InfoPathFormData | |
---|---|
InfoPathFormAttachment(InfoPathForm form,
InfoPathFormData data)
|
|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |