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)
MigrationLogDao
write
in interface MigrationLogDao
record
- contains the log messages for writingpublic void store(AuditEntry event)
MigrationLogDao
store
in interface MigrationLogDao
event
- 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-2019 Atlassian. All Rights Reserved.