public interface StandardAuditResourceTypes
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()
.Modifier and Type | Method and Description |
---|---|
String |
attachment() |
String |
blog() |
String |
cache() |
String |
comment() |
String |
directory() |
String |
group() |
String |
license() |
String |
mailServer() |
String |
page()
This type represents an
AbstractPage which covers both Page and Blogpost |
String |
pageTemplate() |
String |
plugin() |
String |
pluginModule() |
String |
scheduledJob() |
String |
securityConfig() |
String |
space() |
String |
user() |
String space()
String user()
String group()
String directory()
String mailServer()
String cache()
String license()
String plugin()
String pluginModule()
String pageTemplate()
String page()
AbstractPage
which covers both Page and BlogpostString blog()
String comment()
String scheduledJob()
String securityConfig()
String attachment()
Copyright © 2003–2020 Atlassian. All rights reserved.