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 TypeMethodDescriptionvoid
IRuntimeDebugClientTarget.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.ILaunchConfiguration
AbstractLaunchShortcut.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 existingILaunchConfiguration
s that could be used to launch the given project.protected void
AbstractLaunchShortcut.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 boolean
AbstractLaunchShortcut.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.ILaunchConfigurationWorkingCopy
AbstractLaunchShortcut.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 TypeMethodDescriptionvoid
RuntimeDebugClientTarget.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 boolean
AbstractRuntimeClientLaunchShortcut.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.ILaunchConfigurationWorkingCopy
AbstractRuntimeClientLaunchShortcut.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.application
Methods 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 TypeMethodDescriptionvoid
LocalInfobaseApplicationSwitcher.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.void
LocalInfobaseApplicationSwitcher.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.IStatus
DeployConfigurationFlow.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.IStatus
AbstractRemoteInfobaseHandler.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.IStatus
LaunchDesignerRemoteInfobaseHandler.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 TypeMethodDescriptionvoid
DeployConfigurationWizard.init
(IApplication application, boolean selectAllPossible) void
DeployConfigurationWizard.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 void
AbstractRuntimeDebugAwareLaunchDelegate.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.IStatus
AbstractRuntimeDebugAwareLaunchDelegate.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 boolean
AbstractMobileLaunchShortcut.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 void
AbstractLaunchingTab.handleApplicationSelection
(IApplication application) Handles an application selection.protected void
AbstractLaunchingTab.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 IApplication
SelectionContextObject.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 actualIApplication
associated 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 TypeMethodDescriptionvoid
ApplicationAccessDescription.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 IApplication
ApplicationAccessDescriptionImpl.application
The cached value of the 'Application
' attribute.protected static final IApplication
ApplicationAccessDescriptionImpl.APPLICATION_EDEFAULT
The 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 TypeMethodDescriptionvoid
ApplicationAccessDescriptionImpl.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.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.void
IApplicationManager.delete
(IApplication application, boolean unsynchronize) Deletes the specified application.IApplicationAttributeRepository.getAttribute
(IApplication application, String key) Returns the attribute value by thekey
for 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 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.void
IApplicationAttributeRepository.setAttribute
(IApplication application, String key, String value) Sets the specified attribute for the givenapplication
.void
IApplicationManager.setDefaultApplication
(org.eclipse.core.resources.IProject project, IApplication application) Sets the default registered project application.void
IApplicationManager.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 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 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.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.void
IApplicationBehaviourDelegate.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 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.void
IApplicationProvisionNotifier.notifyPublishStateChange
(IApplication application, PublishState state) Notifies about the provided application publish state change.void
IApplicationBehaviourDelegate.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.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 IApplication in com.e1c.g5.dt.applications.infobases
Subinterfaces of IApplication in com.e1c.g5.dt.applications.infobasesModifier and TypeInterfaceDescriptioninterface
The 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.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.Constructors in com.e1c.g5.dt.applications.ui with parameters of type IApplicationModifierConstructorDescriptionprotected
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.contributors
Methods in com.e1c.g5.dt.applications.ui.contributors with parameters of type IApplicationModifier and TypeMethodDescriptionprotected final boolean
AbstractApplicationClientDelegate.supportsPlatform
(IApplication application) Checks thatIApplication
provides special attribute with nameAbstractApplicationClientDelegate.PLATFORM_ATTRIBUTE
and 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 void
AbstractRelocateApplicationHandler.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 TypeInterfaceDescriptioninterface
The 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.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) void
ApplicationManager.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) void
ApplicationManager.notifyPublishStateChange
(IApplication application, PublishState state) 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) void
ApplicationAttributeRepository.setAttribute
(IApplication application, String key, String value) void
PreferenceBasedAttributeRepository.setAttribute
(IApplication application, String key, String value) void
ApplicationManager.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.void
ApplicationManager.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.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) static org.eclipse.jface.dialogs.Dialog
InfobaseRelocateApplicationDialog.createDialogOrWizard
(org.eclipse.swt.widgets.Shell parentShell, IApplication application, IRuntimeInstallationManager runtimeInstallationManager) Creates dialog or wizard for relocating applicationvoid
InfobaseApplicationBehaviourDelegate.delete
(IApplication application, boolean unsynchronize) void
InfobaseApplicationBehaviourDelegate.onStateChanged
(IApplication application, LifecycleState state) 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) 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 void
InfobaseRelocateApplicationHandler.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.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 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 IApplicationEditorDescriptor
Registry.getDescriptor
(IApplication application) Returns the application editor descriptor for the specifiedapplication
instance.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) void
ServerApplicationAttributeRepository.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.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.delete
(IApplication application, boolean unsynchronize) void
ServerApplicationBehaviourDelegate.onStateChanged
(IApplication application, LifecycleState state) 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 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.Dialog
ServerRelocateApplicationDialog.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) boolean
ServerApplicationClientDelegate.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 void
ServerRelocateApplicationHandler.openDialogOrWizard
(org.eclipse.swt.widgets.Shell parentShell, IApplication application)
IApplicationManager