| Package | Description |
|---|---|
| com.atlassian.crowd.dao.group | |
| com.atlassian.crowd.model.group | |
| com.atlassian.crowd.model.membership |
| Modifier and Type | Method and Description |
|---|---|
InternalGroup |
InternalGroupDao.findByName(long directoryId,
String groupName)
Finds internal group by directory id and group name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<InternalGroup> |
InternalGroupDao.findByNames(long directoryId,
Collection<String> groupnames)
Bulk find of groups using SQL disjunction.
|
| Modifier and Type | Method and Description |
|---|---|
InternalGroup |
InternalGroupAttribute.getGroup() |
InternalGroup |
InternalGroupWithAttributes.getInternalGroup() |
| Constructor and Description |
|---|
InternalGroupAttribute(InternalGroup group,
String name,
String value) |
InternalGroupAttribute(Long id,
InternalGroup group,
String name,
String value) |
InternalGroupWithAttributes(InternalGroup group,
Map<String,Set<String>> attributes) |
| Constructor and Description |
|---|
InternalMembership(InternalGroup parentGroup,
InternalGroup childGroup) |
InternalMembership(InternalGroup group,
InternalUser user) |
Copyright © 2018 Atlassian. All rights reserved.