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 List<AuditRecord>
WorkflowAuditService. getRecords(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 void
WorkflowAuditService. addRecord(AuditRecord auditRecord)
Deprecated.Add an audit record.
-