Uses of Interface
com.comalatech.workflow.audit.AuditRecord
- 
Packages that use AuditRecord Package Description com.comalatech.workflow.audit  - 
- 
Uses of AuditRecord in com.comalatech.workflow.audit
Methods in com.comalatech.workflow.audit that return types with arguments of type AuditRecord Modifier and Type Method Description java.util.List<AuditRecord>WorkflowAuditService. getRecords(java.lang.String spaceKey)Deprecated.Get workflow audit records for a space (space specific configuration changes) or gloabl (spaceKey = null)Methods in com.comalatech.workflow.audit with parameters of type AuditRecord Modifier and Type Method Description voidWorkflowAuditService. addRecord(AuditRecord auditRecord)Deprecated.Add an audit record. 
 -