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.query Provides Value Object Query classes.com.avoka.tm.svc Provides Service classes.com.avoka.tm.test Provides Unit Testing support 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.query
Methods in com.avoka.tm.query that return SvcDef Modifier and Type Method Description SvcDef
SvcDefQuery. firstValue()
Execute the query and return the first service definition value object for the query.Methods in com.avoka.tm.query that return types with arguments of type SvcDef Modifier and Type Method Description List<SvcDef>
SvcDefQuery. listValues()
Execute the service definition query and return a list of SvcDef value objects. -
Uses of SvcDef in com.avoka.tm.svc
Methods in com.avoka.tm.svc with parameters of type SvcDef Modifier and Type Method Description GroovyServiceInvoker
GroovyServiceInvoker. setSvcDef(SvcDef svcDef)
Set the service definition to invoke.ServiceInvoker
ServiceInvoker. setSvcDef(SvcDef svcDef)
Set the service definition to invoke.Constructors in com.avoka.tm.svc with parameters of type SvcDef Constructor Description GroovyServiceInvoker(SvcDef svcDef)
Create a 'Groovy Service' invoker object.ServiceInvoker(SvcDef svcDef)
Create a service invoker object. -
Uses of SvcDef in com.avoka.tm.test
Fields in com.avoka.tm.test declared as SvcDef Modifier and Type Field Description SvcDef
AbstractJUnitTest. svcDef
Service definition.Methods in com.avoka.tm.test with parameters of type SvcDef Modifier and Type Method Description FuncParam
MockVoBuilder. createFuncParam(String triggerType, String formStatus, SvcDef svcDef, Map<String,String> testParams)
Creates a FuncParam with the given trigger type, transaction form status, service definition and test parameters.void
AbstractJUnitTest. invoke(SvcDef svcDef, Map testParams)
Invoke all unit test methods (annotated withTest
) in the class.MockRegister
MockRegister. when(SvcDef svcDef)
Set the mock test context service registry key (the SvcDef). -
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.
-