Uses of Enum Class
com._1c.g5.v8.dt.lifecycle.LifecyclePhase
Packages that use LifecyclePhase
Package
Description
-
Uses of LifecyclePhase in com._1c.g5.v8.dt.internal.core.platform
Methods in com._1c.g5.v8.dt.internal.core.platform with parameters of type LifecyclePhaseModifier and TypeMethodDescriptionvoid
V8ProjectManager.participate
(LifecyclePhase phase, ILifecycleContext context) -
Uses of LifecyclePhase in com._1c.g5.v8.dt.internal.lifecycle
Methods in com._1c.g5.v8.dt.internal.lifecycle that return types with arguments of type LifecyclePhaseModifier and TypeMethodDescriptionIServiceRegistrationDescriptor.getParticipants()
Returns a lifecycle phase to phase participant map.ServiceRegistationDescriptor.getParticipants()
Methods in com._1c.g5.v8.dt.internal.lifecycle with parameters of type LifecyclePhaseModifier and TypeMethodDescriptionServiceDependencyProcessor.getOrderedParticipantsForPhase
(LifecyclePhase lifecylePhase) Builds and returns the collection of participants for the specifiedlifecyclePhase
.ILifecycleRegistry.getServiceReferences
(LifecyclePhase phase) Returns the phase participants references.LifecycleRegistry.getServiceReferences
(LifecyclePhase phase) Constructors in com._1c.g5.v8.dt.internal.lifecycle with parameters of type LifecyclePhaseModifierConstructorDescriptionDynamicDependenciesParticipantReference
(String serviceName, ILifecyclePhaseParticipant participant, LifecyclePhase participatingPhase, IServiceDependencyProvider dependencyProvider) Creates participant reference with dynamic dependenciesConstructor parameters in com._1c.g5.v8.dt.internal.lifecycle with type arguments of type LifecyclePhaseModifierConstructorDescriptionServiceRegistationDescriptor
(String serviceName, Object service, Map<LifecyclePhase, ILifecyclePhaseParticipantReference> participants) Creates service registration descriptor. -
Uses of LifecyclePhase in com._1c.g5.v8.dt.internal.lifecycle.tests.services
Methods in com._1c.g5.v8.dt.internal.lifecycle.tests.services with parameters of type LifecyclePhaseModifier and TypeMethodDescriptionvoid
ArgumentsTestParticipantService.contextAndPhaseArg
(ILifecycleContext context, LifecyclePhase phase) void
ArgumentsTestParticipantService.phaseAndContextArg
(LifecyclePhase phase, ILifecycleContext context) void
ArgumentsTestParticipantService.phaseArg
(LifecyclePhase phase) void
WrongArgumentCountParticipantService.wrongArgsCount
(LifecyclePhase phase, ILifecycleContext context, Object additionalArg) -
Uses of LifecyclePhase in com._1c.g5.v8.dt.lifecycle
Methods in com._1c.g5.v8.dt.lifecycle that return LifecyclePhaseModifier and TypeMethodDescriptionstatic LifecyclePhase
Returns the enum constant of this class with the specified name.static LifecyclePhase[]
LifecyclePhase.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 LifecyclePhaseModifier and TypeMethodDescriptionIServiceDependencyProvider.getServiceDependencies
(LifecyclePhase phase) Returns service dependencies for givenphase
.void
ILifecyclePhaseAwareService.participate
(LifecyclePhase phase, ILifecycleContext context) Deprecated.Participates the lifecycle phase for the specified context.LifecycleRegistration.withDependencies
(LifecyclePhase phase, String... services) Deprecated.Adds service dependencies in the given context.