Uses of Class
com.aquima.interactions.metamodel.Channel
Packages that use Channel
Package
Description
-
Uses of Channel in com.aquima.interactions.composer
Methods in com.aquima.interactions.composer that return ChannelModifier and TypeMethodDescriptionIComposerHandler.getActiveChannel()
This method returns the channel that is currently active for the client. -
Uses of Channel in com.aquima.interactions.composer.model.definition
Methods in com.aquima.interactions.composer.model.definition with parameters of type ChannelModifier and TypeMethodDescriptionboolean
ContainerDefinition.isVisibleFor
(Channel channel, IUserData user) This method checks if the container should be visible for the active roles and channel. -
Uses of Channel in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return ChannelModifier and TypeMethodDescriptionISessionScope.getActiveChannel()
This functions returns the current active channel if there is a channel active, otherwise when no channel is active null is returned.IPortalSession.getCurrentChannel()
Returns the current channel.Methods in com.aquima.interactions.portal with parameters of type ChannelModifier and TypeMethodDescriptionIApplication.createSession
(Channel channel, IUserData user) This method creates a new session for this application. with the specified channel and user.IApplication.createSession
(Channel channel, IUserData user, IPortalMessageBus messageBus, IPortalEventBus eventBus) This method creates a new session for this application, with the specified message bus, event bus, channel and user.IApplication.createSession
(ModuleID moduleId, Channel channel, IUserData user, IPortalMessageBus messageBus, IPortalEventBus eventBus) This method creates a new session for this application and the specified module, with the specified message bus, event bus, channel and user -
Uses of Channel in com.aquima.interactions.portal.function
Constructors in com.aquima.interactions.portal.function with parameters of type ChannelModifierConstructorDescriptionFunctionCallContext
(ISolution application, IModule module, Channel channel, IProfile profile) -
Uses of Channel in com.aquima.interactions.portal.model
Methods in com.aquima.interactions.portal.model that return ChannelMethods in com.aquima.interactions.portal.model with parameters of type ChannelModifier and TypeMethodDescriptionApplication.createSession
(Channel channel, IUserData user) Application.createSession
(Channel channel, IUserData user, IPortalMessageBus messageBus, IPortalEventBus eventBus) Application.createSession
(ModuleID moduleId, Channel channel, IUserData user, IPortalMessageBus messageBus, IPortalEventBus eventBus) -
Uses of Channel in com.aquima.interactions.portal.model.flow
Methods in com.aquima.interactions.portal.model.flow with parameters of type ChannelModifier and TypeMethodDescriptionvoid
FlowNode.onFlowWillStart
(IUserData user, Channel channel) This method returns a boolean indicating if the flow is allowed to be started given the current channel and roles. -
Uses of Channel in com.aquima.interactions.portal.model.process
Methods in com.aquima.interactions.portal.model.process that return ChannelMethods in com.aquima.interactions.portal.model.process with parameters of type ChannelModifier and TypeMethodDescriptionProcessEnabledApplication.createSession
(Channel channel, IUserData user) ProcessEnabledApplication.createSession
(Channel channel, IUserData user, IPortalMessageBus messageBus, IPortalEventBus eventBus) ProcessEnabledApplication.createSession
(ModuleID moduleId, Channel channel, IUserData user, IPortalMessageBus messageBus, IPortalEventBus eventBus) protected IPortalSession
ProcessEnabledSession.createSession
(IModule taskModule, Channel channel, IUserData user) -
Uses of Channel in com.aquima.interactions.portal.model.process.wrapper
Methods in com.aquima.interactions.portal.model.process.wrapper that return Channel -
Uses of Channel in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that return ChannelModifier and TypeMethodDescriptionComposerHandler.getActiveChannel()
protected Channel
PortalContext.getChannel()
PortalSession.getCurrentChannel()
Constructors in com.aquima.interactions.portal.model.session with parameters of type ChannelModifierConstructorDescriptionprotected
PortalContext
(ISolution solution, IModule module, Channel channel) PortalSession
(ISolution solution, IModule module, Channel channel, IUserData user, ITimeTracker timeTracker, IPortalMessageBus messageBus, IPortalEventBus eventBus) Constructor to create a session for a specific application. -
Uses of Channel in com.aquima.interactions.portal.model.session.concurrent
Methods in com.aquima.interactions.portal.model.session.concurrent that return Channel -
Uses of Channel in com.aquima.interactions.portal.model.session.scope
Methods in com.aquima.interactions.portal.model.session.scope that return ChannelModifier and TypeMethodDescriptionSessionScope.getActiveChannel()
SessionScopeDelegate.getActiveChannel()
Constructors in com.aquima.interactions.portal.model.session.scope with parameters of type ChannelModifierConstructorDescriptionSessionScope
(Channel channel) Constructs the session scope with the roles and channel. -
Uses of Channel in com.aquima.interactions.portal.model.session.state
Methods in com.aquima.interactions.portal.model.session.state that return ChannelModifier and TypeMethodDescriptionprotected Channel
SessionScopeDump.getChannel
(ISolution application) -
Uses of Channel in com.aquima.interactions.portal.model.tx
Constructors in com.aquima.interactions.portal.model.tx with parameters of type ChannelModifierConstructorDescriptionTxPortalContext
(ISolution application, IModule module, Channel channel, IProfile profile) Constructs the context with the required parameters. -
Uses of Channel in com.aquima.interactions.portal.portalmessage
Methods in com.aquima.interactions.portal.portalmessage that return ChannelMethods in com.aquima.interactions.portal.portalmessage with parameters of type ChannelModifier and TypeMethodDescriptionPortalMessageApplication.createSession
(Channel channel, IUserData user) PortalMessageApplication.createSession
(Channel channel, IUserData user, IPortalMessageBus messageBus, IPortalEventBus eventBus) PortalMessageApplication.createSession
(ModuleID moduleId, Channel channel, IUserData user, IPortalMessageBus messageBus, IPortalEventBus eventBus) -
Uses of Channel in com.aquima.interactions.project
Methods in com.aquima.interactions.project that return ChannelModifier and TypeMethodDescriptionChannel[]
IProject.getChannels()
This method returns an array containing all the defined channels. -
Uses of Channel in com.aquima.interactions.project.impl
Methods in com.aquima.interactions.project.impl that return ChannelConstructor parameters in com.aquima.interactions.project.impl with type arguments of type Channel