Uses of Class
com.e1c.g5.dt.applications.ExecutionContext
-
Packages that use ExecutionContext Package Description com._1c.g5.v8.dt.launching.core com.e1c.g5.dt.applications com.e1c.g5.dt.applications.contributors com.e1c.g5.dt.applications.ui -
-
Uses of ExecutionContext in com._1c.g5.v8.dt.launching.core
Methods in com._1c.g5.v8.dt.launching.core that return ExecutionContext Modifier and Type Method Description ExecutionContext
ApplicationUpdateRequest. getExecutionContext()
Returns the execution context of the publication process.ExecutionContext
ApplicationUpdateResult. getExecutionContext()
Returns the execution context of the publication process.Constructors in com._1c.g5.v8.dt.launching.core with parameters of type ExecutionContext Constructor Description ApplicationUpdateRequest(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, ExecutionContext executionContext, org.eclipse.core.runtime.IProgressMonitor monitor)
Creates an instance ofApplicationUpdateRequest
.ApplicationUpdateResult(ExecutionContext executionContext)
Creates an instance ofApplicationUpdateResult
. -
Uses of ExecutionContext in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that return ExecutionContext Modifier and Type Method Description ExecutionContext
ExecutionContext. copy()
Copies context with all keys and values.ExecutionContext
IApplicationManager. launch(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
Publishes the application with the provided publish kind.Methods in com.e1c.g5.dt.applications with parameters of type ExecutionContext Modifier and Type Method Description ExecutionContext
IApplicationManager. launch(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
Publishes the application with the provided publish kind.Optional<Process>
IApplicationManager. open(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
Opens the application and launches application client.PublishState
IApplicationManager. publish(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
Publishes the application with the provided publish kind. -
Uses of ExecutionContext in com.e1c.g5.dt.applications.contributors
Methods in com.e1c.g5.dt.applications.contributors that return ExecutionContext Modifier and Type Method Description ExecutionContext
IApplicationBehaviourDelegate. launch(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)
Publishes the application with the provided publish kind.Methods in com.e1c.g5.dt.applications.contributors with parameters of type ExecutionContext Modifier and Type Method Description ExecutionContext
IApplicationBehaviourDelegate. launch(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)
Publishes the application with the provided publish kind.Optional<Process>
IApplicationClientDelegate. open(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)
Opens the application and launches application client.PublishState
IApplicationBehaviourDelegate. publish(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)
Publishes the application with the provided publish kind.boolean
IApplicationClientDelegate. supports(IApplication application, ExecutionContext context)
Returns whether the delegate supports client open for the provided application and execution context. -
Uses of ExecutionContext in com.e1c.g5.dt.applications.ui
Methods in com.e1c.g5.dt.applications.ui with parameters of type ExecutionContext Modifier and Type Method Description PublishState
IApplicationUiSupport. ensureUpdated(org.eclipse.swt.widgets.Shell shell, IApplication application, PublishKind publishKind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
Checks application publish state and publishes application if needs.
-