Uses of Class
org.qubership.integration.platform.variables.management.persistence.configs.entity.user.User
Packages that use User
Package
Description
-
Uses of User in org.qubership.integration.platform.variables.management.configuration.auditing
Methods in org.qubership.integration.platform.variables.management.configuration.auditing that return types with arguments of type UserModifier and TypeMethodDescriptionorg.springframework.data.domain.AuditorAware<User> AuditorAutoProvider.localAuditor() -
Uses of User in org.qubership.integration.platform.variables.management.persistence.configs.entity
Fields in org.qubership.integration.platform.variables.management.persistence.configs.entity declared as UserModifier and TypeFieldDescriptionprotected UserAbstractEntity.createdByprotected UserAbstractEntity.modifiedBy -
Uses of User in org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog
Fields in org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog declared as UserMethods in org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog that return User -
Uses of User in org.qubership.integration.platform.variables.management.rest.v1.mapper
Methods in org.qubership.integration.platform.variables.management.rest.v1.mapper with parameters of type User -
Uses of User in org.qubership.integration.platform.variables.management.service
Constructor parameters in org.qubership.integration.platform.variables.management.service with type arguments of type UserModifierConstructorDescriptionActionsLogService(ActionLogRepository actionLogRepository, org.springframework.data.domain.AuditorAware<User> auditor)