Uses of Enum Class
com.e1c.g5.dt.applications.ApplicationCheckUnknownStateTreatment
Packages that use ApplicationCheckUnknownStateTreatment
Package
Description
-
Uses of ApplicationCheckUnknownStateTreatment in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that return ApplicationCheckUnknownStateTreatmentModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ApplicationCheckUnknownStateTreatment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.e1c.g5.dt.applications with parameters of type ApplicationCheckUnknownStateTreatmentModifier 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. -
Uses of ApplicationCheckUnknownStateTreatment in com.e1c.g5.dt.applications.contributors
Methods in com.e1c.g5.dt.applications.contributors with parameters of type ApplicationCheckUnknownStateTreatmentModifier 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. -
Uses of ApplicationCheckUnknownStateTreatment in com.e1c.g5.dt.internal.applications
Methods in com.e1c.g5.dt.internal.applications with parameters of type ApplicationCheckUnknownStateTreatmentModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
ApplicationManager.check
(IApplication application, ApplicationCheckUnknownStateTreatment whenUnknown, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of ApplicationCheckUnknownStateTreatment in com.e1c.g5.dt.internal.applications.infobases.ui
Methods in com.e1c.g5.dt.internal.applications.infobases.ui with parameters of type ApplicationCheckUnknownStateTreatmentModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
InfobaseApplicationBehaviourDelegate.check
(IApplication application, ApplicationCheckUnknownStateTreatment whenUnknown, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of ApplicationCheckUnknownStateTreatment in com.e1c.g5.dt.internal.applications.wst.ui
Methods in com.e1c.g5.dt.internal.applications.wst.ui with parameters of type ApplicationCheckUnknownStateTreatmentModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
ServerApplicationBehaviourDelegate.check
(IApplication application, ApplicationCheckUnknownStateTreatment whenUnknown, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)