Uses of Interface
de.aristaflow.adept2.model.runtimeenvironment.GUIContext
Packages that use GUIContext
Package
Description
-
Uses of GUIContext in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager that return GUIContextModifier and TypeMethodDescriptionSynchronousActivityStarting.resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity) Resumes the designated activity and logs the agent, the organisational position.SynchronousActivityStarting.resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity, URI[] stateListener) Resumes the designated activity and logs the agent, the organisational position.SynchronousActivityStarting.startActivitySynchronously(SessionToken session, EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode, URI[] stateListener) Starts the designated activity in the designated execution mode and logs the agent, the organisational position. -
Uses of GUIContext in de.aristaflow.adept2.core.runtimemanager.executionenvironments
Methods in de.aristaflow.adept2.core.runtimemanager.executionenvironments with type parameters of type GUIContextModifier and TypeMethodDescriptionprotected <T extends GUIContext>
TExecutionEnvironment.requireGUIContext(Class<T> guiContextType) Returns the required GUI context or throws an exception if it is not available. -
Uses of GUIContext in de.aristaflow.adept2.core.runtimemanager.gui
Fields in de.aristaflow.adept2.core.runtimemanager.gui with type parameters of type GUIContextModifier and TypeFieldDescriptionprotected final Map<Pair<EBPInstanceReference,String>, Pair<GUIContext, de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext>> AbstractGUIManager.guiContextsThe local and the corresponding transferred GUI contexts that have been created and not been closed yet, indexed by the pair that identifies the corresponding activity and its execution session.Methods in de.aristaflow.adept2.core.runtimemanager.gui that return GUIContextModifier and TypeMethodDescriptionAbstractGUIManager.createGUIContext(SessionToken session, de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext trCtxt, ExecutionControlManager ecm) Creates a GUI context for the designatedTransferrableGUIContextand the designatedExecutionControlManager.GUIManager.getGUIContext(SessionToken session, ActivityInstance activityInstance, EBPInstanceReference ebpInstanceReference, String sessionId, ExecutionContext executionContext, ExecutionControlManager executionControlManager, Thread thread) Gets an appropriate GUI context for the designated activity as configured locally for the corresponding client.AbstractGUIManager.getLocalForRemoteGuiContext(SessionToken session, de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext transfrdCtxt) RemoteGUIManager.getLocalForRemoteGuiContext(SessionToken session, de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext transfrdCtxt) Gets an appropriate GUI context for the designatedTransferableGUIContext. -
Uses of GUIContext in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment that return GUIContextModifier and TypeMethodDescriptionSessionContext.getGUIContext()Gets the GUI context which contains the parent GUI for the application.Methods in de.aristaflow.adept2.model.runtimeenvironment with parameters of type GUIContextModifier and TypeMethodDescriptionRuntimeEnvironmentFactory.getInitialSessionContext(ClientSessionFactory sessionFactory, String sessionID, EBPInstanceReference ebpInstanceReference, DataContext dataContext, ExecutionContext executionContext, GUIContext guiContext, RuntimeEnvironment runtimeEnvironment, Thread componentThread) Returns an application related implementation of the session context and initialises the sessionID of the session context by the passed value.RuntimeEnvironmentFactory.getWrappedSessionContext(SessionContext sessionContext, DataContext dataContext, ProcessConstants.ExecutionMode executionMode, GUIContext guiContext, RuntimeEnvironment runtimeEnvironment, Thread componentThread) Returns a session context based on the designated one. -
Uses of GUIContext in de.aristaflow.adept2.ui.awtgui
Subinterfaces of GUIContext in de.aristaflow.adept2.ui.awtguiModifier and TypeInterfaceDescriptioninterfaceThis interface defines a graphical context that could be used by application components to integrate them into a AWT-GUI on a workflow-client.Classes in de.aristaflow.adept2.ui.awtgui that implement GUIContextModifier and TypeClassDescriptionclassThis class makes it possible to integrate an application component with an AWT-GUI into a SWT environment. -
Uses of GUIContext in de.aristaflow.adept2.ui.guimanager
Methods in de.aristaflow.adept2.ui.guimanager that return GUIContextModifier and TypeMethodDescriptionNullGUIManager.createGUIContext(SessionToken session, de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext trCtxt, ExecutionControlManager ecm) protected GUIContextRemoteHTMLGUIManager.createRemoteHtmlContext(SessionToken session, ActivityInstance actInst, EBPInstanceReference activity, String sessionId, ExecutionContext execContext, Thread thread, HTTPService httpService) Creates a newHTMLContextfor handling the interaction between webserver andExecutableComponentand also to provide theURLto a client allowing to call theURLremotely.NullGUIManager.getGUIContext(SessionToken session, ActivityInstance activityInstance, EBPInstanceReference ebpInstanceReference, String sessionID, ExecutionContext executionContext, ExecutionControlManager ecm, Thread thread) RemoteHTMLGUIManager.getGUIContext(SessionToken session, ActivityInstance activityInstance, EBPInstanceReference ebpInstanceReference, String sessionID, ExecutionContext executionContext, ExecutionControlManager ecm, Thread thread) -
Uses of GUIContext in de.aristaflow.adept2.ui.htmlgui
Subinterfaces of GUIContext in de.aristaflow.adept2.ui.htmlguiModifier and TypeInterfaceDescriptioninterfaceHTMLContextprovides the means to create an HTML-document as user-interface for an executed component.interfaceAURLContextjust provides an URL.Classes in de.aristaflow.adept2.ui.htmlgui that implement GUIContextModifier and TypeClassDescriptionclassThisGUIContextenables the usage of HTML as graphical user interface.classA simpleHTMLContextthat does not create any browsers or alike but just provides the interaction between webserver andExecutableComponent.classA simple implementation of the transfer object for aURLContext. -
Uses of GUIContext in de.aristaflow.adept2.ui.nullgui
Classes in de.aristaflow.adept2.ui.nullgui that implement GUIContextModifier and TypeClassDescriptionclassThis GUI context is provided if no GUI context is requested by the application componenent or if there is no GUI possible that can be provided to an application component. -
Uses of GUIContext in de.aristaflow.adept2.ui.remotegui
Classes in de.aristaflow.adept2.ui.remotegui that implement GUIContextModifier and TypeClassDescriptionclassA basic implementation for aTransferableGUIContextjust enough to satisfy the interface. -
Uses of GUIContext in de.aristaflow.adept2.ui.swtgui
Subinterfaces of GUIContext in de.aristaflow.adept2.ui.swtguiModifier and TypeInterfaceDescriptioninterfaceTheSWTBrowserContextprovides aSWTContextand allows to deploy content for downloading either as local file or as download from a webservice.interfaceThis interface defines a graphical context that could be used by application components to integrate them into a SWT-GUI on a workflow-client.Classes in de.aristaflow.adept2.ui.swtgui that implement GUIContextModifier and TypeClassDescriptionclassThisGUIContextencapsulates the HTML of this context in a browser widget in SWT.classThisGUIContextprovides a browser widget in SWT for a specific URL based on a parent context. -
Uses of GUIContext in de.aristaflow.ilm.model.runtimeenvironment.guicontext
Methods in de.aristaflow.ilm.model.runtimeenvironment.guicontext with parameters of type GUIContextModifier and TypeMethodDescriptionstatic GuiContextTransformation.toIlm(GUIContext context, SessionToken session, EbpInstanceReference activity, Logger logger)