Uses of Class
com.avoka.tm.vo.SvcDef
Package
Description
Provides Fluent Function classes.
Provides Value Object Query classes.
Provides Service classes.
Provides Unit Testing support classes.
Provides Value Object persistent entity classes.
-
Uses of SvcDef in com.avoka.tm.func
-
Uses of SvcDef in com.avoka.tm.query
Modifier and TypeMethodDescriptionSvcDefQuery.firstValue()
Execute the query and return the first service definition value object for the query.Modifier and TypeMethodDescriptionSvcDefQuery.listValues()
Execute the service definition query and return a list of SvcDef value objects. -
Uses of SvcDef in com.avoka.tm.svc
Modifier and TypeMethodDescriptionSet the service definition to invoke.Set the service definition to invoke.ModifierConstructorDescriptionGroovyServiceInvoker
(SvcDef svcDef) Create a 'Groovy Service' invoker object.ServiceInvoker
(SvcDef svcDef) Create a service invoker object. -
Uses of SvcDef in com.avoka.tm.test
Modifier and TypeMethodDescriptionMockVoBuilder.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
Invoke all unit test methods (annotated withTest
) in the class.Set the mock test context service registry key (the SvcDef). -
Uses of SvcDef in com.avoka.tm.vo
Modifier and TypeMethodDescriptionTxnDeliveryFunc.getFuncService()
The delivery function service.