Uses of Enum Class
com._1c.g5.v8.dt.lifecycle.ServiceState
Packages that use ServiceState
Package
Description
-
Uses of ServiceState in com._1c.g5.v8.dt.internal.cli.api.impl
Methods in com._1c.g5.v8.dt.internal.cli.api.impl with parameters of type ServiceStateModifier and TypeMethodDescriptionorg.eclipse.core.resources.IProject
ServiceLifecycleSupport.waitForProjectContextState
(org.eclipse.core.resources.IProject project, ServiceState state, IDtProjectManager dtProjectManager) Waits for DT project context service state. -
Uses of ServiceState in com._1c.g5.v8.dt.internal.search.ui
Methods in com._1c.g5.v8.dt.internal.search.ui with parameters of type ServiceStateModifier and TypeMethodDescriptionvoid
SearchResultUpdater.contextStateChanged
(ILifecycleContext context, ServiceState state) -
Uses of ServiceState in com._1c.g5.v8.dt.internal.xdto.bm.derived
Methods in com._1c.g5.v8.dt.internal.xdto.bm.derived with parameters of type ServiceStateModifier and TypeMethodDescriptionvoid
XdtoMarkerRemover.contextStateChanged
(ILifecycleContext context, ServiceState state) -
Uses of ServiceState in com._1c.g5.v8.dt.lifecycle
Methods in com._1c.g5.v8.dt.lifecycle that return ServiceStateModifier and TypeMethodDescriptionstatic ServiceState
Returns the enum constant of this class with the specified name.static ServiceState[]
ServiceState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.lifecycle with parameters of type ServiceStateModifier and TypeMethodDescriptionvoid
IServiceContextLifecycleListener.contextStateChanged
(ILifecycleContext context, ServiceState state) Called right after the major state change of the given context.