Uses of Class
com.avoka.tm.func.FuncResult
Package
Description
Provides Fluent Function classes.
Provides Service classes.
-
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, HttpServletRequest request, com.avoka.fc.core.entity.Submission submission, Map<String, Object> params, Document formDoc, org.apache.commons.fileupload.FileItem fileAttachment, com.avoka.fc.core.entity.UserAccount userAccount) Execute the Fluent function and return a func result object. -
Uses of FuncResult in com.avoka.tm.svc
Modifier and TypeMethodDescriptionInvoke the fluent function and return the function result.FluentFuncRestInvoker.invoke()
Invoke the fluent function and return the function result.