Uses of Interface
com.e1c.g5.dt.applications.IApplication
Packages that use IApplication
Package
Description
-
Uses of IApplication in com._1c.g5.v8.dt.debug.core.launchconfigurations
Methods in com._1c.g5.v8.dt.debug.core.launchconfigurations that return types with arguments of type IApplicationModifier and TypeMethodDescriptionLaunchApplicationProvider.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 IApplicationModifier and TypeMethodDescriptionLaunchRuntimeInstallationProvider.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.core.model
Methods in com._1c.g5.v8.dt.debug.core.model that return types with arguments of type IApplicationModifier and TypeMethodDescriptionIRuntimeDebugClientTarget.getApplication()Gets application for which this debug target has been previously configured.Methods in com._1c.g5.v8.dt.debug.core.model with parameters of type IApplicationModifier and TypeMethodDescriptionvoidIRuntimeDebugClientTarget.configure(IApplication application) Configures this debug target to use specified application. -
Uses of IApplication in com._1c.g5.v8.dt.debug.ui.launchconfigurations.shortcuts
Methods in com._1c.g5.v8.dt.debug.ui.launchconfigurations.shortcuts that return types with arguments of type IApplicationModifier and TypeMethodDescriptionprotected Optional<IApplication>AbstractLaunchShortcut.findApplication(org.eclipse.debug.core.ILaunchConfiguration configuration) Finds application references by the specified launch configuration.Methods in com._1c.g5.v8.dt.debug.ui.launchconfigurations.shortcuts with parameters of type IApplicationModifier and TypeMethodDescriptionprotected 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.internal.debug.core.model
Methods in com._1c.g5.v8.dt.internal.debug.core.model that return types with arguments of type IApplicationMethods in com._1c.g5.v8.dt.internal.debug.core.model with parameters of type IApplicationModifier and TypeMethodDescriptionvoidRuntimeDebugClientTarget.configure(IApplication application) -
Uses of IApplication in com._1c.g5.v8.dt.internal.launching.ui.launchconfigurations.shortcuts
Methods in com._1c.g5.v8.dt.internal.launching.ui.launchconfigurations.shortcuts with parameters of type IApplicationModifier and TypeMethodDescriptionprotected booleanAbstractRuntimeClientLaunchShortcut.matches(org.eclipse.core.resources.IProject project, IApplication application, org.eclipse.emf.ecore.EObject object, org.eclipse.debug.core.ILaunchConfiguration candidate, boolean forLaunch) protected org.eclipse.debug.core.ILaunchConfigurationWorkingCopyAbstractRuntimeClientLaunchShortcut.prepareConfiguration(org.eclipse.debug.core.ILaunchConfiguration launchConfiguration, IApplication application) -
Uses of IApplication in com._1c.g5.v8.dt.internal.platform.services.ui.applications
Fields in com._1c.g5.v8.dt.internal.platform.services.ui.applications declared as IApplicationModifier and TypeFieldDescriptionLocalInfobaseApplicationSwitcher.ActiveInfobaseUsageContext.applicationMethods in com._1c.g5.v8.dt.internal.platform.services.ui.applications that return IApplicationModifier and TypeMethodDescriptionLocalInfobaseApplicationSwitcher.getInfobaseApplication(InfobaseReference infobase) Deprecated, for removal: This API element is subject to removal in a future version.LocalInfobaseApplicationSwitcher.getInfobaseApplicationByProject(InfobaseReference infobase, org.eclipse.core.resources.IProject project) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com._1c.g5.v8.dt.internal.platform.services.ui.applications with parameters of type IApplicationModifier and TypeMethodDescriptionvoidLocalInfobaseApplicationSwitcher.connectRemoteInfobase(IApplication application, org.eclipse.core.resources.IProject project, InfobaseReference infobase, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated, for removal: This API element is subject to removal in a future version.voidLocalInfobaseApplicationSwitcher.ensureRemoteInfobaseConnected(IApplication application, org.eclipse.core.resources.IProject project, InfobaseReference infobase, org.eclipse.swt.widgets.Shell shell) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IApplication in com._1c.g5.v8.dt.internal.platform.services.ui.infobases.actions
Methods in com._1c.g5.v8.dt.internal.platform.services.ui.infobases.actions with parameters of type IApplicationModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusDeployConfigurationFlow.deployConfiguration(org.eclipse.swt.widgets.Shell shell, IApplication application) Deploy the project from DT IDE to the application (that will be selected in deploy wizard). -
Uses of IApplication in com._1c.g5.v8.dt.internal.platform.services.ui.infobases.commands
Methods in com._1c.g5.v8.dt.internal.platform.services.ui.infobases.commands with parameters of type IApplicationModifier and TypeMethodDescriptionprotected org.eclipse.core.runtime.IStatusAbstractRemoteInfobaseHandler.ensureRemoteInfobaseConnected(org.eclipse.swt.widgets.Shell shell, IApplication application, InfobaseReference infobase, org.eclipse.core.resources.IProject project) Connects remote infobase.protected org.eclipse.core.runtime.IStatusLaunchDesignerRemoteInfobaseHandler.ensureRemoteInfobaseConnected(org.eclipse.swt.widgets.Shell shell, IApplication application, InfobaseReference infobase, org.eclipse.core.resources.IProject project) -
Uses of IApplication in com._1c.g5.v8.dt.internal.platform.services.ui.infobases.deploy
Methods in com._1c.g5.v8.dt.internal.platform.services.ui.infobases.deploy that return IApplicationMethods in com._1c.g5.v8.dt.internal.platform.services.ui.infobases.deploy with parameters of type IApplicationModifier and TypeMethodDescriptionvoidDeployConfigurationWizard.init(IApplication application, boolean selectAllPossible) voidDeployConfigurationWizard.init(org.eclipse.core.resources.IProject project, IApplication application, boolean selectAllPossible) Initializes configuration deployment wizard. -
Uses of IApplication in com._1c.g5.v8.dt.launching.core
Methods in com._1c.g5.v8.dt.launching.core that return IApplicationModifier and TypeMethodDescriptionApplicationUpdateRequest.getApplication()Returns the application to publish.Methods in com._1c.g5.v8.dt.launching.core that return types with arguments of type IApplicationModifier and TypeMethodDescriptionApplicationPrepareRequest.getApplication()Returns the request application.ApplicationPrepareResult.getApplication()Returns the result application.DebugSessionCheckRequest.getApplication()Returns the debug session application.Constructors in com._1c.g5.v8.dt.launching.core with parameters of type IApplicationModifierConstructorDescriptionApplicationPrepareRequest(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, String launchMode, org.eclipse.core.runtime.IProgressMonitor monitor) Creates an instance ofApplicationUpdateRequest.ApplicationUpdateRequest(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, String launchMode, 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.launchconfigurations
Methods in com._1c.g5.v8.dt.launching.core.launchconfigurations with parameters of type IApplicationModifier and TypeMethodDescriptionprotected voidAbstractRuntimeDebugAwareLaunchDelegate.attachDebugTarget(org.eclipse.debug.core.ILaunchConfiguration clientLaunchConfiguration, org.eclipse.debug.core.ILaunch clientlaunch, IApplication application, URL debugServerUrl, IResolvableRuntimeInstallation installation, org.eclipse.core.runtime.IProgressMonitor monitor) Adds debug target to client launch.protected org.eclipse.core.runtime.IStatusAbstractRuntimeDebugAwareLaunchDelegate.updateApplication(org.eclipse.core.resources.IProject project, IApplication application, PublishKind publishKind, String launchMode, org.eclipse.core.runtime.IProgressMonitor monitor) Updates the specified application if necessary. -
Uses of IApplication in com._1c.g5.v8.dt.launching.mobile.ui.launchconfigurations.shortcuts
Methods in com._1c.g5.v8.dt.launching.mobile.ui.launchconfigurations.shortcuts with parameters of type IApplicationModifier and TypeMethodDescriptionprotected 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.launchconfigurations
Methods in com._1c.g5.v8.dt.launching.ui.launchconfigurations that return types with arguments of type IApplicationModifier and TypeMethodDescriptionprotected 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 IApplicationModifier and TypeMethodDescriptionprotected 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.ui
Methods in com._1c.g5.v8.dt.platform.services.ui that return IApplicationModifier and TypeMethodDescriptionstatic IApplicationSelectionContextObject.getContextApplication(ISelection selection) Retrieve current selection context application. -
Uses of IApplication in com._1c.g5.v8.dt.platform.services.ui.infobases
Methods in com._1c.g5.v8.dt.platform.services.ui.infobases that return IApplicationModifier and TypeMethodDescriptionIDeployConfigurationWizard.getApplication()Gets actualIApplicationassociated with deploying project and the infobase -
Uses of IApplication in com._1c.g5.v8.dt.platform.services.ui.model
Methods in com._1c.g5.v8.dt.platform.services.ui.model that return IApplicationModifier and TypeMethodDescriptionApplicationAccessDescription.getApplication()Returns the value of the 'Application' attribute.Methods in com._1c.g5.v8.dt.platform.services.ui.model with parameters of type IApplicationModifier and TypeMethodDescriptionvoidApplicationAccessDescription.setApplication(IApplication value) Sets the value of the 'Application' attribute. -
Uses of IApplication in com._1c.g5.v8.dt.platform.services.ui.model.impl
Fields in com._1c.g5.v8.dt.platform.services.ui.model.impl declared as IApplicationModifier and TypeFieldDescriptionprotected IApplicationApplicationAccessDescriptionImpl.applicationThe cached value of the 'Application' attribute.protected static final IApplicationApplicationAccessDescriptionImpl.APPLICATION_EDEFAULTThe default value of the 'Application' attribute.Methods in com._1c.g5.v8.dt.platform.services.ui.model.impl that return IApplicationModifier and TypeMethodDescriptionModelFactoryImpl.createIApplicationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ApplicationAccessDescriptionImpl.getApplication()Methods in com._1c.g5.v8.dt.platform.services.ui.model.impl with parameters of type IApplicationModifier and TypeMethodDescriptionvoidApplicationAccessDescriptionImpl.setApplication(IApplication newApplication) -
Uses of IApplication in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that return IApplicationModifier and TypeMethodDescriptionIApplicationArtifact.getApplication()Returns the parent application of the artifact.IApplicationEvent.getApplication()Returns the application the event occurred with.ILifecycleAware.getApplication()Returns the parent application of this lifecycle aware object.IUrlAccess.getApplication()Returns the context application.Methods in com.e1c.g5.dt.applications that return types with arguments of type IApplicationModifier and TypeMethodDescriptionIApplicationManager.findApplicationByInfobase(InfobaseReference infobase) Finds an application that uses specified infobase.IApplicationManager.findApplicationByInfobaseAndProject(InfobaseReference infobase, org.eclipse.core.resources.IProject project) Finds an application for the specified project that uses specified infobase.IApplicationManager.getApplication(org.eclipse.core.resources.IProject project, String id) Returns the project application with the provided id.IApplicationManager.getApplications(org.eclipse.core.resources.IProject project) Returns a list of all registered project applications.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 IApplicationModifier 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.delete(IApplication application, boolean unsynchronize) Deletes the specified application.IApplicationAttributeRepository.getAttribute(IApplication application, String key) Returns the attribute value by thekeyfor the specifiedapplication.IApplicationManager.getDefaultUrlAccess(IApplication application) Returns the default URL access instance for the provided application.IApplicationManager.getPublishState(IApplication application) Returns the application publish state for the provided application.IApplicationManager.getUrlAccesses(IApplication application) Returns a list of all found URL access instances for the provided application.default ExecutionContextIApplicationManager.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.voidIApplicationManager.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.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.IApplicationManager.start(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Runs application being developed.default ExecutionContextIApplicationManager.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 IApplication in com.e1c.g5.dt.applications.contributors
Methods in com.e1c.g5.dt.applications.contributors that return types with arguments of type IApplicationModifier and TypeMethodDescriptionIApplicationProvisionDelegate.findApplicationByInfobase(InfobaseReference infobase) Finds an application that uses specified infobase.IApplicationProvisionDelegate.findApplicationByInfobaseAndProject(InfobaseReference infobase, org.eclipse.core.resources.IProject project) Finds an application for the specified project that uses specified infobase.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 IApplicationModifier 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.voidIApplicationBehaviourDelegate.delete(IApplication application, boolean unsynchronize) Deletes the specified application.IApplicationProvisionDelegate.getPublishState(IApplication application) Returns the application publish state for the provided application.IUrlAccessProvider.getUrlAccesses(IApplication application) Returns a list of all found URL access instances for the provided application.default ExecutionContextIApplicationBehaviourDelegate.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.voidIApplicationProvisionNotifier.notifyPublishStateChange(IApplication application, PublishState state) Notifies about the provided application publish state change.voidIApplicationBehaviourDelegate.onStateChanged(IApplication application, LifecycleState state) Called when application state has been changed.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.IApplicationBehaviourDelegate.publish(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Publishes the application with the provided publish kind.default ExecutionContextIApplicationBehaviourDelegate.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.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.infobases
Subinterfaces of IApplication in com.e1c.g5.dt.applications.infobasesModifier and TypeInterfaceDescriptioninterfaceThe 1C:Enterprise V8 infobase application. -
Uses of IApplication in com.e1c.g5.dt.applications.ui
Methods in com.e1c.g5.dt.applications.ui with parameters of type IApplicationModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusIApplicationUiSupport.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.Constructors in com.e1c.g5.dt.applications.ui with parameters of type IApplicationModifierConstructorDescriptionprotectedAbstractRelocateApplicationDialog(org.eclipse.swt.widgets.Shell parentShell, IApplication application) Creates an instance of new dialog. -
Uses of IApplication in com.e1c.g5.dt.applications.ui.contributors
Methods in com.e1c.g5.dt.applications.ui.contributors with parameters of type IApplicationModifier and TypeMethodDescriptionprotected final booleanAbstractApplicationClientDelegate.supportsPlatform(IApplication application) Checks thatIApplicationprovides special attribute with nameAbstractApplicationClientDelegate.PLATFORM_ATTRIBUTEand valueAbstractApplicationClientDelegate.PLATFORM_V8 -
Uses of IApplication in com.e1c.g5.dt.applications.ui.editor
Methods in com.e1c.g5.dt.applications.ui.editor that return IApplicationModifier and TypeMethodDescriptionIApplicationEditorInput.getApplication()Returns the application. -
Uses of IApplication in com.e1c.g5.dt.applications.ui.handlers
Methods in com.e1c.g5.dt.applications.ui.handlers with parameters of type IApplicationModifier and TypeMethodDescriptionprotected abstract voidAbstractRelocateApplicationHandler.openDialogOrWizard(org.eclipse.swt.widgets.Shell parentShell, IApplication application) Creates and open dialog or wizard for relocating application -
Uses of IApplication in com.e1c.g5.dt.applications.wst
Subinterfaces of IApplication in com.e1c.g5.dt.applications.wstModifier and TypeInterfaceDescriptioninterfaceThe server application based on Eclipse WST server module. -
Uses of IApplication in com.e1c.g5.dt.internal.applications
Methods in com.e1c.g5.dt.internal.applications that return IApplicationMethods in com.e1c.g5.dt.internal.applications that return types with arguments of type IApplicationModifier and TypeMethodDescriptionApplicationManager.findApplicationByInfobase(InfobaseReference infobase) ApplicationManager.findApplicationByInfobaseAndProject(InfobaseReference infobase, org.eclipse.core.resources.IProject project) ApplicationManager.getApplication(org.eclipse.core.resources.IProject project, String id) ApplicationManager.getApplications(org.eclipse.core.resources.IProject project) ApplicationManager.getDefaultApplication(org.eclipse.core.resources.IProject project) PreferenceBasedApplicationSettigsStore.getDefaultApplication(org.eclipse.core.resources.IProject project) Returns the default registered project application.PreferenceBasedApplicationSettigsStore.setDefaultApplication(org.eclipse.core.resources.IProject project, IApplication application) Stores the default registered project application.Methods in com.e1c.g5.dt.internal.applications with parameters of type IApplicationModifier 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) voidApplicationManager.delete(IApplication application, boolean unsynchronize) ApplicationExtensionRegistry.getApplicationClientDelegate(IApplication application, ExecutionContext context) Returns a supported registered application client delegate for the provided application and execution context.ApplicationAttributeRepository.getAttribute(IApplication application, String key) PreferenceBasedAttributeRepository.getAttribute(IApplication application, String key) ApplicationManager.getDefaultUrlAccess(IApplication application) PreferenceBasedApplicationSettigsStore.getDefaultUrlAccess(IApplication application) Returns the default URL access instance for the provided application.ApplicationManager.getPublishState(IApplication application) ApplicationManager.getUrlAccesses(IApplication application) voidApplicationManager.notifyPublishStateChange(IApplication application, PublishState state) voidApplicationManager.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) voidApplicationAttributeRepository.setAttribute(IApplication application, String key, String value) voidPreferenceBasedAttributeRepository.setAttribute(IApplication application, String key, String value) voidApplicationManager.setDefaultApplication(org.eclipse.core.resources.IProject project, IApplication newDefaultApplication) PreferenceBasedApplicationSettigsStore.setDefaultApplication(org.eclipse.core.resources.IProject project, IApplication application) Stores the default registered project application.voidApplicationManager.setDefaultUrlAccess(IApplication application, IUrlAccess urlAccess) PreferenceBasedApplicationSettigsStore.setDefaultUrlAccess(IApplication application, IUrlAccess newUrlAccess) Stores the default URL access instance for the provided application.ApplicationManager.start(IApplication application, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Constructors in com.e1c.g5.dt.internal.applications with parameters of type IApplicationModifierConstructorDescriptionApplicationEvent(IApplication application) Creates instance indicating that the application has became or stopped to be default application.ApplicationEvent(IApplication application, LifecycleState applicationState) Constructs the event of the application or application artifact lifecycle state change.ApplicationEvent(IApplication application, LifecycleState applicationState, IApplicationArtifact applicationArtifact) Constructs the event of the application or application artifact lifecycle state change.ApplicationEvent(IApplication application, PublishState publishState) Constructs the event of the application publish state change. -
Uses of IApplication in com.e1c.g5.dt.internal.applications.infobases
Classes in com.e1c.g5.dt.internal.applications.infobases that implement IApplicationMethods in com.e1c.g5.dt.internal.applications.infobases that return IApplicationMethods in com.e1c.g5.dt.internal.applications.infobases that return types with arguments of type IApplicationModifier and TypeMethodDescriptionInfobaseApplicationProvisionDelegate.findApplicationByInfobase(InfobaseReference infobase) InfobaseApplicationProvisionDelegate.findApplicationByInfobaseAndProject(InfobaseReference infobase, org.eclipse.core.resources.IProject project) InfobaseApplicationProvisionDelegate.getApplications(org.eclipse.core.resources.IProject project, IApplicationType type) Methods in com.e1c.g5.dt.internal.applications.infobases with parameters of type IApplicationModifier and TypeMethodDescriptionInfobaseApplicationProvisionDelegate.getPublishState(IApplication application) -
Uses of IApplication in com.e1c.g5.dt.internal.applications.infobases.publications
Methods in com.e1c.g5.dt.internal.applications.infobases.publications that return IApplicationMethods in com.e1c.g5.dt.internal.applications.infobases.publications with parameters of type IApplicationModifier and TypeMethodDescriptionApplicationPublicationProvider.getUrlAccesses(IApplication application) Constructors in com.e1c.g5.dt.internal.applications.infobases.publications with parameters of type IApplicationModifierConstructorDescriptionApplicationPublication(IApplication application, Publication publication, URL url) Creates an instance ofApplicationPublication. -
Uses of IApplication in com.e1c.g5.dt.internal.applications.infobases.ui
Methods in com.e1c.g5.dt.internal.applications.infobases.ui with parameters of type IApplicationModifier 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) static org.eclipse.jface.dialogs.DialogInfobaseRelocateApplicationDialog.createDialogOrWizard(org.eclipse.swt.widgets.Shell parentShell, IApplication application, IRuntimeInstallationManager runtimeInstallationManager) Creates dialog or wizard for relocating applicationvoidInfobaseApplicationBehaviourDelegate.delete(IApplication application, boolean unsynchronize) voidInfobaseApplicationBehaviourDelegate.onStateChanged(IApplication application, LifecycleState state) 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) InfobaseApplicationBehaviourDelegate.publish(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) booleanInfobaseApplicationClientDelegate.supports(IApplication application, ExecutionContext context) Constructors in com.e1c.g5.dt.internal.applications.infobases.ui with parameters of type IApplicationModifierConstructorDescriptionInfobaseRelocateApplicationDialog(org.eclipse.swt.widgets.Shell parentShell, IApplication application) Created dialog that provides choosing of concrete wizard for relocating application -
Uses of IApplication in com.e1c.g5.dt.internal.applications.infobases.ui.actions
Methods in com.e1c.g5.dt.internal.applications.infobases.ui.actions with parameters of type IApplicationModifier and TypeMethodDescriptionprotected voidInfobaseRelocateApplicationHandler.openDialogOrWizard(org.eclipse.swt.widgets.Shell parentShell, IApplication application) -
Uses of IApplication in com.e1c.g5.dt.internal.applications.ui
Methods in com.e1c.g5.dt.internal.applications.ui with parameters of type IApplicationModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusApplicationUiSupport.ensureUpdated(org.eclipse.swt.widgets.Shell shell, IApplication application, PublishKind publishKind, ExecutionContext executionContext, String mode, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of IApplication in com.e1c.g5.dt.internal.applications.ui.editor
Methods in com.e1c.g5.dt.internal.applications.ui.editor that return IApplicationMethods in com.e1c.g5.dt.internal.applications.ui.editor with parameters of type IApplicationModifier and TypeMethodDescriptionstatic IApplicationEditorDescriptorRegistry.getDescriptor(IApplication application) Returns the application editor descriptor for the specifiedapplicationinstance.Constructors in com.e1c.g5.dt.internal.applications.ui.editor with parameters of type IApplicationModifierConstructorDescriptionApplicationEdtitorInput(IApplication application) Creates an editor input. -
Uses of IApplication in com.e1c.g5.dt.internal.applications.ui.editor.aef.models
Methods in com.e1c.g5.dt.internal.applications.ui.editor.aef.models that return IApplicationModifier and TypeMethodDescriptionApplicationEditorComponentModel.getApplication()IApplicationEditorComponentModel.getApplication()Returns the model object - application.Constructors in com.e1c.g5.dt.internal.applications.ui.editor.aef.models with parameters of type IApplicationModifierConstructorDescriptionApplicationEditorComponentModel(IManagingDefinition definition, IApplication application) Creates a new model. -
Uses of IApplication in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef.model
Constructors in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef.model with parameters of type IApplicationModifierConstructorDescriptionInfobasePublicationsModel(IApplicationManager applicationManager, IPublicationManager publicationManager, IWebServerManager webServerManager, IApplication application) Creates a new model. -
Uses of IApplication in com.e1c.g5.dt.internal.applications.wst
Classes in com.e1c.g5.dt.internal.applications.wst that implement IApplicationMethods in com.e1c.g5.dt.internal.applications.wst that return IApplicationModifier and TypeMethodDescriptionServerApplication.getApplication()ServerArtifact.getApplication()Methods in com.e1c.g5.dt.internal.applications.wst that return types with arguments of type IApplicationModifier and TypeMethodDescriptionServerApplicationProvisionDelegate.findApplicationByInfobase(InfobaseReference infobaseToFind) ServerApplicationProvisionDelegate.findApplicationByInfobaseAndProject(InfobaseReference infobaseToFind, org.eclipse.core.resources.IProject projectToFind) ServerApplicationProvisionDelegate.getApplications(org.eclipse.core.resources.IProject projectToFind, IApplicationType typeToFind) Methods in com.e1c.g5.dt.internal.applications.wst with parameters of type IApplicationModifier and TypeMethodDescriptionServerApplicationAttributeRepository.getAttribute(IApplication application, String key) ServerApplicationProvisionDelegate.getPublishState(IApplication application) voidServerApplicationAttributeRepository.setAttribute(IApplication application, String key, String value) Constructors in com.e1c.g5.dt.internal.applications.wst with parameters of type IApplicationModifierConstructorDescriptionServerArtifact(org.eclipse.wst.server.core.IServer server, IApplication application) Creates an instance ofServerArtifact. -
Uses of IApplication in com.e1c.g5.dt.internal.applications.wst.ui
Methods in com.e1c.g5.dt.internal.applications.wst.ui with parameters of type IApplicationModifier 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.delete(IApplication application, boolean unsynchronize) voidServerApplicationBehaviourDelegate.onStateChanged(IApplication application, LifecycleState state) voidServerApplicationBehaviourDelegate.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 IApplication 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 IApplicationModifier and TypeMethodDescriptionstatic org.eclipse.jface.dialogs.DialogServerRelocateApplicationDialog.createDialogOrWizard(org.eclipse.swt.widgets.Shell parentShell, IApplication application, IRuntimeInstallationManager runtimeInstallationManager) Creates dialog or wizard to relocate standalone server application to infobase.ServerApplicationClientDelegate.open(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) booleanServerApplicationClientDelegate.supports(IApplication application, ExecutionContext context) Constructors in com.e1c.g5.v8.dt.internal.platform.standaloneserver.wst.ui with parameters of type IApplicationModifierConstructorDescriptionServerRelocateApplicationDialog(org.eclipse.swt.widgets.Shell parentShell, IApplication application) Created dialog that provides choosing of concrete wizard for relocating application -
Uses of IApplication in com.e1c.g5.v8.dt.internal.platform.standaloneserver.wst.ui.handler
Methods in com.e1c.g5.v8.dt.internal.platform.standaloneserver.wst.ui.handler with parameters of type IApplicationModifier and TypeMethodDescriptionprotected voidServerRelocateApplicationHandler.openDialogOrWizard(org.eclipse.swt.widgets.Shell parentShell, IApplication application)
IApplicationManager