public class MigrationLogDaoImpl extends Object implements MigrationLogDao
| Constructor and Description |
|---|
MigrationLogDaoImpl(OfBizDelegator ofBizDelegator) |
| Modifier and Type | Method and Description |
|---|---|
static String |
computeSearchField(String summary,
Iterable<ChangedValue> changedValues,
String eventSource) |
void |
store(AuditEntry event)
Persists the auditing entry in the database.
|
protected void |
storeChangedValues(Long entryOfBizId,
Iterable<ChangedValue> changedValues) |
void |
write(MigrationLog record)
Records the provided logs in the record for later retrieval.
|
public MigrationLogDaoImpl(OfBizDelegator ofBizDelegator)
public void write(@Nonnull MigrationLog record)
MigrationLogDaowrite in interface MigrationLogDaorecord - contains the log messages for writingpublic void store(AuditEntry event)
MigrationLogDaostore in interface MigrationLogDaoevent - the log entry to persist.public static String computeSearchField(@Nonnull String summary, @Nullable Iterable<ChangedValue> changedValues, String eventSource)
protected void storeChangedValues(Long entryOfBizId, @Nonnull Iterable<ChangedValue> changedValues)
Copyright © 2002-2018 Atlassian. All Rights Reserved.