Uses of Enum Class
org.qubership.atp.environments.db.modification.TrackedMethod
Packages that use TrackedMethod
-
Uses of TrackedMethod in org.qubership.atp.environments.db.modification
Fields in org.qubership.atp.environments.db.modification declared as TrackedMethodMethods in org.qubership.atp.environments.db.modification that return TrackedMethodModifier and TypeMethodDescriptionstatic TrackedMethodReturns the enum constant of this class with the specified name.static TrackedMethod[]TrackedMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.qubership.atp.environments.db.modification that return types with arguments of type TrackedMethodMethods in org.qubership.atp.environments.db.modification with parameters of type TrackedMethodModifier and TypeMethodDescriptionvoidAbstractNotifier.changeStatusEntitiesUpdateEvents(List<UUID> entitySubscriptions, UUID idEntity, TrackedMethod method, TrackedType entityType) TODO Make javadoc documentation for this method.Constructors in org.qubership.atp.environments.db.modification with parameters of type TrackedMethodModifierConstructorDescriptionAbstractNotifier(UpdateEventService updateEventService, SubscriptionService subscriptionService, TrackedMethod method, TrackedType type) TODO Make javadoc documentation for this method.ConnectionNotifier(UpdateEventService updateEventService, SubscriptionService subscriptionService, TrackedMethod method) TODO Make javadoc documentation for this method.EnvironmentNotifier(UpdateEventService updateEventService, SubscriptionService subscriptionService, TrackedMethod method) TODO Make javadoc documentation for this method.ProjectNotifier(UpdateEventService updateEventService, SubscriptionService subscriptionService, TrackedMethod method) TODO Make javadoc documentation for this method.SystemNotifier(UpdateEventService updateEventService, SubscriptionService subscriptionService, TrackedMethod method) TODO Make javadoc documentation for this method.