Uses of Class
com.aquima.interactions.test.templates.flow.FlowTemplate
Packages that use FlowTemplate
-
Uses of FlowTemplate in com.aquima.interactions.test.templates.flow
Methods in com.aquima.interactions.test.templates.flow that return FlowTemplateModifier and TypeMethodDescriptionFlowEngineTemplate.addFlowTemplate
(String flowName) This method may be used to add a flow definition.FlowEngineTemplate.addInternalFlowTemplate
(String flowName) This method may be used to add an internal flow definition.EdgeTemplate.getFlowTemplate()
FunctionFlowDefinitionTemplate.getFlowTemplate()
protected FlowTemplate
NodeTemplate.getFlowTemplate()
StartNodeTemplate.getFlowTemplate()
Methods in com.aquima.interactions.test.templates.flow that return types with arguments of type FlowTemplateConstructors in com.aquima.interactions.test.templates.flow with parameters of type FlowTemplateModifierConstructorDescriptionprotected
ConditionNodeTemplate
(FlowTemplate flowTemplate, String lhsExpression) protected
EndNodeTemplate
(FlowTemplate flowTemplate, String exitEvent) protected
EventNodeTemplate
(FlowTemplate flowTemplate, com.aquima.interactions.flow.EventNodeType eventNodeType) protected
FlowNodeTemplate
(com.aquima.interactions.foundation.report.IInitializationReport report, FlowTemplate flowTemplate, String targetId) FunctionFlowDefinitionTemplate
(com.aquima.interactions.foundation.report.IInitializationReport report, FlowTemplate flowTemplate) protected
FunctionNodeTemplate
(com.aquima.interactions.foundation.report.IInitializationReport report, FlowTemplate flowTemplate, String functionCallName, String moduleName, String flowName) protected
NodeTemplate
(com.aquima.interactions.foundation.report.IInitializationReport report, FlowTemplate flowTemplate, String targetId) protected
PageNodeTemplate
(com.aquima.interactions.foundation.report.IInitializationReport report, FlowTemplate flowTemplate, String pageName) protected
RetryNodeTemplate
(FlowTemplate flowTemplate) protected
ServiceNodeTemplate
(com.aquima.interactions.foundation.report.IInitializationReport report, FlowTemplate flowTemplate, String serviceCallName) protected
StartNodeTemplate
(FlowTemplate flowTemplate)