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 interface
IDesignerConversationRequest<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 class
AddNewStateRequest
Request a new state to be added to the workflow.class
FetchDesignerPlaceholdersRequest
Requests the current additional placeholders from the active designer tab.class
FetchWebFormPersistRequest
Requests the current web form persist file from the form designer.class
FetchWorkflowConfigRequest
Requests the current workflow process from the workflow designer.class
FetchWorkflowPersistRequest
Requests the current workflow persist file from the workflow designer.class
FileUploadedRequest
When a plain file was uploaded.class
LoadWebFormPersistJsonRequest
Requests a form persist JSON to get loaded in the workflow designer.class
LoadWebFormPersistLivecycleRequest
Requests a livecycle file to get loaded in the workflow designer.class
LoadWorkflowPersistRequest
Requests 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 interface
ICrossViewScopeRequestHandler<T extends Serializable,R extends ICrossViewScopeRequest<T>>
Handles a cross view scope request for a piece of data.
-