Uses of Class
com.atlassian.crowd.plugin.rest.entity.audit.AuditLogEntityRestDTO
Package
Description
-
Uses of AuditLogEntityRestDTO in com.atlassian.crowd.plugin.rest.entity.audit
Modifier and TypeMethodDescriptionAuditLogChangesetRestDTO.Builder.addEntity
(AuditLogEntityRestDTO entity) AuditLogEntityRestDTO.builder
(AuditLogEntityRestDTO data) Modifier and TypeMethodDescriptionAuditLogChangesetRestDTO.Builder.addEntities
(Iterable<AuditLogEntityRestDTO> entities) AuditLogChangesetRestDTO.Builder.setEntities
(Set<AuditLogEntityRestDTO> entities) ModifierConstructorDescriptionAuditLogChangesetRestDTO
(Long id, Date timestamp, AuditLogAuthorRestDTO author, AuditLogAuthorType authorType, Long authorId, String authorName, AuditLogEventType eventType, AuditLogEntityType entityType, Long entityId, String entityName, Set<AuditLogEntityRestDTO> entities, String ipAddress, String eventMessage, AuditLogEventSource source, Set<AuditLogEntryRestDTO> entries) -
Uses of AuditLogEntityRestDTO in com.atlassian.crowd.plugin.rest.service.controller
Modifier and TypeMethodDescriptionAuditEntityTranslator.translateEntities
(Collection<AuditLogEntity> entities)