Uses of Class
com.e1c.g5.dt.applications.ExecutionContext
Packages that use ExecutionContext
Package
Description
-
Uses of ExecutionContext in com._1c.g5.v8.dt.launching.core
Methods in com._1c.g5.v8.dt.launching.core that return ExecutionContextModifier and TypeMethodDescriptionApplicationUpdateRequest.getExecutionContext()
Returns the execution context of the publication process.ApplicationUpdateResult.getExecutionContext()
Returns the execution context of the publication process.Constructors in com._1c.g5.v8.dt.launching.core with parameters of type ExecutionContextModifierConstructorDescriptionApplicationUpdateRequest
(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, ExecutionContext executionContext, String launchMode, 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 ExecutionContextModifier and TypeMethodDescriptionExecutionContext.copy()
Copies context with all keys and values.default ExecutionContext
IApplicationManager.launch
(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated, for removal: This API element is subject to removal in a future version.default ExecutionContext
IApplicationManager.stop
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.e1c.g5.dt.applications with parameters of type ExecutionContextModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
IApplicationManager.check
(IApplication application, ApplicationCheckUnknownStateTreatment whenUnknown, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Checks whether the application is ready to start.void
IApplicationManager.cleanup
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Cleans up resources associated with the application.default ExecutionContext
IApplicationManager.launch
(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated, for removal: This API element is subject to removal in a future version.IApplicationManager.open
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated, for removal: This API element is subject to removal in a future version.void
IApplicationManager.prepare
(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Prepares underlying infrastructure to be ready for interaction.IApplicationManager.publish
(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Publishes the application with the provided publish kind.IApplicationManager.start
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Runs application being developed.default ExecutionContext
IApplicationManager.stop
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExecutionContext in com.e1c.g5.dt.applications.contributors
Methods in com.e1c.g5.dt.applications.contributors that return ExecutionContextModifier and TypeMethodDescriptiondefault ExecutionContext
IApplicationBehaviourDelegate.launch
(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Deprecated, for removal: This API element is subject to removal in a future version.default ExecutionContext
IApplicationBehaviourDelegate.stop
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.e1c.g5.dt.applications.contributors with parameters of type ExecutionContextModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
IApplicationBehaviourDelegate.check
(IApplication application, ApplicationCheckUnknownStateTreatment whenUnknown, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Checks whether the application is ready to start.void
IApplicationBehaviourDelegate.cleanup
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Cleans up resources associated with the application.default ExecutionContext
IApplicationBehaviourDelegate.launch
(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Deprecated, for removal: This API element is subject to removal in a future version.IApplicationClientDelegate.open
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Opens the application and launches application client.void
IApplicationBehaviourDelegate.prepare
(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Prepares underlying infrastructure to be ready for interaction.IApplicationBehaviourDelegate.publish
(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Publishes the application with the provided publish kind.default ExecutionContext
IApplicationBehaviourDelegate.stop
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Deprecated, for removal: This API element is subject to removal in a future version.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 ExecutionContextModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
IApplicationUiSupport.ensureUpdated
(org.eclipse.swt.widgets.Shell shell, IApplication application, PublishKind publishKind, ExecutionContext context, String mode, org.eclipse.core.runtime.IProgressMonitor monitor) Updates application if necessary. -
Uses of ExecutionContext in com.e1c.g5.dt.applications.ui.contributors
Methods in com.e1c.g5.dt.applications.ui.contributors with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected String
AbstractApplicationClientDelegate.getClientType
(ExecutionContext context) Gets 1C:Enterprise client type fromExecutionContext
AbstractApplicationClientDelegate.getLaunchUrl
(ExecutionContext context) Gets the launch (open) URL from execution contextprotected RuntimeExecutionArguments
AbstractApplicationClientDelegate.getRuntimeExecutionArguments
(ExecutionContext context, InfobaseReference infobase) Gets 1C:Enterprise runtime client launch arguments by current execution context and infobaseAbstractApplicationClientDelegate.open
(IResolvableRuntimeInstallation resolvableInstallation, InfobaseReference infobase, ExecutionContext context) Runs a 1C:Enterprise runtime platform client on the given infobase using the provided 1C:Enterprise runtime installation wrapper, that can be resolved to the real installation at any time. -
Uses of ExecutionContext in com.e1c.g5.dt.internal.applications
Methods in com.e1c.g5.dt.internal.applications with parameters of type ExecutionContextModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
ApplicationManager.check
(IApplication application, ApplicationCheckUnknownStateTreatment whenUnknown, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) void
ApplicationManager.cleanup
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) ApplicationExtensionRegistry.getApplicationClientDelegate
(IApplication application, ExecutionContext context) Returns a supported registered application client delegate for the provided application and execution context.void
ApplicationManager.prepare
(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) ApplicationManager.publish
(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) ApplicationManager.start
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of ExecutionContext in com.e1c.g5.dt.internal.applications.infobases.ui
Methods in com.e1c.g5.dt.internal.applications.infobases.ui with parameters of type ExecutionContextModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
InfobaseApplicationBehaviourDelegate.check
(IApplication application, ApplicationCheckUnknownStateTreatment whenUnknown, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) void
InfobaseApplicationBehaviourDelegate.cleanup
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) InfobaseApplicationClientDelegate.open
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) void
InfobaseApplicationBehaviourDelegate.prepare
(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) InfobaseApplicationBehaviourDelegate.publish
(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) boolean
InfobaseApplicationClientDelegate.supports
(IApplication application, ExecutionContext context) -
Uses of ExecutionContext in com.e1c.g5.dt.internal.applications.ui
Methods in com.e1c.g5.dt.internal.applications.ui with parameters of type ExecutionContextModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
ApplicationUiSupport.ensureUpdated
(org.eclipse.swt.widgets.Shell shell, IApplication application, PublishKind publishKind, ExecutionContext executionContext, String mode, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of ExecutionContext in com.e1c.g5.dt.internal.applications.wst.ui
Methods in com.e1c.g5.dt.internal.applications.wst.ui with parameters of type ExecutionContextModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
ServerApplicationBehaviourDelegate.check
(IApplication application, ApplicationCheckUnknownStateTreatment whenUnknown, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) void
ServerApplicationBehaviourDelegate.cleanup
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) void
ServerApplicationBehaviourDelegate.prepare
(IApplication application, String requestedLaunchMode, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) ServerApplicationBehaviourDelegate.publish
(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) -
Uses of ExecutionContext in com.e1c.g5.v8.dt.internal.platform.standaloneserver.wst.ui
Methods in com.e1c.g5.v8.dt.internal.platform.standaloneserver.wst.ui with parameters of type ExecutionContextModifier and TypeMethodDescriptionServerApplicationClientDelegate.open
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) boolean
ServerApplicationClientDelegate.supports
(IApplication application, ExecutionContext context)
IApplicationManager.prepare(IApplication,String,ExecutionContext,IProgressMonitor)
instead