Uses of Interface
de.xima.fc.gui.common.interfaces.request.ICrossViewScopeRequest
- 
Packages that use ICrossViewScopeRequest Package Description de.xima.fc.gui.bean.designer.conversation de.xima.fc.gui.bean.designer.request de.xima.fc.gui.common.interfaces.request  - 
- 
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 ICrossViewScopeRequest Modifier and Type Method Description <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>>
voidDesignerPageBean. request(R request, Duration timeout)Allows 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.request Modifier and Type Interface Description interfaceIDesignerConversationRequest<T extends Serializable>Base interface for all designer conversation events.Classes in de.xima.fc.gui.bean.designer.request that implement ICrossViewScopeRequest Modifier and Type Class Description classAddNewStateRequestRequest a new state to be added to the workflow.classFetchDesignerPlaceholdersRequestRequests the current additional placeholders from the active designer tab.classFetchWebFormPersistRequestRequests the current web form persist file from the form designer.classFetchWorkflowConfigRequestRequests the current workflow process from the workflow designer.classFetchWorkflowPersistRequestRequests the current workflow persist file from the workflow designer.classFileUploadedRequestWhen a plain file was uploaded.classLoadWebFormPersistJsonRequestRequests a form persist JSON to get loaded in the workflow designer.classLoadWebFormPersistLivecycleRequestRequests a livecycle file to get loaded in the workflow designer.classLoadWorkflowPersistRequestRequests a workflow persist 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 ICrossViewScopeRequest Modifier and Type Interface Description interfaceICrossViewScopeRequestHandler<T extends Serializable,R extends ICrossViewScopeRequest<T>>Handles a cross view scope request for a piece of data. 
 -