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 TypeClassDescriptionclassAbstract implementation of the EDT project context for the service lifecycle management subsystem.final classLifecycle 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 TypeMethodDescriptionvoidProjectFileSystemSupportProvider.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 TypeMethodDescriptionvoidBmRightsIndexManager.afterImport(ILifecycleContext projectContext) Processes data after import of data is finishedvoidBmRightsIndexManager.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 TypeMethodDescriptionvoidV8ProjectManager.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 TypeMethodDescriptionvoidBmModelManager.initStorage(ILifecycleContext lifecycleContext) Participates thestorage initializationphase.
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 TypeMethodDescriptionvoidServicesOrchestrator.startServices(ILifecycleContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor) voidServicesOrchestrator.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 TypeMethodDescriptionvoidArgumentsTestParticipantService.contextAndPhaseArg(ILifecycleContext context, LifecyclePhase phase) voidArgumentsTestParticipantService.contextArg(ILifecycleContext context) voidArgumentsTestParticipantService.phaseAndContextArg(LifecyclePhase phase, ILifecycleContext context) voidWrongArgumentCountParticipantService.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 TypeMethodDescriptionvoidSearchResultUpdater.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 TypeMethodDescriptionvoidXdtoMarkerRemover.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 TypeMethodDescriptionvoidIServiceContextLifecycleListener.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.supply
Classes in com._1c.g5.v8.dt.supply that implement ILifecycleContextModifier and TypeClassDescriptionclassContext of the integration model.classContext of the supply settings model.