Package com.comalatech.workflow.audit
Interface WorkflowAuditService
-
@Deprecated public interface WorkflowAuditService
Deprecated.From Confluence 5.10 onwards, workflow records will only be stored in Confluence Audit Log.Provides audit functionality for workflow space and global administration changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
addRecord(AuditRecord auditRecord)
Deprecated.Add an audit record.List<AuditRecord>
getRecords(String spaceKey)
Deprecated.Get workflow audit records for a space (space specific configuration changes) or gloabl (spaceKey = null)
-
-
-
Method Detail
-
addRecord
void addRecord(AuditRecord auditRecord)
Deprecated.Add an audit record.- Parameters:
auditRecord
-
-
getRecords
List<AuditRecord> getRecords(String spaceKey)
Deprecated.Get workflow audit records for a space (space specific configuration changes) or gloabl (spaceKey = null)- Parameters:
spaceKey
- the space to get the audit records for, null for global records.- Returns:
- audit records for the given space.
-
-