Package com.atlassian.confluence.audit
Interface StandardAuditResourceTypes
-
- All Known Implementing Classes:
EnglishAuditResourceTypes
public interface StandardAuditResourceTypesStandardAuditResourcetypes to be used in Confluence audit events. If no resource link was specified explicitly inAuditResource.getUri(), the product will try it's best to generate a link automatically based onAuditResource.getId().- Since:
- 7.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringattachment()Stringblog()Stringcache()Stringcomment()Stringdirectory()Stringgroup()Stringlicense()StringmailServer()Stringpage()This type represents anAbstractPagewhich covers both Page and BlogpostStringpageTemplate()Stringplugin()StringpluginModule()StringscheduledJob()StringsecurityConfig()Stringspace()Stringuser()
-
-
-
Method Detail
-
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()
-
-