Uses of Enum Class
com.e1c.g5.dt.applications.ApplicationUpdateState
Packages that use ApplicationUpdateState
Package
Description
-
Uses of ApplicationUpdateState in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that return ApplicationUpdateStateModifier and TypeMethodDescriptionIApplicationEvent.getUpdateState()Gets new update state of the application.IApplicationManager.getUpdateState(IApplication application) Gets status of application update.IApplicationManager.update(IApplication application, ApplicationUpdateType updateType, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Updates infobase configuration as per project state.static ApplicationUpdateStateReturns the enum constant of this class with the specified name.static ApplicationUpdateState[]ApplicationUpdateState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ApplicationUpdateState in com.e1c.g5.dt.applications.contributors
Methods in com.e1c.g5.dt.applications.contributors that return ApplicationUpdateStateModifier and TypeMethodDescriptionIApplicationProvisionDelegate.getUpdateState(IApplication application) Gets status of application update.IApplicationBehaviourDelegate.update(IApplication application, ApplicationUpdateType updateType, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Updates infobase configuration as per project state.Methods in com.e1c.g5.dt.applications.contributors with parameters of type ApplicationUpdateStateModifier and TypeMethodDescriptionvoidIApplicationProvisionNotifier.notifyUpdateStateChanged(IApplication application, ApplicationUpdateState state) Notifies interested listeners that application update state has changed. -
Uses of ApplicationUpdateState in com.e1c.g5.dt.internal.applications
Methods in com.e1c.g5.dt.internal.applications that return ApplicationUpdateStateModifier and TypeMethodDescriptionApplicationEvent.getUpdateState()ApplicationManager.getUpdateState(IApplication application) ApplicationManager.update(IApplication application, ApplicationUpdateType kind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Methods in com.e1c.g5.dt.internal.applications with parameters of type ApplicationUpdateStateModifier and TypeMethodDescriptionvoidApplicationManager.notifyUpdateStateChanged(IApplication application, ApplicationUpdateState state) Constructors in com.e1c.g5.dt.internal.applications with parameters of type ApplicationUpdateStateModifierConstructorDescriptionApplicationEvent(IApplication application, ApplicationUpdateState updateState) Creates event indicating change of update state. -
Uses of ApplicationUpdateState in com.e1c.g5.dt.internal.applications.infobases
Methods in com.e1c.g5.dt.internal.applications.infobases that return ApplicationUpdateStateModifier and TypeMethodDescriptionInfobaseApplicationProvisionDelegate.getUpdateState(IApplication application) -
Uses of ApplicationUpdateState in com.e1c.g5.dt.internal.applications.infobases.ui
Methods in com.e1c.g5.dt.internal.applications.infobases.ui that return ApplicationUpdateStateModifier and TypeMethodDescriptionInfobaseApplicationBehaviourDelegate.update(IApplication application, ApplicationUpdateType kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) -
Uses of ApplicationUpdateState in com.e1c.g5.dt.internal.applications.wst
Methods in com.e1c.g5.dt.internal.applications.wst that return ApplicationUpdateStateModifier and TypeMethodDescriptionServerApplicationProvisionDelegate.getUpdateState(IApplication application) -
Uses of ApplicationUpdateState in com.e1c.g5.dt.internal.applications.wst.ui
Methods in com.e1c.g5.dt.internal.applications.wst.ui that return ApplicationUpdateStateModifier and TypeMethodDescriptionServerApplicationBehaviourDelegate.update(IApplication application, ApplicationUpdateType kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)