Uses of Interface
com._1c.g5.v8.dt.lifecycle.ILifecycleContext
Packages that use ILifecycleContext
Package
Description
-
Uses of ILifecycleContext in com._1c.g5.v8.dt.core.lifecycle
Classes in com._1c.g5.v8.dt.core.lifecycle that implement ILifecycleContextModifier and TypeClassDescriptionclass
Abstract implementation of the EDT project context for the service lifecycle management subsystem.final class
Lifecycle management service context matching the project in the workspace. -
Uses of ILifecycleContext in com._1c.g5.v8.dt.ide
Methods in com._1c.g5.v8.dt.ide with parameters of type ILifecycleContextModifier and TypeMethodDescriptionvoid
ProjectFileSystemSupportProvider.initStorage
(ILifecycleContext lifecycleContext) Clears project mapping for closed and deleted projects -
Uses of ILifecycleContext in com._1c.g5.v8.dt.internal.bm.index.rights
Methods in com._1c.g5.v8.dt.internal.bm.index.rights with parameters of type ILifecycleContextModifier and TypeMethodDescriptionvoid
BmRightsIndexManager.afterImport
(ILifecycleContext projectContext) Processes data after import of data is finishedvoid
BmRightsIndexManager.duringUnload
(ILifecycleContext projectContext) Clearing all index data if necessary -
Uses of ILifecycleContext in com._1c.g5.v8.dt.internal.core.platform
Methods in com._1c.g5.v8.dt.internal.core.platform with parameters of type ILifecycleContextModifier and TypeMethodDescriptionvoid
V8ProjectManager.participate
(LifecyclePhase phase, ILifecycleContext context) -
Uses of ILifecycleContext in com._1c.g5.v8.dt.internal.core.platform.bm
Methods in com._1c.g5.v8.dt.internal.core.platform.bm with parameters of type ILifecycleContextModifier and TypeMethodDescriptionvoid
BmModelManager.initStorage
(ILifecycleContext lifecycleContext) Participates thestorage initialization
phase.
Initiates the BmModel instance for the project of the specifiedprojectContext
. -
Uses of ILifecycleContext in com._1c.g5.v8.dt.internal.lifecycle
Methods in com._1c.g5.v8.dt.internal.lifecycle with parameters of type ILifecycleContextModifier and TypeMethodDescriptionvoid
ServicesOrchestrator.startServices
(ILifecycleContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
ServicesOrchestrator.stopServices
(ILifecycleContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of ILifecycleContext in com._1c.g5.v8.dt.internal.lifecycle.tests.services
Classes in com._1c.g5.v8.dt.internal.lifecycle.tests.services that implement ILifecycleContextMethods in com._1c.g5.v8.dt.internal.lifecycle.tests.services with parameters of type ILifecycleContextModifier and TypeMethodDescriptionvoid
ArgumentsTestParticipantService.contextAndPhaseArg
(ILifecycleContext context, LifecyclePhase phase) void
ArgumentsTestParticipantService.contextArg
(ILifecycleContext context) void
ArgumentsTestParticipantService.phaseAndContextArg
(LifecyclePhase phase, ILifecycleContext context) void
WrongArgumentCountParticipantService.wrongArgsCount
(LifecyclePhase phase, ILifecycleContext context, Object additionalArg) -
Uses of ILifecycleContext in com._1c.g5.v8.dt.internal.search.ui
Methods in com._1c.g5.v8.dt.internal.search.ui with parameters of type ILifecycleContextModifier and TypeMethodDescriptionvoid
SearchResultUpdater.contextStateChanged
(ILifecycleContext context, ServiceState state) -
Uses of ILifecycleContext 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 ILifecycleContextModifier and TypeMethodDescriptionvoid
XdtoMarkerRemover.contextStateChanged
(ILifecycleContext context, ServiceState state) -
Uses of ILifecycleContext in com._1c.g5.v8.dt.lifecycle
Methods in com._1c.g5.v8.dt.lifecycle with parameters of type ILifecycleContextModifier and TypeMethodDescriptionvoid
IServiceContextLifecycleListener.contextStateChanged
(ILifecycleContext context, ServiceState state) Called right after the major state change of the given context.void
ILifecyclePhaseAwareService.participate
(LifecyclePhase phase, ILifecycleContext context) Deprecated.Participates the lifecycle phase for the specified context.void
IServicesOrchestrator.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
.void
IServicesOrchestrator.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.supply
Classes in com._1c.g5.v8.dt.supply that implement ILifecycleContextModifier and TypeClassDescriptionclass
Context of the integration model.class
Context of the supply settings model.