Class PerDirectoryStatisticsEvent
java.lang.Object
com.atlassian.crowd.analytics.events.PerDirectoryStatisticsEvent
- All Implemented Interfaces:
CrowdAnalyticsEvent
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPerDirectoryStatisticsEvent
(DirectoryType type, LdapConnectorType connectorType, boolean cachingDisabled, boolean nestedGroups, int userCount, int groupCount, Long syncIntervalSeconds, String syncCronExpression, Map<String, String> additionalAttributes) -
Method Summary
-
Constructor Details
-
PerDirectoryStatisticsEvent
public PerDirectoryStatisticsEvent(DirectoryType type, LdapConnectorType connectorType, boolean cachingDisabled, boolean nestedGroups, int userCount, int groupCount, Long syncIntervalSeconds, String syncCronExpression, Map<String, String> additionalAttributes)
-
-
Method Details
-
getConnectorType
-
getUserCount
public int getUserCount() -
getGroupCount
public int getGroupCount() -
isCachingDisabled
public boolean isCachingDisabled() -
isNestedGroups
public boolean isNestedGroups() -
getAdditionalAttributes
-
getSyncIntervalSeconds
-
getSyncCronExpression
-
getEventName
-
builder
-
builder
-