@AsynchronousPreferred public class VisibleChildPagesAnalyticsEvent extends Object
BulkPermissionService.getVisibleChildPages(ConfluenceUser, Set, boolean)
is called.Constructor and Description |
---|
VisibleChildPagesAnalyticsEvent(int parentPagesCount,
boolean checkInheritedPermissions,
long childPagesCount,
boolean isFallbackServiceUsed,
long durationMillisecond,
boolean permissionsExempt)
An analytic event which is sent when method
BulkPermissionService.getVisibleChildPages(ConfluenceUser, Set, boolean) is called. |
VisibleChildPagesAnalyticsEvent(int parentPagesCount,
boolean checkInheritedPermissions,
long childPagesCount,
boolean isFallbackServiceUsed,
long durationMillisecond,
boolean permissionsExempt,
Integer amountOfSids)
An analytic event which is sent when method
BulkPermissionService.getVisibleChildPages(ConfluenceUser, Set, boolean) is called. |
Modifier and Type | Method and Description |
---|---|
Integer |
getAmountOfSids() |
long |
getChildPagesCount() |
long |
getDurationMillisecond() |
int |
getParentPagesCount() |
boolean |
isCheckInheritedPermissions() |
boolean |
isFallbackServiceUsed() |
boolean |
isPermissionsExempt() |
public VisibleChildPagesAnalyticsEvent(int parentPagesCount, boolean checkInheritedPermissions, long childPagesCount, boolean isFallbackServiceUsed, long durationMillisecond, boolean permissionsExempt)
BulkPermissionService.getVisibleChildPages(ConfluenceUser, Set, boolean)
is called.parentPagesCount
- Number of parent pages requestedcheckInheritedPermissions
- Indicate if the inherited permissions are checked againstchildPagesCount
- Number of child pages foundisFallbackServiceUsed
- Indicate if the fallback service is used instead of the normal servicedurationMillisecond
- The execution duration in millisecondspermissionsExempt
- Indicate if the user is exempt from permission checkpublic VisibleChildPagesAnalyticsEvent(int parentPagesCount, boolean checkInheritedPermissions, long childPagesCount, boolean isFallbackServiceUsed, long durationMillisecond, boolean permissionsExempt, Integer amountOfSids)
BulkPermissionService.getVisibleChildPages(ConfluenceUser, Set, boolean)
is called.parentPagesCount
- Number of parent pages requestedcheckInheritedPermissions
- Indicate if the inherited permissions are checked againstchildPagesCount
- Number of child pages foundisFallbackServiceUsed
- Indicate if the fallback service is used instead of the normal servicedurationMillisecond
- The execution duration in millisecondspermissionsExempt
- Indicate if the user is exempt from permission checkamountOfSids
- Amount of sids available for the current user. Should be null for fallback servicepublic int getParentPagesCount()
public boolean isCheckInheritedPermissions()
public long getChildPagesCount()
public boolean isFallbackServiceUsed()
public long getDurationMillisecond()
public boolean isPermissionsExempt()
public Integer getAmountOfSids()
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences