Uses of Class
com.e1c.g5.dt.applications.ApplicationException
Packages that use ApplicationException
Package
Description
-
Uses of ApplicationException 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 throw ApplicationExceptionModifier and TypeMethodDescriptionvoidDeployConfigurationWizard.initForInfobaseUpdate(org.eclipse.core.resources.IProject project, InfobaseReference infobase) Initializes wizard to update specified project and infobase.voidDeployConfigurationWizard.initForProjectUpdate(org.eclipse.core.resources.IProject project) Initializes wizard to update all existing applications of a project. -
Uses of ApplicationException in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that throw ApplicationExceptionModifier 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.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 thekeyfor 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.getUpdateState(IApplication application) Gets status of application update.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.voidIApplicationManager.prepare(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Prepares underlying infrastructure to be ready for interaction.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.IApplicationManager.update(IApplication application, ApplicationUpdateType updateType, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Updates infobase configuration as per project state. -
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.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.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.getUpdateState(IApplication application) Gets status of application update.IUrlAccessProvider.getUrlAccesses(IApplication application) Returns a list of all found URL access instances for the provided application.voidIApplicationBehaviourDelegate.initialize(IApplicationProvisionNotifier notifier, IApplicationType type) Initializes the application behavior delegate with the registered application type and provision notifier.voidIApplicationProvisionDelegate.initialize(IApplicationProvisionNotifier notifier, IApplicationAttributeRepository attributeRepository, IApplicationType type) Initializes the application provision delegate with the registered application type and provision notifier.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.update(IApplication application, ApplicationUpdateType updateType, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Updates infobase configuration as per project state. -
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 StringAbstractApplicationClientDelegate.getClientType(ExecutionContext context) Gets 1C:Enterprise client type fromExecutionContextprotected RuntimeExecutionArgumentsAbstractApplicationClientDelegate.getRuntimeExecutionArguments(ExecutionContext context, InfobaseReference infobase) Gets 1C:Enterprise runtime client launch arguments by current execution context and infobaseAbstractApplicationClientDelegate.launchUrlClient(IResolvableRuntimeInstallation resolvableInstallation, URL url, String componentTypeId, 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.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) 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.getUpdateState(IApplication application) ApplicationManager.getUrlAccesses(IApplication application) voidPreferenceBasedApplicationSettigsStore.initialize(com.e1c.g5.dt.internal.applications.PreferenceBasedApplicationSettigsStore.IApplicationProvider applicationProvider) Initializes the store.voidApplicationManager.prepare(IApplication application, String launchMode, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) 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) ApplicationManager.update(IApplication application, ApplicationUpdateType kind, 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.getUpdateState(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.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) voidInfobaseApplicationBehaviourDelegate.delete(IApplication application, boolean unsynchronize) 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.update(IApplication application, ApplicationUpdateType 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.getUpdateState(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.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.prepare(IApplication application, String requestedLaunchMode, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) ServerApplicationBehaviourDelegate.update(IApplication application, ApplicationUpdateType kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) -
Uses of 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)