Uses of Class
com.avoka.tm.func.FuncResult
-
Packages that use FuncResult Package Description com.avoka.fc.core.service.fluent Provides the Fluent Groovy API services.com.avoka.tm.func Provides Fluent Function classes. -
-
Uses of FuncResult in com.avoka.fc.core.service.fluent
Methods in com.avoka.fc.core.service.fluent that return FuncResult Modifier and Type Method Description FuncResultFluentFunctionService. execute(String triggerType, HttpServletRequest request, Submission submission, Map<String,Object> params, Document formDoc, org.apache.commons.fileupload.FileItem fileAttachment, UserAccount userAccount)Execute the Fluent function and return a func result object. -
Uses of FuncResult in com.avoka.tm.func
Subclasses of FuncResult in com.avoka.tm.func Modifier and Type Class Description classDeliveryFuncResultProvides a Fluent submission delivery function result class.classFormFuncResultProvides a Fluent form function result class.Methods in com.avoka.tm.func that return FuncResult Modifier and Type Method Description FuncResultIFluentFunction. execute(String triggerType, HttpServletRequest request, Submission submission, Map<String,Object> params, Document formDoc, org.apache.commons.fileupload.FileItem fileAttachment, UserAccount userAccount)Execute the Fluent function and return a func result object.
-