Uses of Interface
de.aristaflow.adept2.model.runtimeenvironment.GUIContext
-
-
Uses of GUIContext in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager that return GUIContext Modifier and Type Method Description GUIContext
SynchronousActivityStarting. resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity)
Resumes the designated activity and logs the agent, the organisational position.GUIContext
SynchronousActivityStarting. resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity, URI[] stateListener)
Resumes the designated activity and logs the agent, the organisational position.GUIContext
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 GUIContext Modifier and Type Method Description protected <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 GUIContext Modifier and Type Field Description protected Map<Pair<EBPInstanceReference,String>,Pair<GUIContext,de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext>>
AbstractGUIManager. guiContexts
The 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 GUIContext Modifier and Type Method Description GUIContext
AbstractGUIManager. createGUIContext(SessionToken session, de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext trCtxt, ExecutionControlManager ecm)
Creates a GUI context for the designatedTransferrableGUIContext
and the designatedExecutionControlManager
.GUIContext
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.GUIContext
AbstractGUIManager. getLocalForRemoteGuiContext(SessionToken session, de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext transfrdCtxt)
GUIContext
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 GUIContext Modifier and Type Method Description GUIContext
SessionContext. getGUIContext()
Gets the GUI context which contains the parent GUI for the application.Methods in de.aristaflow.adept2.model.runtimeenvironment with parameters of type GUIContext Modifier and Type Method Description SessionContext
RuntimeEnvironmentFactory. 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.SessionContext
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.awtgui Modifier and Type Interface Description interface
AWTContext
This 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 GUIContext Modifier and Type Class Description class
SWTEmbeddedAWTContext
This 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 GUIContext Modifier and Type Method Description GUIContext
NullGUIManager. createGUIContext(SessionToken session, de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext trCtxt, ExecutionControlManager ecm)
protected GUIContext
RemoteHTMLGUIManager. createRemoteHtmlContext(SessionToken session, ActivityInstance actInst, EBPInstanceReference activity, String sessionId, ExecutionContext execContext, Thread thread, HTTPService httpService)
Creates a newHTMLContext
for handling the interaction between webserver andExecutableComponent
and also to provide theURL
to a client allowing to call theURL
remotely.GUIContext
NullGUIManager. getGUIContext(SessionToken session, ActivityInstance activityInstance, EBPInstanceReference ebpInstanceReference, String sessionID, ExecutionContext executionContext, ExecutionControlManager ecm, Thread thread)
GUIContext
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.htmlgui Modifier and Type Interface Description interface
HTMLContext
HTMLContext
provides the means to create an HTML-document as user-interface for an executed component.interface
URLContext
AURLContext
just provides an URL.Classes in de.aristaflow.adept2.ui.htmlgui that implement GUIContext Modifier and Type Class Description class
AbstractHTMLContext
ThisGUIContext
enables the usage of HTML as graphical user interface.class
RemoteHTMLContext
A simpleHTMLContext
that does not create any browsers or alike but just provides the interaction between webserver andExecutableComponent
.class
TransferredURLContext
A 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 GUIContext Modifier and Type Class Description class
NullGUIContext
This 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 GUIContext Modifier and Type Class Description class
AbstractTransferableGUIContext
A basic implementation for aTransferableGUIContext
just enough to satisfy the interface. -
Uses of GUIContext in de.aristaflow.adept2.ui.swtgui
Subinterfaces of GUIContext in de.aristaflow.adept2.ui.swtgui Modifier and Type Interface Description interface
SWTBrowserContext
TheSWTBrowserContext
provides aSWTContext
and allows to deploy content for downloading either as local file or as download from a webservice.interface
SWTContext
This 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 GUIContext Modifier and Type Class Description class
SwtHtmlContext
ThisGUIContext
encapsulates the HTML of this context in a browser widget in SWT.class
SwtUrlContext
ThisGUIContext
provides 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 GUIContext Modifier and Type Method Description static GuiContext
Transformation. toIlm(GUIContext context, SessionToken session, EbpInstanceReference activity, Logger logger)
-