| Package | Description |
|---|---|
| com.atlassian.crowd.dao.audit | |
| com.atlassian.crowd.model.audit | |
| com.atlassian.crowd.util.persistence.hibernate.batch |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditDao.add(AuditLogChangesetEntity changeset)
Persists the changeset and its entries
|
| Modifier and Type | Method and Description |
|---|---|
AuditLogChangesetEntity |
AuditLogEntityEntity.getChangeset() |
AuditLogChangesetEntity |
AuditLogEntryEntity.getChangeset() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditLogEntityEntity.setChangeset(AuditLogChangesetEntity changeset) |
void |
AuditLogEntryEntity.setChangeset(AuditLogChangesetEntity changeset) |
| Constructor and Description |
|---|
AuditLogEntityEntity(Long id,
AuditLogEntityType entityType,
String entityName,
Long entityId,
boolean primary,
AuditLogChangesetEntity changeset) |
AuditLogEntryEntity(Long id,
String propertyName,
String oldValue,
String newValue,
AuditLogChangesetEntity changeset) |
| Modifier and Type | Method and Description |
|---|---|
List<AuditLogChangesetEntity> |
NoopAuditMapper.apply(Collection<T> ts) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractBatchProcessor.auditOperations(List<AuditLogChangesetEntity> changesetEntities) |
Copyright © 2023 Atlassian. All rights reserved.