public class PerDirectoryStatisticsEvent extends Object
| Constructor and Description |
|---|
PerDirectoryStatisticsEvent(DirectoryType type,
LdapConnectorType connectorType,
boolean cachingDisabled,
boolean nestedGroups,
int userCount,
int groupCount) |
| Modifier and Type | Method and Description |
|---|---|
LdapConnectorType |
getConnectorType() |
String |
getEventName() |
int |
getGroupCount() |
int |
getUserCount() |
boolean |
isCachingDisabled() |
boolean |
isNestedGroups() |
public PerDirectoryStatisticsEvent(DirectoryType type, LdapConnectorType connectorType, boolean cachingDisabled, boolean nestedGroups, int userCount, int groupCount)
public LdapConnectorType getConnectorType()
public int getUserCount()
public int getGroupCount()
public boolean isCachingDisabled()
public boolean isNestedGroups()
public String getEventName()
Copyright © 2017 Atlassian. All rights reserved.