Uses of Class
de.xima.fc.gui.common.bean.push.BackendViewPushContext
Packages that use BackendViewPushContext
Package
Description
-
Uses of BackendViewPushContext in de.xima.fc.gui.bean.designer.conversation
Methods in de.xima.fc.gui.bean.designer.conversation with parameters of type BackendViewPushContextModifier and TypeMethodDescription<T extends Serializable,
R extends ICrossViewScopeRequest<T>>
booleanDesignerConversationBean.request
(R request, Duration timeout, ICrossViewScopeResponseConsumer<? super T> consumer, BackendViewPushContext viewPushContext) Allows to retrieve a piece of data from another view scope that participates in the same conversation.DesignerConversationBean.requestBuilder
(BackendViewPushContext viewPushContext) -
Uses of BackendViewPushContext in de.xima.fc.gui.bean.designer.handler.event
Constructors in de.xima.fc.gui.bean.designer.handler.event with parameters of type BackendViewPushContextModifierConstructorDescriptionFormPreviewSubmitEventHandler
(BackendViewPushContext viewPushContext) GenericDesignerPageApplicationEventHandler
(BackendViewPushContext viewPushContext, long projectId, String viewId) Creates a new event handler.GenericDesignerPageConversationEventHandler
(EContentView contentView, BackendViewPushContext viewPushContext) Creates a new event listener.GenericProjectOverviewConversationEventHandler
(BackendViewPushContext viewPushContext, String viewId) OldWorkflowConversationEventHandler
(BackendViewPushContext viewPushContext) ProjectResourceApplicationEventHandler
(BackendViewPushContext viewPushContext, Long projectId, UUID viewId) Creates a new event handler.ProjectResourceConversationEventHandler
(BackendViewPushContext viewPushContext, Long projectId) Creates a new event handler. -
Uses of BackendViewPushContext in de.xima.fc.gui.bean.designer.handler.request
Constructors in de.xima.fc.gui.bean.designer.handler.request with parameters of type BackendViewPushContextModifierConstructorDescriptionFrameDesignerCrossViewScopeRequestHandlerBundle
(BackendViewPushContext viewPushContext) Creates a new request handler bundle, together with all individual handlers. -
Uses of BackendViewPushContext in de.xima.fc.gui.bean.workflow.event
Constructors in de.xima.fc.gui.bean.workflow.event with parameters of type BackendViewPushContextModifierConstructorDescriptionOldWorkflowCrossViewScopeRequestHandlerBundle
(BackendViewPushContext viewPushContext) Deprecated.Creates a new request handler bundle, together with all individual handlers. -
Uses of BackendViewPushContext in de.xima.fc.gui.common.interfaces.request
Methods in de.xima.fc.gui.common.interfaces.request that return BackendViewPushContext -
Uses of BackendViewPushContext in de.xima.fc.gui.designer.form.event
Constructors in de.xima.fc.gui.designer.form.event with parameters of type BackendViewPushContextModifierConstructorDescriptionFormDesignerApplicationEventHandler
(BackendViewPushContext viewPushContext, Long clientId, Long projectId, String viewId) Creates a new handler with the web socket push context for the given project.FormDesignerConversationEventHandler
(BackendViewPushContext viewPushContext) Creates a new handler with the web socket push context.PdfImporterConversationEventHandler
(BackendViewPushContext viewPushContext) Creates a new handler with the web socket push context. -
Uses of BackendViewPushContext in de.xima.fc.gui.designer.form.request
Constructors in de.xima.fc.gui.designer.form.request with parameters of type BackendViewPushContextModifierConstructorDescriptionFormDesignerCrossViewScopeRequestHandlerBundle
(BackendViewPushContext viewPushContext) Creates a new request handler bundle, together with all individual handlers. -
Uses of BackendViewPushContext in de.xima.fc.gui.event.handler
Constructors in de.xima.fc.gui.event.handler with parameters of type BackendViewPushContextModifierConstructorDescriptionPlaceholderDesignerConversationEventHandler
(Mandant client, Locale locale, BackendViewPushContext viewPushContext, PlaceholderContextModel model) Creates a new placeholder handler for the placeholder bean. -
Uses of BackendViewPushContext in de.xima.fc.workflow.designer.event
Constructors in de.xima.fc.workflow.designer.event with parameters of type BackendViewPushContextModifierConstructorDescriptionWorkflowDesignerApplicationEventHandler
(BackendViewPushContext viewPushContext, Long clientId, Long projectId) Creates a new handler with the given push context for the client.WorkflowDesignerConversationEventHandler
(BackendViewPushContext viewPushContext) -
Uses of BackendViewPushContext in de.xima.fc.workflow.designer.request
Constructors in de.xima.fc.workflow.designer.request with parameters of type BackendViewPushContextModifierConstructorDescriptionWorkflowDesignerCrossViewScopeRequestHandlerBundle
(BackendViewPushContext viewPushContext) Creates a new request handler bundle, together with all individual handlers.