| Modifier and Type | Method and Description |
|---|---|
void |
AuditDAOHibernate.add(AuditLogChangesetEntity entry) |
void |
AuditDao.add(AuditLogChangesetEntity changeset)
Persists the changeset and its entries
|
| Constructor and Description |
|---|
AssembledAuditLogChangeset(AuditLogChangesetEntity changeset,
Set<AuditLogEntityEntity> entities,
Set<AuditLogEntryEntity> entries) |
| Modifier and Type | Method and Description |
|---|---|
protected AuditLogChangesetEntity |
AuditLogMapper.getChangesetFromXml(org.dom4j.Element changesetElement) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Hibernate5BatchProcessor.auditOperations(List<AuditLogChangesetEntity> changesetEntities) |
protected void |
Hibernate5StatelessSessionBatchProcessor.auditOperations(List<AuditLogChangesetEntity> changesetEntities) |
Copyright © 2019 Atlassian. All rights reserved.