Uses of Class
com.avoka.tm.vo.SvcDef
Packages that use 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
Fields in com.avoka.tm.func declared as SvcDefConstructors in com.avoka.tm.func with parameters of type SvcDef -
Uses of SvcDef in com.avoka.tm.query
Methods in com.avoka.tm.query that return SvcDefModifier and TypeMethodDescriptionSvcDefQuery.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 SvcDefModifier and TypeMethodDescriptionSvcDefQuery.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 SvcDefModifier and TypeMethodDescriptionSet the service definition to invoke.Set the service definition to invoke.Constructors in com.avoka.tm.svc with parameters of type SvcDefModifierConstructorDescriptionGroovyServiceInvoker
(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 SvcDefMethods in com.avoka.tm.test with parameters of type SvcDefModifier 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
Fields in com.avoka.tm.vo declared as SvcDefMethods in com.avoka.tm.vo that return SvcDefModifier and TypeMethodDescriptionTxnDeliveryFunc.getFuncService()
The delivery function service.Constructors in com.avoka.tm.vo with parameters of type SvcDef