Package com.comalatech.workflow.audit
Interface AuditRecord
-
@Deprecated public interface AuditRecord
Deprecated.From Confluence 5.10 onwards, workflow records will only be stored in Confluence Audit Log.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Date
getDate()
Deprecated.String
getEventType()
Deprecated.Map<String,String>
getNewValues()
Deprecated.For getting new configuration values in case of configuration change event.Map<String,String>
getOldValues()
Deprecated.For getting old configuration values in case of configuration change event.String
getSpaceKey()
Deprecated.String
getUserId()
Deprecated.String
getValue()
Deprecated.For getting audit record description/value.
-
-
-
Method Detail
-
getDate
Date getDate()
Deprecated.
-
getSpaceKey
String getSpaceKey()
Deprecated.
-
getUserId
String getUserId()
Deprecated.
-
getEventType
String getEventType()
Deprecated.
-
getValue
String getValue()
Deprecated.For getting audit record description/value. Since 1.15 for getting configuration values in case of configuration change usegetOldValues()
andgetNewValues()
-
getOldValues
Map<String,String> getOldValues()
Deprecated.For getting old configuration values in case of configuration change event.- Since:
- 1.15
-
-