| Package | Description |
|---|---|
| com.atlassian.crowd.dao.audit | |
| com.atlassian.crowd.migration | |
| com.atlassian.crowd.model.audit |
| Modifier and Type | Method and Description |
|---|---|
List<AuditLogChangesetEntity> |
AuditDAOHibernate.search(EntityQuery<AuditLogChangeset> query) |
List<AuditLogChangesetEntity> |
AuditDao.search(EntityQuery<AuditLogChangeset> query)
Searches the audit log for entries matching the specified criteria
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuditDAOHibernate.add(AuditLogChangesetEntity entry) |
void |
AuditDao.add(AuditLogChangesetEntity changeset)
Persists the changeset and its entries
|
| Modifier and Type | Method and Description |
|---|---|
protected AuditLogChangesetEntity |
AuditLogMapper.getChangesetFromXml(org.dom4j.Element changesetElement) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AuditLogMapper.addAuditLogToXml(AuditLogChangesetEntity changeset,
org.dom4j.Element directoryRoot) |
| Modifier and Type | Method and Description |
|---|---|
AuditLogChangesetEntity |
AuditLogEntryEntity.getChangeset() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditLogEntryEntity.setChangeset(AuditLogChangesetEntity changeset) |
| Constructor and Description |
|---|
AuditLogEntryEntity(Long id,
String propertyName,
String oldValue,
String newValue,
AuditLogChangesetEntity changeset) |
Copyright © 2018 Atlassian. All rights reserved.