Uses of Class
fr.becpg.repo.audit.model.AuditScope
Packages that use AuditScope
Package
Description
-
Uses of AuditScope in fr.becpg.repo.audit.model
Fields in fr.becpg.repo.audit.model declared as AuditScopeMethods in fr.becpg.repo.audit.model that return AuditScopeModifier and TypeMethodDescriptionAuditScope.getParentScope()Getter for the fieldparentScope.AuditScope.start()start.Methods in fr.becpg.repo.audit.model with parameters of type AuditScopeModifier and TypeMethodDescriptionvoidAuditScope.setParentScope(AuditScope parentScope) Setter for the fieldparentScope. -
Uses of AuditScope in fr.becpg.repo.audit.service
Methods in fr.becpg.repo.audit.service that return AuditScopeModifier and TypeMethodDescriptionBeCPGAuditService.startAudit(AuditType auditType) startAudit.BeCPGAuditService.startAudit(AuditType auditType, Class<?> auditClass, String scopeName) startAudit.Methods in fr.becpg.repo.audit.service with parameters of type AuditScopeModifier and TypeMethodDescriptionvoidAuditScopeListener.onClose(AuditScope auditScope) onClose.voidAuditScopeListener.onStart(AuditScope auditScope) onStart. -
Uses of AuditScope in fr.becpg.repo.audit.service.impl
Fields in fr.becpg.repo.audit.service.impl with type parameters of type AuditScopeModifier and TypeFieldDescriptionprivate ThreadLocal<AuditScope>BeCPGAuditServiceImpl.threadLocalScopeMethods in fr.becpg.repo.audit.service.impl that return AuditScopeModifier and TypeMethodDescriptionBeCPGAuditServiceImpl.startAudit(AuditType auditType) startAudit.BeCPGAuditServiceImpl.startAudit(AuditType auditType, Class<?> auditClass, String scopeName) startAudit.Methods in fr.becpg.repo.audit.service.impl with parameters of type AuditScopeModifier and TypeMethodDescriptionvoidBeCPGAuditServiceImpl.onClose(AuditScope auditScope) onClose.voidBeCPGAuditServiceImpl.onStart(AuditScope auditScope) onStart. -
Uses of AuditScope in fr.becpg.repo.batch
Fields in fr.becpg.repo.batch declared as AuditScopeModifier and TypeFieldDescriptionprivate AuditScopeBatchQueueServiceImpl.BatchCommand.auditScope