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 GUIContextSynchronousActivityStarting. resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity)Resumes the designated activity and logs the agent, the organisational position.GUIContextSynchronousActivityStarting. resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity, URI[] stateListener)Resumes the designated activity and logs the agent, the organisational position.GUIContextSynchronousActivityStarting. 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. 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 GUIContext Modifier and Type Method Description GUIContextAbstractGUIManager. createGUIContext(SessionToken session, de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext trCtxt, ExecutionControlManager ecm)Creates a GUI context for the designatedTransferrableGUIContextand the designatedExecutionControlManager.GUIContextGUIManager. 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.GUIContextAbstractGUIManager. getLocalForRemoteGuiContext(SessionToken session, de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext transfrdCtxt)GUIContextRemoteGUIManager. 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 GUIContextSessionContext. 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 SessionContextRuntimeEnvironmentFactory. 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.SessionContextRuntimeEnvironmentFactory. 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 interfaceAWTContextThis 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 classSWTEmbeddedAWTContextThis 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 GUIContextNullGUIManager. 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.GUIContextNullGUIManager. getGUIContext(SessionToken session, ActivityInstance activityInstance, EBPInstanceReference ebpInstanceReference, String sessionID, ExecutionContext executionContext, ExecutionControlManager ecm, Thread thread)GUIContextRemoteHTMLGUIManager. 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 interfaceHTMLContextHTMLContextprovides the means to create an HTML-document as user-interface for an executed component.interfaceURLContextAURLContextjust provides an URL.Classes in de.aristaflow.adept2.ui.htmlgui that implement GUIContext Modifier and Type Class Description classAbstractHTMLContextThisGUIContextenables the usage of HTML as graphical user interface.classRemoteHTMLContextA simpleHTMLContextthat does not create any browsers or alike but just provides the interaction between webserver andExecutableComponent.classTransferredURLContextA 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 classNullGUIContextThis 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 classAbstractTransferableGUIContextA 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.swtgui Modifier and Type Interface Description interfaceSWTBrowserContextTheSWTBrowserContextprovides aSWTContextand allows to deploy content for downloading either as local file or as download from a webservice.interfaceSWTContextThis 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 classSwtHtmlContextThisGUIContextencapsulates the HTML of this context in a browser widget in SWT.classSwtUrlContextThisGUIContextprovides 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 GuiContextTransformation. toIlm(GUIContext context, SessionToken session, EbpInstanceReference activity, Logger logger)
-