Uses of Enum Class
org.qubership.atp.environments.db.modification.TrackedType
Packages that use TrackedType
-
Uses of TrackedType in org.qubership.atp.environments.db.modification
Fields in org.qubership.atp.environments.db.modification declared as TrackedTypeMethods in org.qubership.atp.environments.db.modification that return TrackedTypeModifier and TypeMethodDescriptionstatic TrackedTypeReturns the enum constant of this class with the specified name.static TrackedType[]TrackedType.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 TrackedTypeMethods in org.qubership.atp.environments.db.modification with parameters of type TrackedTypeModifier and TypeMethodDescriptionvoidAbstractNotifier.changeStatusEntitiesUpdateEvents(List<UUID> entitySubscriptions, UUID idEntity, TrackedMethod method, TrackedType entityType) TODO Make javadoc documentation for this method.voidAbstractNotifier.notifyUpdateEntity(List<UUID> cascadeOwnerEntitySubscriptions, UUID targetEntityId, TrackedType entityType) TODO Make javadoc documentation for this method.Constructors in org.qubership.atp.environments.db.modification with parameters of type TrackedTypeModifierConstructorDescriptionAbstractNotifier(UpdateEventService updateEventService, SubscriptionService subscriptionService, TrackedMethod method, TrackedType type) TODO Make javadoc documentation for this method.