Package com.atlassian.confluence.audit
Interface StandardAuditResourceTypes
-
- All Known Implementing Classes:
EnglishAuditResourceTypes
public interface StandardAuditResourceTypes
StandardAuditResource
types 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 String
attachment()
String
blog()
String
cache()
String
comment()
String
directory()
String
group()
String
license()
String
mailServer()
String
page()
This type represents anAbstractPage
which covers both Page and BlogpostString
pageTemplate()
String
plugin()
String
pluginModule()
String
scheduledJob()
String
securityConfig()
String
space()
String
user()
-
-
-
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 anAbstractPage
which covers both Page and Blogpost
-
blog
String blog()
-
comment
String comment()
-
scheduledJob
String scheduledJob()
-
securityConfig
String securityConfig()
-
attachment
String attachment()
-
-