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 TypeInterfaceDescriptioninterfaceIDesignerConversationRequest<T extends Serializable>Base interface for all designer conversation events.Classes in de.xima.fc.gui.bean.designer.request that implement ICrossViewScopeRequestModifier and TypeClassDescriptionclassRequest a new state to be added to the workflow.classRequests the current additional placeholders from the active designer tab.final classRequests the current web form persist file from the form designer.final classRequests the current workflow process from the workflow designer.final classRequests the current workflow persist file from the workflow designer.final classWhen a plain file was uploaded.final classRequests the existing PDF importer IDs.final classRequests a livecycle file to get loaded in the workflow designer.final classRequests a form persist JSON to get loaded in the workflow designer.final classRequests a livecycle file to get loaded in the workflow designer.final classRequests a PDF file to get loaded in the workflow designer.final classRequests a workflow persist to get loaded in the workflow designer.final classRequests 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 TypeInterfaceDescriptioninterfaceICrossViewScopeRequestHandler<T extends Serializable,R extends ICrossViewScopeRequest<T>> Handles a cross view scope request for a piece of data.