Package com.comalatech.workflow.audit
Interface WorkflowAuditService
- 
@Deprecated public interface WorkflowAuditServiceDeprecated.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 voidaddRecord(AuditRecord auditRecord)Deprecated.Add an audit record.java.util.List<AuditRecord>getRecords(java.lang.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
java.util.List<AuditRecord> getRecords(java.lang.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.
 
 
 - 
 
 -