Uses of Interface
com._1c.g5.v8.dt.internal.lifecycle.ILifecyclePhaseParticipantReference
Packages that use ILifecyclePhaseParticipantReference
-
Uses of ILifecyclePhaseParticipantReference in com._1c.g5.v8.dt.internal.lifecycle
Classes in com._1c.g5.v8.dt.internal.lifecycle that implement ILifecyclePhaseParticipantReferenceModifier and TypeClassDescriptionfinal classTheILifecyclePhaseParticipantReferenceimplementation for participants with dynamic dependencies.final classTheILifecyclePhaseParticipantReferenceimplementation for participants with static dependencies.Methods in com._1c.g5.v8.dt.internal.lifecycle that return types with arguments of type ILifecyclePhaseParticipantReferenceModifier and TypeMethodDescriptionServiceDependencyProcessor.getOrderedParticipantsForPhase(LifecyclePhase lifecylePhase) Builds and returns the collection of participants for the specifiedlifecyclePhase.IServiceRegistrationDescriptor.getParticipants()Returns a lifecycle phase to phase participant map.ServiceRegistationDescriptor.getParticipants()ILifecycleRegistry.getServiceReferences(LifecyclePhase phase) Returns the phase participants references.LifecycleRegistry.getServiceReferences(LifecyclePhase phase) Constructor parameters in com._1c.g5.v8.dt.internal.lifecycle with type arguments of type ILifecyclePhaseParticipantReferenceModifierConstructorDescriptionServiceRegistationDescriptor(String serviceName, Object service, Map<LifecyclePhase, ILifecyclePhaseParticipantReference> participants) Creates service registration descriptor.