|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InternalGroup | |
|---|---|
| com.atlassian.crowd.dao.group | |
| com.atlassian.crowd.model.group | |
| com.atlassian.crowd.model.membership | |
| Uses of InternalGroup in com.atlassian.crowd.dao.group |
|---|
| Methods in com.atlassian.crowd.dao.group that return InternalGroup | |
|---|---|
InternalGroup |
InternalGroupDao.findByName(long directoryId,
String groupName)
Finds internal group by directory id and group name. |
| Methods in com.atlassian.crowd.dao.group that return types with arguments of type InternalGroup | |
|---|---|
Collection<InternalGroup> |
InternalGroupDao.findByNames(long directoryId,
Collection<String> groupnames)
Bulk find of groups using SQL disjunction. |
| Uses of InternalGroup in com.atlassian.crowd.model.group |
|---|
| Methods in com.atlassian.crowd.model.group that return InternalGroup | |
|---|---|
InternalGroup |
InternalGroupAttribute.getGroup()
|
InternalGroup |
InternalGroupWithAttributes.getInternalGroup()
|
| Constructors in com.atlassian.crowd.model.group with parameters of type InternalGroup | |
|---|---|
InternalGroupAttribute(InternalGroup group,
String name,
String value)
|
|
InternalGroupAttribute(Long id,
InternalGroup group,
String name,
String value)
|
|
InternalGroupWithAttributes(InternalGroup group,
Map<String,Set<String>> attributes)
|
|
| Uses of InternalGroup in com.atlassian.crowd.model.membership |
|---|
| Constructors in com.atlassian.crowd.model.membership with parameters of type InternalGroup | |
|---|---|
InternalMembership(InternalGroup parentGroup,
InternalGroup childGroup)
|
|
InternalMembership(InternalGroup group,
InternalUser user)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||