Uses of Class
com.atlassian.confluence.api.model.event.mau.MauApplicationKey
-
Packages that use MauApplicationKey Package Description com.atlassian.confluence.api.impl.service.event.mau com.atlassian.confluence.api.model.event.mau com.atlassian.confluence.api.service.event.mau -
-
Uses of MauApplicationKey in com.atlassian.confluence.api.impl.service.event.mau
Methods in com.atlassian.confluence.api.impl.service.event.mau with parameters of type MauApplicationKey Modifier and Type Method Description void
MauEventServiceImpl. addApplicationActivity(MauApplicationKey appKey)
-
Uses of MauApplicationKey in com.atlassian.confluence.api.model.event.mau
Fields in com.atlassian.confluence.api.model.event.mau declared as MauApplicationKey Modifier and Type Field Description static MauApplicationKey
MauApplicationKey. APP_CONFLUENCE
-
Uses of MauApplicationKey in com.atlassian.confluence.api.service.event.mau
Methods in com.atlassian.confluence.api.service.event.mau with parameters of type MauApplicationKey Modifier and Type Method Description void
MauEventService. addApplicationActivity(@NonNull MauApplicationKey appKey)
Mark this request represents a user activity in a specific sub-product (such as TC, CQ) The default application is Confluence, event if there is no call to this method during the request
-