Uses of Interface
com.e1c.g5.dt.applications.IApplication
- 
- 
Uses of IApplication in com._1c.g5.v8.dt.debug.core.launchconfigurationsMethods in com._1c.g5.v8.dt.debug.core.launchconfigurations that return types with arguments of type IApplication Modifier and Type Method Description Optional<IApplication>LaunchApplicationProvider. getApplication(org.eclipse.debug.core.ILaunchConfiguration configuration)Returns the application from the provided launch configuration attributes.Methods in com._1c.g5.v8.dt.debug.core.launchconfigurations with parameters of type IApplication Modifier and Type Method Description Optional<IResolvableRuntimeInstallation>LaunchRuntimeInstallationProvider. getInstallation(org.eclipse.core.resources.IProject project, IApplication application)Returns the default resolvable 1C:Enterprise platform installation to use to launch the provided project and application.
- 
Uses of IApplication in com._1c.g5.v8.dt.debug.ui.launchconfigurations.shortcutsMethods in com._1c.g5.v8.dt.debug.ui.launchconfigurations.shortcuts with parameters of type IApplication Modifier and Type Method Description protected org.eclipse.debug.core.ILaunchConfigurationAbstractLaunchShortcut. getLaunchConfiguration(org.eclipse.core.resources.IProject project, IApplication application, org.eclipse.emf.ecore.EObject object, String mode)Returns launch configuration for project.protected org.eclipse.debug.core.ILaunchConfiguration[]AbstractLaunchShortcut. getLaunchConfigurations(org.eclipse.core.resources.IProject project, IApplication application, org.eclipse.emf.ecore.EObject object, boolean forLaunch)Returns an array of existingILaunchConfigurations that could be used to launch the given project.protected voidAbstractLaunchShortcut. launch(org.eclipse.core.resources.IProject project, IApplication application, org.eclipse.emf.ecore.EObject object, String mode)Launches an application with given project in the specified mode.protected booleanAbstractLaunchShortcut. matches(org.eclipse.core.resources.IProject project, IApplication application, org.eclipse.emf.ecore.EObject object, org.eclipse.debug.core.ILaunchConfiguration candidate, boolean forLaunch)Returns whether the given launch configuration candidate of the shortcut type mathces with the given project for launch purposes.protected org.eclipse.debug.core.ILaunchConfigurationWorkingCopyAbstractLaunchShortcut. prepareConfiguration(org.eclipse.debug.core.ILaunchConfiguration launchConfiguration, IApplication application)Prepares launch configuration to use with this type of shortcut.
- 
Uses of IApplication in com._1c.g5.v8.dt.launching.coreMethods in com._1c.g5.v8.dt.launching.core that return IApplication Modifier and Type Method Description IApplicationApplicationUpdateRequest. getApplication()Returns the application to publish.Methods in com._1c.g5.v8.dt.launching.core that return types with arguments of type IApplication Modifier and Type Method Description Optional<IApplication>ApplicationPrepareRequest. getApplication()Returns the request application.Optional<IApplication>ApplicationPrepareResult. getApplication()Returns the result application.Optional<IApplication>DebugSessionCheckRequest. getApplication()Returns the debug session application.Constructors in com._1c.g5.v8.dt.launching.core with parameters of type IApplication Constructor Description ApplicationPrepareRequest(IApplication application, org.eclipse.core.resources.IProject project, ApplicationPublicationKind publicationKind)Creates an instance ofApplicationPrepareRequest.ApplicationPrepareResult(IApplication application)Creates an instance ofApplicationPrepareResult.ApplicationUpdateRequest(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, ExecutionContext executionContext, org.eclipse.core.runtime.IProgressMonitor monitor)Creates an instance ofApplicationUpdateRequest.ApplicationUpdateRequest(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, org.eclipse.core.runtime.IProgressMonitor monitor)Creates an instance ofApplicationUpdateRequest.DebugSessionCheckRequest(org.eclipse.core.resources.IProject project, IApplication application)Creates an instance ofDebugSessionCheckRequest.
- 
Uses of IApplication in com._1c.g5.v8.dt.launching.core.launchconfigurationsMethods in com._1c.g5.v8.dt.launching.core.launchconfigurations with parameters of type IApplication Modifier and Type Method Description protected voidAbstractRuntimeDebugAwareLaunchDelegate. attachDebugTarget(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.debug.core.ILaunch launch, IApplication application, URL debugServerUrl, IResolvableRuntimeInstallation installation, org.eclipse.core.runtime.IProgressMonitor monitor)Attaches an 1C:Enterprise runtime debug target to the providedILaunch, using the provded launch configuration attributes.protected org.eclipse.core.runtime.IStatusAbstractRuntimeDebugAwareLaunchDelegate. updateApplication(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, org.eclipse.core.runtime.IProgressMonitor monitor)Updates an application for the provided project.
- 
Uses of IApplication in com._1c.g5.v8.dt.launching.mobile.ui.launchconfigurations.shortcutsMethods in com._1c.g5.v8.dt.launching.mobile.ui.launchconfigurations.shortcuts with parameters of type IApplication Modifier and Type Method Description protected booleanAbstractMobileLaunchShortcut. matches(org.eclipse.core.resources.IProject project, IApplication application, org.eclipse.emf.ecore.EObject object, org.eclipse.debug.core.ILaunchConfiguration candidate, boolean forLaunch)
- 
Uses of IApplication in com._1c.g5.v8.dt.launching.ui.launchconfigurationsMethods in com._1c.g5.v8.dt.launching.ui.launchconfigurations that return types with arguments of type IApplication Modifier and Type Method Description protected Optional<IApplication>AbstractLaunchingTab. getSelectedApplication()Returns the selected application in the launching tab if present.protected Optional<IApplication>AbstractLaunchingTab. initializeApplicationViewer(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.core.resources.IProject project)Initializes launch configuation application UI settings based on the provided launch configuration.Methods in com._1c.g5.v8.dt.launching.ui.launchconfigurations with parameters of type IApplication Modifier and Type Method Description protected voidAbstractLaunchingTab. handleApplicationSelection(IApplication application)Handles an application selection.protected voidAbstractLaunchingTab. initializeInstallationViewer(org.eclipse.debug.core.ILaunchConfiguration configuration, String attribute, IApplication application)Initializes launch configuation 1C:Enterprise platform UI settings based on the provided launch configuration.
- 
Uses of IApplication in com._1c.g5.v8.dt.platform.services.uiMethods in com._1c.g5.v8.dt.platform.services.ui that return IApplication Modifier and Type Method Description static IApplicationSelectionContextObject. getContextApplication(ISelection selection)Retrieve current selection context application.
- 
Uses of IApplication in com._1c.g5.v8.dt.platform.services.ui.modelMethods in com._1c.g5.v8.dt.platform.services.ui.model that return IApplication Modifier and Type Method Description IApplicationApplicationAccessDescription. getApplication()Returns the value of the 'Application' attribute.Methods in com._1c.g5.v8.dt.platform.services.ui.model with parameters of type IApplication Modifier and Type Method Description voidApplicationAccessDescription. setApplication(IApplication value)Sets the value of the 'Application' attribute.
- 
Uses of IApplication in com._1c.g5.v8.dt.platform.services.ui.model.implFields in com._1c.g5.v8.dt.platform.services.ui.model.impl declared as IApplication Modifier and Type Field Description protected IApplicationApplicationAccessDescriptionImpl. applicationThe cached value of the 'Application' attribute.protected static IApplicationApplicationAccessDescriptionImpl. APPLICATION_EDEFAULTThe default value of the 'Application' attribute.Methods in com._1c.g5.v8.dt.platform.services.ui.model.impl that return IApplication Modifier and Type Method Description IApplicationModelFactoryImpl. createIApplicationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)IApplicationApplicationAccessDescriptionImpl. getApplication()Methods in com._1c.g5.v8.dt.platform.services.ui.model.impl with parameters of type IApplication Modifier and Type Method Description voidApplicationAccessDescriptionImpl. setApplication(IApplication newApplication)
- 
Uses of IApplication in com.e1c.g5.dt.applicationsMethods in com.e1c.g5.dt.applications that return IApplication Modifier and Type Method Description IApplicationIApplicationArtifact. getApplication()Returns the parent application of the artifact.IApplicationIApplicationEvent. getApplication()Returns the application the event occurred with.IApplicationILifecycleAware. getApplication()Returns the parent application of this lifecycle aware object.IApplicationIUrlAccess. getApplication()Returns the context application.Methods in com.e1c.g5.dt.applications that return types with arguments of type IApplication Modifier and Type Method Description Optional<IApplication>IApplicationManager. getApplication(org.eclipse.core.resources.IProject project, String id)Returns the project application with the provided id.List<IApplication>IApplicationManager. getApplications(org.eclipse.core.resources.IProject project)Returns a list of all registered project applications.Optional<IApplication>IApplicationManager. getDefaultApplication(org.eclipse.core.resources.IProject project)Returns the default registered project application.Methods in com.e1c.g5.dt.applications with parameters of type IApplication Modifier and Type Method Description booleanIApplicationManager. check(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)Checks and returns whether the application is ready to launch e.g.Optional<String>IApplicationAttributeRepository. getAttribute(IApplication application, String key)Returns the attribute value by thekeyfor the specifiedapplication.Optional<IUrlAccess>IApplicationManager. getDefaultUrlAccess(IApplication application)Returns the default URL access instance for the provided application.PublishStateIApplicationManager. getPublishState(IApplication application)Returns the application publish state for the provided application.List<IUrlAccess>IApplicationManager. getUrlAccesses(IApplication application)Returns a list of all found URL access instances for the provided application.ExecutionContextIApplicationManager. 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.PublishStateIApplicationManager. publish(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)Publishes the application with the provided publish kind.voidIApplicationAttributeRepository. setAttribute(IApplication application, String key, String value)Sets the specified attribute for the givenapplication.voidIApplicationManager. setDefaultApplication(org.eclipse.core.resources.IProject project, IApplication application)Sets the default registered project application.voidIApplicationManager. setDefaultUrlAccess(IApplication application, IUrlAccess urlAccess)Sets the default URL access instance for the provided application.
- 
Uses of IApplication in com.e1c.g5.dt.applications.contributorsMethods in com.e1c.g5.dt.applications.contributors that return types with arguments of type IApplication Modifier and Type Method Description List<IApplication>IApplicationProvisionDelegate. getApplications(org.eclipse.core.resources.IProject project, IApplicationType type)Returns a list of all registered project applications.Methods in com.e1c.g5.dt.applications.contributors with parameters of type IApplication Modifier and Type Method Description booleanIApplicationBehaviourDelegate. check(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)Checks and returns whether the application is ready to launch e.g.PublishStateIApplicationProvisionDelegate. getPublishState(IApplication application)Returns the application publish state for the provided application.List<IUrlAccess>IUrlAccessProvider. getUrlAccesses(IApplication application)Returns a list of all found URL access instances for the provided application.ExecutionContextIApplicationBehaviourDelegate. launch(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)Publishes the application with the provided publish kind.voidIApplicationProvisionNotifier. notifyPublishStateChange(IApplication application, PublishState state)Notifies about the provided application publish state change.Optional<Process>IApplicationClientDelegate. open(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)Opens the application and launches application client.PublishStateIApplicationBehaviourDelegate. publish(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)Publishes the application with the provided publish kind.booleanIApplicationClientDelegate. supports(IApplication application, ExecutionContext context)Returns whether the delegate supports client open for the provided application and execution context.
- 
Uses of IApplication in com.e1c.g5.dt.applications.infobasesSubinterfaces of IApplication in com.e1c.g5.dt.applications.infobases Modifier and Type Interface Description interfaceIInfobaseApplicationThe 1C:Enterprise V8 infobase application.
- 
Uses of IApplication in com.e1c.g5.dt.applications.uiMethods in com.e1c.g5.dt.applications.ui with parameters of type IApplication Modifier and Type Method Description booleanIApplicationUiSupport. ensureStarted(org.eclipse.swt.widgets.Shell shell, IApplication application, org.eclipse.core.runtime.IProgressMonitor monitor)Checks that application is started and shows user desired information.PublishStateIApplicationUiSupport. 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.protected abstract IStructuredSelectionAbstractRelocateApplicationDialog. getSelection(IApplication application)Provides correctIStructuredSelectionfor choosing wizardConstructors in com.e1c.g5.dt.applications.ui with parameters of type IApplication Constructor Description AbstractRelocateApplicationDialog(org.eclipse.swt.widgets.Shell parentShell, IApplication application)Creates an instance of new dialog.
- 
Uses of IApplication in com.e1c.g5.dt.applications.ui.editorMethods in com.e1c.g5.dt.applications.ui.editor that return IApplication Modifier and Type Method Description IApplicationIApplicationEditorInput. getApplication()Returns the application.
- 
Uses of IApplication in com.e1c.g5.dt.applications.wstSubinterfaces of IApplication in com.e1c.g5.dt.applications.wst Modifier and Type Interface Description interfaceIServerApplicationThe server application based on Eclipse WST server module.
 
-