Uses of Interface
com.aquima.interactions.flow.IFlowDetails
Packages that use IFlowDetails
Package
Description
-
Uses of IFlowDetails in com.aquima.interactions.flow
Methods in com.aquima.interactions.flow that return IFlowDetailsModifier and TypeMethodDescriptionINodeDetailsFactory.createFlow
(IFlowDS flowDS) This method should create a flow node using the provided parameters.IFlowEngine.getAvailableFlows()
This method returns an array containing all the available flows from the flow engine.This method returns a details object for the specified flow.Methods in com.aquima.interactions.flow with parameters of type IFlowDetailsModifier and TypeMethodDescriptionvoid
IFlowHandler.onFlowAborted
(IFlowDetails flow) This method is invoked to notify the client that the flow with the specified name has been aborted.void
IFlowHandler.onFlowCompleted
(IFlowDetails flow) This method is invoked to notify the client that the flow with the specified name has completed.void
IFlowHandler.onFlowStart
(IFlowDetails flow) This method is invoked when the flow is started.void
IFlowHandler.onFlowWillStart
(IFlowDetails flow) This method is invoked just before starting a flow. -
Uses of IFlowDetails in com.aquima.interactions.flow.model
Classes in com.aquima.interactions.flow.model that implement IFlowDetailsModifier and TypeClassDescriptionclass
Default details object that is used for flows.Methods in com.aquima.interactions.flow.model that return IFlowDetailsModifier and TypeMethodDescriptionDefaultNodeDetailsFactory.createFlow
(IFlowDS flowDS) FlowEngine.getAvailableFlows()
protected IFlowDetails[]
FlowVisitor.getPublishedFlows()
Methods in com.aquima.interactions.flow.model with parameters of type IFlowDetailsModifier and TypeMethodDescriptionvoid
IFlowNodeVisitor.visitFlow
(NodeID nodeId, IFlowDetails flowNode) -
Uses of IFlowDetails in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return IFlowDetailsModifier and TypeMethodDescriptionIApplicationConfig.getAvailableFlows()
This method returns an array containing the flows that may be started in the application. -
Uses of IFlowDetails in com.aquima.interactions.portal.model
Methods in com.aquima.interactions.portal.model that return IFlowDetailsConstructors in com.aquima.interactions.portal.model with parameters of type IFlowDetailsModifierConstructorDescriptionprotected
ApplicationConfig
(IApplicationDS datasource, IProject model, IFlowDetails[] availableFlows) -
Uses of IFlowDetails in com.aquima.interactions.portal.model.flow
Classes in com.aquima.interactions.portal.model.flow that implement IFlowDetailsModifier and TypeClassDescriptionclass
Node class for the flow engine to represent a (sub)flow.Methods in com.aquima.interactions.portal.model.flow that return IFlowDetails -
Uses of IFlowDetails in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session with parameters of type IFlowDetailsModifier and TypeMethodDescriptionstatic IFlowInitializer
FlowInitializerFactory.create
(IFlowDetails flowDetails, IPortalContext context) void
FlowHandler.onFlowAborted
(IFlowDetails flowDetails) void
FlowHandler.onFlowCompleted
(IFlowDetails flowDetails) void
FlowHandler.onFlowStart
(IFlowDetails flowDetails) void
FlowHandler.onFlowWillStart
(IFlowDetails flowDetails) Constructors in com.aquima.interactions.portal.model.session with parameters of type IFlowDetailsModifierConstructorDescriptionAutomaticTaskFlowInitializer
(IFlowDetails flowDetails, IPortalContext context) DcmWidgetFlowInitializer
(IFlowDetails flowDetails, IPortalContext context)