Uses of Class
com.avoka.tm.vo.SvcDef
-
Packages that use SvcDef Package Description com.avoka.tm.func Provides Fluent Function classes.com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
Uses of SvcDef in com.avoka.tm.func
Fields in com.avoka.tm.func declared as SvcDef Modifier and Type Field Description SvcDef
FuncParam. svcDef
The service definition VO.Constructors in com.avoka.tm.func with parameters of type SvcDef Constructor Description FuncParam(String trigger, Document appDoc, Map<String,Object> params, HttpServletRequest request, SvcDef svcDef, Txn txn, User user)
Create a FuncParam value object with the given attributes. -
Uses of SvcDef in com.avoka.tm.vo
Fields in com.avoka.tm.vo declared as SvcDef Modifier and Type Field Description SvcDef
TxnDeliveryFunc. funcService
The delivery function service.Methods in com.avoka.tm.vo that return SvcDef Modifier and Type Method Description SvcDef
TxnDeliveryFunc. getFuncService()
The delivery function service.Constructors in com.avoka.tm.vo with parameters of type SvcDef Constructor Description SvcDef(SvcDef svcDef, Map<String,String> params)
Create a service definition value object from the given entity and put additional parameters to the service definition's parameters map.
-