Package com.atlassian.confluence.audit
Interface StandardAuditResourceTypes
- All Known Implementing Classes:
EnglishAuditResourceTypes
public interface StandardAuditResourceTypes
Standard
AuditResource types to be used in Confluence audit events.
If no resource link was specified explicitly in AuditResource.getUri(), the product will try it's best to
generate a link automatically based on AuditResource.getId().- Since:
- 7.5.0
-
Method Details
-
space
String space() -
user
String user() -
group
String group() -
directory
String directory() -
mailServer
String mailServer() -
cache
String cache() -
license
String license() -
plugin
String plugin() -
pluginModule
String pluginModule() -
pageTemplate
String pageTemplate() -
page
String page()This type represents anAbstractPagewhich covers both Page and Blogpost -
blog
String blog() -
comment
String comment() -
scheduledJob
String scheduledJob() -
securityConfig
String securityConfig() -
attachment
String attachment()
-