Uses of Class
com.avoka.tm.func.FuncResult
Package
Description
Provides the Fluent Groovy API services.
Provides Fluent Function classes.
-
Uses of FuncResult in com.avoka.fc.core.service.fluent
Modifier and TypeMethodDescriptionFluentFunctionService.execute
(String triggerType, jakarta.servlet.http.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
Modifier and TypeClassDescriptionclass
Provides a Fluent submission delivery function result class.class
Provides a Fluent form function result class.Modifier and TypeMethodDescriptionIFluentFunction.execute
(String triggerType, jakarta.servlet.http.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.