Uses of Interface
com._1c.g5.v8.dt.lifecycle.ILifecycleContext
- 
Packages that use ILifecycleContext Package Description com._1c.g5.v8.dt.core.lifecycle com._1c.g5.v8.dt.ide com._1c.g5.v8.dt.lifecycle com._1c.g5.v8.dt.navigator.ui com._1c.g5.v8.dt.supply 
- 
- 
Uses of ILifecycleContext in com._1c.g5.v8.dt.core.lifecycleClasses in com._1c.g5.v8.dt.core.lifecycle that implement ILifecycleContext Modifier and Type Class Description classAbstractDtProjectContextAbstract implementation of the EDT project context for the service lifecycle management subsystem.classProjectContextLifecycle management service context matching the project in the workspace.
- 
Uses of ILifecycleContext in com._1c.g5.v8.dt.ideMethods in com._1c.g5.v8.dt.ide with parameters of type ILifecycleContext Modifier and Type Method Description voidProjectFileSystemSupportProvider. initStorage(ILifecycleContext lifecycleContext)Clears project mapping for closed and deleted projects
- 
Uses of ILifecycleContext in com._1c.g5.v8.dt.lifecycleMethods in com._1c.g5.v8.dt.lifecycle with parameters of type ILifecycleContext Modifier and Type Method Description voidIServiceContextLifecycleListener. contextStateChanged(ILifecycleContext context, ServiceState state)Called right after the major state change of the given context.voidILifecyclePhaseAwareService. participate(LifecyclePhase phase, ILifecycleContext context)Deprecated.Participates the lifecycle phase for the specified context.voidIServicesOrchestrator. startServices(ILifecycleContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor)Starts the lifecycle services in accordance with lifecycle phases order and participants dependencies.
 For more information about phases, seeLifecyclePhase.voidIServicesOrchestrator. stopServices(ILifecycleContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor)Stops the lifecycle services in accordance with lifecycle phases order and participants dependencies.
 For more information about phases, seeLifecyclePhase.
- 
Uses of ILifecycleContext in com._1c.g5.v8.dt.navigator.uiMethods in com._1c.g5.v8.dt.navigator.ui with parameters of type ILifecycleContext Modifier and Type Method Description voidNavigatorContentProvider. contextStateChanged(ILifecycleContext context, ServiceState state)
- 
Uses of ILifecycleContext in com._1c.g5.v8.dt.supplyClasses in com._1c.g5.v8.dt.supply that implement ILifecycleContext Modifier and Type Class Description classIntegrationContextContext of the integration model.classSupplySettingsContextContext of the supply settings model.
 
-