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, ApplicationUpdateType updateType, 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.Methods in com.e1c.g5.dt.applications with parameters of type ExecutionContextModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusIApplicationManager.check(IApplication application, ApplicationCheckUnknownStateTreatment whenUnknown, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Checks whether the application is ready to start.voidIApplicationManager.cleanup(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Cleans up resources associated with the application.voidIApplicationManager.prepare(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Prepares underlying infrastructure to be ready for interaction.IApplicationManager.start(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Runs application being developed.IApplicationManager.update(IApplication application, ApplicationUpdateType updateType, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Updates infobase configuration as per project state. -
Uses of ExecutionContext in com.e1c.g5.dt.applications.contributors
Methods in com.e1c.g5.dt.applications.contributors with parameters of type ExecutionContextModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusIApplicationBehaviourDelegate.check(IApplication application, ApplicationCheckUnknownStateTreatment whenUnknown, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Checks whether the application is ready to start.voidIApplicationBehaviourDelegate.cleanup(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Cleans up resources associated with the application.IApplicationClientDelegate.open(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Opens the application and launches application client.voidIApplicationBehaviourDelegate.prepare(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Prepares underlying infrastructure to be ready for interaction.booleanIApplicationClientDelegate.supports(IApplication application, ExecutionContext context) Returns whether the delegate supports client open for the provided application and execution context.IApplicationBehaviourDelegate.update(IApplication application, ApplicationUpdateType updateType, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Updates infobase configuration as per project state. -
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.IStatusIApplicationUiSupport.ensureUpdated(org.eclipse.swt.widgets.Shell shell, IApplication application, ApplicationUpdateType updateType, 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 StringAbstractApplicationClientDelegate.getClientType(ExecutionContext context) Gets 1C:Enterprise client type fromExecutionContextAbstractApplicationClientDelegate.getLaunchUrl(ExecutionContext context) Gets the launch (open) URL from execution contextprotected RuntimeExecutionArgumentsAbstractApplicationClientDelegate.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.IStatusApplicationManager.check(IApplication application, ApplicationCheckUnknownStateTreatment whenUnknown, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) voidApplicationManager.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.voidApplicationManager.prepare(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) ApplicationManager.start(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) ApplicationManager.update(IApplication application, ApplicationUpdateType kind, 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.IStatusInfobaseApplicationBehaviourDelegate.check(IApplication application, ApplicationCheckUnknownStateTreatment whenUnknown, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) voidInfobaseApplicationBehaviourDelegate.cleanup(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) InfobaseApplicationClientDelegate.open(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) voidInfobaseApplicationBehaviourDelegate.prepare(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) booleanInfobaseApplicationClientDelegate.supports(IApplication application, ExecutionContext context) InfobaseApplicationBehaviourDelegate.update(IApplication application, ApplicationUpdateType kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) -
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.IStatusApplicationUiSupport.ensureUpdated(org.eclipse.swt.widgets.Shell shell, IApplication application, ApplicationUpdateType updateType, 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.IStatusServerApplicationBehaviourDelegate.check(IApplication application, ApplicationCheckUnknownStateTreatment whenUnknown, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) voidServerApplicationBehaviourDelegate.cleanup(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) voidServerApplicationBehaviourDelegate.prepare(IApplication application, String requestedLaunchMode, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) ServerApplicationBehaviourDelegate.update(IApplication application, ApplicationUpdateType 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) booleanServerApplicationClientDelegate.supports(IApplication application, ExecutionContext context)