Uses of Class
de.xima.fc.gui.common.bean.push.BackendViewPushContext
-
-
Uses of BackendViewPushContext in de.xima.fc.gui.bean.designer.conversation
Methods in de.xima.fc.gui.bean.designer.conversation with parameters of type BackendViewPushContext Modifier and Type Method Description <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.IRequestHandlerBuilder
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 BackendViewPushContext Constructor Description 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 BackendViewPushContext Constructor Description FrameDesignerCrossViewScopeRequestHandlerBundle(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 BackendViewPushContext Constructor Description OldWorkflowCrossViewScopeRequestHandlerBundle(BackendViewPushContext viewPushContext)
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 Modifier and Type Method Description BackendViewPushContext
ICrossViewScopeRequestHandler. getViewPushContext()
-
Uses of BackendViewPushContext in de.xima.fc.gui.designer.form.event
Constructors in de.xima.fc.gui.designer.form.event with parameters of type BackendViewPushContext Constructor Description FormDesignerApplicationEventHandler(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 BackendViewPushContext Constructor Description FormDesignerCrossViewScopeRequestHandlerBundle(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 BackendViewPushContext Constructor Description PlaceholderDesignerConversationEventHandler(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 BackendViewPushContext Constructor Description WorkflowDesignerApplicationEventHandler(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 BackendViewPushContext Constructor Description WorkflowDesignerCrossViewScopeRequestHandlerBundle(BackendViewPushContext viewPushContext)
Creates a new request handler bundle, together with all individual handlers.
-