Uses of Class
com.avoka.tm.func.FuncResult
-
Packages that use FuncResult Package Description com.avoka.tm.func Provides Fluent Function classes.com.avoka.tm.svc Provides Service classes. -
-
Uses of FuncResult in com.avoka.tm.func
Subclasses of FuncResult in com.avoka.tm.func Modifier and Type Class Description class
DeliveryFuncResult
Provides a Fluent submission delivery function result class.class
FormFuncResult
Provides a Fluent form function result class.Methods in com.avoka.tm.func that return FuncResult Modifier and Type Method Description FuncResult
IFluentFunction. execute(String triggerType, javax.servlet.http.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
Methods in com.avoka.tm.svc that return FuncResult Modifier and Type Method Description FuncResult
FluentFuncInvoker. invoke(FuncParam funcParam)
Invoke the fluent function and return the function result.
-