Uses of Class
com.avoka.tm.func.FormFuncResult
-
Packages that use FormFuncResult Package Description com.avoka.fc.core.service.fluent Provides the Fluent Groovy API services.com.avoka.tm.func Provides Fluent Function classes. -
-
Uses of FormFuncResult in com.avoka.fc.core.service.fluent
Methods in com.avoka.fc.core.service.fluent that return FormFuncResult Modifier and Type Method Description FormFuncResult
FormFunctionsExecutor. execute(HttpServletRequest request, Submission submission, Document formData, Map<String,Object> parameters, org.apache.commons.fileupload.FileItem fileAttachment, UserAccount userAccount)
Execute the form functions in sequence for the given trigger type. -
Uses of FormFuncResult in com.avoka.tm.func
Fields in com.avoka.tm.func declared as FormFuncResult Modifier and Type Field Description static FormFuncResult
FormFuncResult. EMPTY_RESULT
Provides an empty form function result.
-