Uses of Class
com.e1c.g5.dt.applications.ApplicationException
Packages that use ApplicationException
Package
Description
-
Uses of ApplicationException in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that throw ApplicationExceptionModifier 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.IApplicationManager.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.getApplicationArtifacts
(Object object) Returns a list of all found application artifacts for the provided application or application artifact.IApplicationManager.getApplications
(org.eclipse.core.resources.IProject project) Returns a list of all registered project applications.IApplicationManager.getApplicationTypes()
Returns a list of all registered application types.IApplicationAttributeRepository.getAttribute
(IApplication application, String key) Returns the attribute value by thekey
for the specifiedapplication
.IApplicationManager.getDefaultApplication
(org.eclipse.core.resources.IProject project) Returns the default registered project application.Optional<org.eclipse.core.resources.IProject>
IApplicationManager.getDefaultProject()
Returns the default application owner project if there is any.IApplicationManager.getDefaultUrlAccess
(IApplication application) Returns the default URL access instance for the provided application.IApplicationManager.getLifecycleState
(ILifecycleAware object) Returns the application lifecycle state for the provided application or lifecycle aware artifact.IApplicationManager.getPublishState
(IApplication application) Returns the application publish state for the provided application.IUrlAccess.getUrl()
Returns the optional available url accessURL
.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 ApplicationException in com.e1c.g5.dt.applications.contributors
Methods in com.e1c.g5.dt.applications.contributors that throw ApplicationExceptionModifier 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.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.IApplicationArtifactProvider.getArtifacts
(Object object) Returns a list of all found application artifacts for the provided application or application artifact.Optional<org.eclipse.core.resources.IProject>
IDefaultProjectProvider.getDefaultProject()
Returns the default application owner project if there is any.IApplicationProvisionDelegate.getLifecycleState
(ILifecycleAware object) Returns the application lifecycle state for the provided application or lifecycle aware artifact.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.void
IApplicationBehaviourDelegate.initialize
(IApplicationProvisionNotifier notifier, IApplicationType type) Initializes the application behaviour delegate with the registered application type and provision notifier.void
IApplicationProvisionDelegate.initialize
(IApplicationProvisionNotifier notifier, IApplicationAttributeRepository attributeRepository, IApplicationType type) Initializes the application provision delegate with the registered application type and provision notifier.default ExecutionContext
IApplicationBehaviourDelegate.launch
(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Deprecated, for removal: This API element is subject to removal in a future version.IApplicationClientDelegate.open
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Opens the application and launches application client.void
IApplicationBehaviourDelegate.prepare
(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Prepares underlying infrastructure to be ready for interaction.IApplicationBehaviourDelegate.publish
(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Publishes the application with the provided publish kind.default ExecutionContext
IApplicationBehaviourDelegate.stop
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ApplicationException in com.e1c.g5.dt.applications.ui.contributors
Methods in com.e1c.g5.dt.applications.ui.contributors that throw ApplicationExceptionModifier and TypeMethodDescriptionprotected String
AbstractApplicationClientDelegate.getClientType
(ExecutionContext context) Gets 1C:Enterprise client type fromExecutionContext
protected RuntimeExecutionArguments
AbstractApplicationClientDelegate.getRuntimeExecutionArguments
(ExecutionContext context, InfobaseReference infobase) Gets 1C:Enterprise runtime client launch arguments by current execution context and infobaseAbstractApplicationClientDelegate.launchUrlClient
(IResolvableRuntimeInstallation installation, URL url, String clientType, RuntimeExecutionArguments arguments) Launches (opens) the provided URL as 1C:Enterprise runtime client. 1C:Enterprise runtime client component can be used if executor implementation needs component for execution.AbstractApplicationClientDelegate.open
(IResolvableRuntimeInstallation resolvableInstallation, InfobaseReference infobase, ExecutionContext context) Runs a 1C:Enterprise runtime platform client on the given infobase using the provided 1C:Enterprise runtime installation wrapper, that can be resolved to the real installation at any time. -
Uses of ApplicationException in com.e1c.g5.dt.internal.applications
Methods in com.e1c.g5.dt.internal.applications that throw ApplicationExceptionModifier 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) ApplicationManager.findApplicationByInfobase
(InfobaseReference infobase) ApplicationManager.findApplicationByInfobaseAndProject
(InfobaseReference infobase, org.eclipse.core.resources.IProject project) ApplicationManager.getApplication
(org.eclipse.core.resources.IProject project, String id) ApplicationManager.getApplicationArtifacts
(Object object) ApplicationManager.getApplications
(org.eclipse.core.resources.IProject project) ApplicationManager.getApplicationTypes()
PreferenceBasedAttributeRepository.getAttribute
(IApplication application, String key) ApplicationManager.getDefaultApplication
(org.eclipse.core.resources.IProject project) PreferenceBasedApplicationSettigsStore.getDefaultApplication
(org.eclipse.core.resources.IProject project) Returns the default registered project application.Optional<org.eclipse.core.resources.IProject>
ApplicationManager.getDefaultProject()
ApplicationManager.getDefaultUrlAccess
(IApplication application) PreferenceBasedApplicationSettigsStore.getDefaultUrlAccess
(IApplication application) Returns the default URL access instance for the provided application.ApplicationManager.getLifecycleState
(ILifecycleAware object) ApplicationManager.getPublishState
(IApplication application) ApplicationManager.getUrlAccesses
(IApplication application) void
PreferenceBasedApplicationSettigsStore.initialize
(com.e1c.g5.dt.internal.applications.PreferenceBasedApplicationSettigsStore.IApplicationProvider applicationProvider) Initializes the store.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
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) -
Uses of ApplicationException in com.e1c.g5.dt.internal.applications.infobases
Methods in com.e1c.g5.dt.internal.applications.infobases that throw ApplicationExceptionModifier 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) Optional<org.eclipse.core.resources.IProject>
DefaultConfigurationProjectProvider.getDefaultProject()
InfobaseApplicationProvisionDelegate.getLifecycleState
(ILifecycleAware object) InfobaseApplicationProvisionDelegate.getPublishState
(IApplication application) InfobaseApplication.getUrl()
-
Uses of ApplicationException in com.e1c.g5.dt.internal.applications.infobases.publications
Methods in com.e1c.g5.dt.internal.applications.infobases.publications that throw ApplicationExceptionModifier and TypeMethodDescriptionApplicationPublication.getUrl()
ApplicationPublicationProvider.getUrlAccesses
(IApplication application) -
Uses of ApplicationException in com.e1c.g5.dt.internal.applications.infobases.ui
Methods in com.e1c.g5.dt.internal.applications.infobases.ui that throw ApplicationExceptionModifier 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) void
InfobaseApplicationBehaviourDelegate.delete
(IApplication application, boolean unsynchronize) 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) -
Uses of ApplicationException in com.e1c.g5.dt.internal.applications.wst
Methods in com.e1c.g5.dt.internal.applications.wst that throw ApplicationExceptionModifier 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) ServerApplicationProvisionDelegate.getLifecycleState
(ILifecycleAware object) ServerApplicationProvisionDelegate.getPublishState
(IApplication application) ServerApplication.getUrl()
-
Uses of ApplicationException in com.e1c.g5.dt.internal.applications.wst.ui
Methods in com.e1c.g5.dt.internal.applications.wst.ui that throw ApplicationExceptionModifier 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.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 ApplicationException in com.e1c.g5.v8.dt.internal.platform.standaloneserver.wst.ui
Methods in com.e1c.g5.v8.dt.internal.platform.standaloneserver.wst.ui that throw ApplicationExceptionModifier and TypeMethodDescriptionServerApplicationClientDelegate.open
(IApplication application, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)
IApplicationManager.prepare(IApplication,String,ExecutionContext,IProgressMonitor)
instead