| 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.findByIds(Collection<Long> groupIds)
Bulk find of groups with the specified database identifiers.
|
Collection<InternalGroup> |
InternalGroupDao.findByNames(long directoryId,
Collection<String> groupnames)
Bulk find of groups using SQL disjunction.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserAdministrationGrantToGroup> |
UserAdministrationGrantGroupDao.findGrantsToGroup(InternalGroup targetGroup)
Looks for administration grants for a given group
|
List<GroupAdministrationGrantToGroup> |
GroupAdministrationGrantGroupDao.findGrantsToGroup(InternalGroup targetGroup)
Looks for administration grants for a given group
|
List<GroupAdministrationGrantToGroup> |
GroupAdministrationGrantGroupDao.findGrantsToGroupFromDirectory(InternalGroup group,
Directory directory)
Looks for grants of groups which administer an other group and come from given directory
|
Optional<UserAdministrationGrantToGroup> |
UserAdministrationGrantGroupDao.findUserGrantForGroup(InternalUser internalUser,
InternalGroup internalGroup)
Checks if an user has a grant to a group
|
void |
GroupAdministrationGrantGroupDao.remove(InternalGroup adminGroup,
InternalGroup targetGroup)
Remove administration grant for a group to a group
|
void |
UserAdministrationGrantGroupDao.remove(InternalUser user,
InternalGroup targetGroup)
Remove administration grant for a user to a group
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupAdministrationGrantToGroup> |
GroupAdministrationGrantGroupDao.findGrantsOfGroups(Collection<InternalGroup> groups)
Looks for grants assigned to given groups
|
| 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) |
InternalGroupWithAttributes(InternalGroup group,
Map<String,Set<String>> attributes) |
| Constructor and Description |
|---|
InternalMembership(InternalGroup parentGroup,
InternalGroup childGroup,
Date createdDate) |
InternalMembership(InternalGroup parentGroup,
InternalUser user,
Date createdDate) |
InternalMembership(InternalGroup parentGroup,
MinimalUser user,
Date createdDate) |
| Modifier and Type | Method and Description |
|---|---|
InternalGroup |
GroupAdministrationGrantToGroup.getGroup() |
InternalGroup |
GroupAdministrationGrantToGroup.getTargetGroup() |
InternalGroup |
UserAdministrationGrantToGroup.getTargetGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupAdministrationGrantToGroup.setGroup(InternalGroup group) |
void |
GroupAdministrationGrantToGroup.setTargetGroup(InternalGroup targetGroup) |
void |
UserAdministrationGrantToGroup.setTargetGroup(InternalGroup targetGroup) |
| Constructor and Description |
|---|
GroupAdministrationGrantToGroup(InternalGroup group,
InternalGroup targetGroup) |
UserAdministrationGrantToGroup(InternalUser user,
InternalGroup targetGroup) |
Copyright © 2023 Atlassian. All rights reserved.