Uses of Interface
com._1c.g5.v8.dt.internal.lifecycle.ILifecyclePhaseParticipant
Packages that use ILifecyclePhaseParticipant
- 
Uses of ILifecyclePhaseParticipant in com._1c.g5.v8.dt.internal.lifecycleMethods in com._1c.g5.v8.dt.internal.lifecycle that return ILifecyclePhaseParticipantModifier and TypeMethodDescriptiondefault ILifecyclePhaseParticipantILifecyclePhaseParticipant.andThen(ILifecyclePhaseParticipant after) Typed implementation of theBiConsumer.andThen(BiConsumer).DynamicDependenciesParticipantReference.getParticipant()ILifecyclePhaseParticipantReference.getParticipant()Returns the participant itself.StaticDependenciesParticipantReference.getParticipant()Methods in com._1c.g5.v8.dt.internal.lifecycle with parameters of type ILifecyclePhaseParticipantModifier and TypeMethodDescriptiondefault ILifecyclePhaseParticipantILifecyclePhaseParticipant.andThen(ILifecyclePhaseParticipant after) Typed implementation of theBiConsumer.andThen(BiConsumer).Constructors in com._1c.g5.v8.dt.internal.lifecycle with parameters of type ILifecyclePhaseParticipantModifierConstructorDescriptionDynamicDependenciesParticipantReference(String serviceName, ILifecyclePhaseParticipant participant, LifecyclePhase participatingPhase, IServiceDependencyProvider dependencyProvider) Creates participant reference with dynamic dependenciesStaticDependenciesParticipantReference(String serviceName, ILifecyclePhaseParticipant participant, Collection<String> dependencies) Creates participant reference with static dependencies