Uses of Interface
de.xima.fc.gui.common.interfaces.request.ICrossViewScopeRequest
Packages that use ICrossViewScopeRequest
Package
Description
-
Uses of ICrossViewScopeRequest in de.xima.fc.gui.bean.designer.conversation
Methods in de.xima.fc.gui.bean.designer.conversation with type parameters of type ICrossViewScopeRequestModifier and TypeMethodDescription<T extends Serializable,
R extends ICrossViewScopeRequest<T>>
voidDesignerConversationBean.registerRequestHandler
(Class<R> requestType, ICrossViewScopeRequestHandler<T, R> requestHandler) Registers the given conversation request handler for the active designer conversation.<T extends Serializable,
R extends ICrossViewScopeRequest<T>>
voidDesignerPageBean.registerRequestHandler
(Class<R> requestType, ICrossViewScopeRequestHandler<T, R> requestHandler) Registers the given conversation request handler for the active designer conversation.<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.<T extends Serializable,
R extends ICrossViewScopeRequest<T>>
voidAllows to invoke the handler within the scope where it was registered.<T extends Serializable,
R extends ICrossViewScopeRequest<T>>
booleanDesignerPageBean.request
(R request, Duration timeout, ICrossViewScopeResponseConsumer<? super T> handler) Allows to (a) invoke the handler within the scope where it was registered, and (b) to retrieve a piece of data from another view scope that participates in the same conversation.<T extends Serializable,
R extends ICrossViewScopeRequest<T>>
UUIDIRequestHandlerBuilder.request
(R request, Duration timeout, ICrossViewScopeResponseConsumer<? super T> handler) Adds a request (but does not start it yet).<T extends Serializable,
R extends ICrossViewScopeRequest<T>>
voidDesignerConversationBean.unregisterRequestHandler
(Class<R> requestType, ICrossViewScopeRequestHandler<T, R> requestHandler, String conversationId) Unregisters the given conversation request handler for the active designer conversation. -
Uses of ICrossViewScopeRequest in de.xima.fc.gui.bean.designer.request
Subinterfaces of ICrossViewScopeRequest in de.xima.fc.gui.bean.designer.requestModifier and TypeInterfaceDescriptioninterface
IDesignerConversationRequest<T extends Serializable>
Base interface for all designer conversation events.Classes in de.xima.fc.gui.bean.designer.request that implement ICrossViewScopeRequestModifier and TypeClassDescriptionclass
Request a new state to be added to the workflow.class
Requests the current additional placeholders from the active designer tab.final class
Requests the current web form persist file from the form designer.final class
Requests the current workflow process from the workflow designer.final class
Requests the current workflow persist file from the workflow designer.final class
When a plain file was uploaded.final class
Requests the existing PDF importer IDs.final class
Requests a livecycle file to get loaded in the workflow designer.final class
Requests a form persist JSON to get loaded in the workflow designer.final class
Requests a livecycle file to get loaded in the workflow designer.final class
Requests a PDF file to get loaded in the workflow designer.final class
Requests a workflow persist to get loaded in the workflow designer.final class
Requests a livecycle file to get loaded in the workflow designer. -
Uses of ICrossViewScopeRequest in de.xima.fc.gui.common.interfaces.request
Classes in de.xima.fc.gui.common.interfaces.request with type parameters of type ICrossViewScopeRequestModifier and TypeInterfaceDescriptioninterface
ICrossViewScopeRequestHandler<T extends Serializable,
R extends ICrossViewScopeRequest<T>> Handles a cross view scope request for a piece of data.