| Package | Description |
|---|---|
| com.atlassian.crowd.dao.group | |
| com.atlassian.crowd.migration | |
| com.atlassian.crowd.model.group | |
| com.atlassian.crowd.model.membership |
| Modifier and Type | Method and Description |
|---|---|
InternalGroup |
GroupDAOHibernate.add(Group group) |
InternalGroup |
GroupDAOHibernate.addLocal(Group group) |
InternalGroup |
GroupDAOHibernate.findByName(long directoryId,
String groupName) |
InternalGroup |
InternalGroupDao.findByName(long directoryId,
String groupName)
Finds internal group by directory id and group name.
|
InternalGroup |
GroupDAOHibernate.rename(Group group,
String newName) |
InternalGroup |
GroupDAOHibernate.update(Group group) |
| Modifier and Type | Method and Description |
|---|---|
Collection<InternalGroup> |
GroupDAOHibernate.findByIds(Collection<Long> groupIds) |
Collection<InternalGroup> |
InternalGroupDao.findByIds(Collection<Long> groupIds)
Bulk find of groups with the specified database identifiers.
|
Collection<InternalGroup> |
GroupDAOHibernate.findByNames(long directoryID,
Collection<String> groupnames) |
Collection<InternalGroup> |
InternalGroupDao.findByNames(long directoryId,
Collection<String> groupnames)
Bulk find of groups using SQL disjunction.
|
Class<InternalGroup> |
GroupDAOHibernate.getPersistentClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupDAOHibernate.addAttribute(InternalGroup group,
String attributeName,
String attributeValue) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalGroup |
GroupMapper.getGroupFromXml(org.dom4j.Element groupElement) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GroupMapper.addGroupToXml(InternalGroup group,
Set<InternalGroupAttribute> attributes,
org.dom4j.Element groupRoot) |
protected Set<InternalGroupAttribute> |
GroupMapper.getGroupAttributesFromXml(org.dom4j.Element groupElement,
InternalGroup groupReference) |
| 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,
Date createdDate) |
InternalMembership(InternalGroup group,
InternalUser user,
Date createdDate) |
Copyright © 2018 Atlassian. All rights reserved.