Uses of Interface
com.aquima.interactions.composer.IVisitor
Packages that use IVisitor
Package
Description
-
Uses of IVisitor in com.aquima.interactions.composer
Methods in com.aquima.interactions.composer that return IVisitorModifier and TypeMethodDescriptionThis method will traverse the element structure and invoke the visitor for each element.This method will be invoked for each element that is encountered during the visit.Methods in com.aquima.interactions.composer with parameters of type IVisitorModifier and TypeMethodDescriptionThis method will traverse the element structure and invoke the visitor for each element.void
IVisitor.leave
(ICompositeElement compositeElement, IVisitor childVisitor) This method will be invoked after all the children of the specified container have been processed with the childVisitor. -
Uses of IVisitor in com.aquima.interactions.composer.model
Classes in com.aquima.interactions.composer.model that implement IVisitorModifier and TypeClassDescriptionclass
Base class for visitors that splits the generic accept method into more specific accept methods for each type of element.class
This class implements a visitor that may be used to locate an element with a specific key.class
Visitor for generating unique runtime keys for every element.Methods in com.aquima.interactions.composer.model that return IVisitorModifier and TypeMethodDescriptionThis method will invoke the visitor for this runtime element.protected abstract IVisitor
AbstractVisitor.acceptContainer
(IContainer container) RuntimeKeyGenerator.acceptContainer
(IContainer container) protected abstract IVisitor
AbstractVisitor.acceptCustomElement
(IElement element) RuntimeKeyGenerator.acceptCustomElement
(IElement element) abstract IVisitor
AbstractVisitor.acceptDocument
(IDocument document) RuntimeKeyGenerator.acceptDocument
(IDocument document) protected abstract IVisitor
AbstractVisitor.acceptPage
(IPage page) RuntimeKeyGenerator.acceptPage
(IPage page) Methods in com.aquima.interactions.composer.model with parameters of type IVisitorModifier and TypeMethodDescriptionThis method will invoke the visitor for this runtime element.void
ElementFinderVisitor.leave
(ICompositeElement container, IVisitor childVisitor) void
RuntimeKeyGenerator.leave
(ICompositeElement container, IVisitor childVisitor) -
Uses of IVisitor in com.aquima.interactions.composer.model.delegate
Methods in com.aquima.interactions.composer.model.delegate that return IVisitorMethods in com.aquima.interactions.composer.model.delegate with parameters of type IVisitor -
Uses of IVisitor in com.aquima.interactions.composer.model.qrcode
Classes in com.aquima.interactions.composer.model.qrcode that implement IVisitorModifier and TypeClassDescriptionclass
This class is responsible for retrieving an image element given its key from the parent element.Methods in com.aquima.interactions.composer.model.qrcode that return IVisitorMethods in com.aquima.interactions.composer.model.qrcode with parameters of type IVisitorModifier and TypeMethodDescriptionvoid
QRCodeVisitor.leave
(ICompositeElement compositeElement, IVisitor childVisitor) -
Uses of IVisitor in com.aquima.interactions.composer.model.table
Methods in com.aquima.interactions.composer.model.table that return IVisitorModifier and TypeMethodDescriptionMethods in com.aquima.interactions.composer.model.table with parameters of type IVisitor -
Uses of IVisitor in com.aquima.interactions.framework.container.instance.list
Classes in com.aquima.interactions.framework.container.instance.list that implement IVisitorModifier and TypeClassDescriptionclass
This visitor iterates over the content of the container, and adds an action to all the buttons inside which will activate the currect instance once clicked.Methods in com.aquima.interactions.framework.container.instance.list that return IVisitorMethods in com.aquima.interactions.framework.container.instance.list with parameters of type IVisitorModifier and TypeMethodDescriptionvoid
ActivateInstanceVisitor.leave
(ICompositeElement container, IVisitor childVisitor) -
Uses of IVisitor in com.aquima.interactions.portal.model.session
Classes in com.aquima.interactions.portal.model.session that implement IVisitorModifier and TypeClassDescriptionclass
Page visitor that is used to invoked the handle methods for the registered callback methods.Methods in com.aquima.interactions.portal.model.session that return IVisitorMethods in com.aquima.interactions.portal.model.session with parameters of type IVisitorModifier and TypeMethodDescriptionvoid
CallbackVisitor.leave
(ICompositeElement compositeElement, IVisitor childVisitor) -
Uses of IVisitor in com.aquima.interactions.portal.model.session.page
Classes in com.aquima.interactions.portal.model.session.page that implement IVisitorModifier and TypeClassDescriptionclass
This visitor is used to retrieve the ID's of the instances that are active in the (page) context of an element.class
This class will be used as visitor of a page model to convert all the values from the event to values that can be inserted into the profile.class
Page visitor that checks if required fields are present.class
Validate all expanded fields, even the read-only fields.class
This visitor sets all the values of the portal event in the corresponding custom fields, and checks required and type validations.class
This visitor sets all the error messsages from the IRequestScope in the corresponding fields, and updates the field values to reflect the value from the profile.Methods in com.aquima.interactions.portal.model.session.page that return IVisitorModifier and TypeMethodDescriptionMethods in com.aquima.interactions.portal.model.session.page with parameters of type IVisitorModifier and TypeMethodDescriptionvoid
ActiveInstanceVisitor.leave
(ICompositeElement container, IVisitor childVisitor) void
EventValueConverter.leave
(ICompositeElement compositeElement, IVisitor childVisitor) void
EventValueValidator.leave
(ICompositeElement compositeElement, IVisitor childVisitor) void
UpdateCustomFieldVisitor.leave
(ICompositeElement container, IVisitor childVisitor) void
UpdateFieldVisitor.leave
(ICompositeElement compositeElement, IVisitor childVisitor)