Package | Description |
---|---|
com.atlassian.crowd.dao.group | |
com.atlassian.crowd.migration.legacy | |
com.atlassian.crowd.migration.legacy.database |
Modifier and Type | Method and Description |
---|---|
InternalGroupWithAttributes |
GroupDAOHibernate.findByNameWithAttributes(long directoryId,
String groupName) |
Modifier and Type | Method and Description |
---|---|
BatchResultWithIdReferences<Group> |
GroupDAOHibernate.addAll(Collection<InternalGroupWithAttributes> groups) |
BatchResultWithIdReferences<Group> |
InternalGroupDao.addAll(Collection<InternalGroupWithAttributes> groups)
Bulk add of groups and their attributes.
|
Modifier and Type | Method and Description |
---|---|
protected InternalGroupWithAttributes |
GroupMapper.getGroupAndAttributesFromXml(org.dom4j.Element groupElement,
Map<Long,Long> oldToNewDirectoryIds) |
protected InternalGroupWithAttributes |
RoleMapper.getRoleAndAttributesFromXml(org.dom4j.Element roleElement,
Map<Long,Long> oldToNewDirectoryIds) |
Modifier and Type | Method and Description |
---|---|
protected List<InternalGroupWithAttributes> |
GroupMapper.importGroupsFromDatabase(Map<Long,Long> oldToNewDirectoryIds) |
protected List<InternalGroupWithAttributes> |
RoleMapper.importRolesFromDatabase(Map<Long,Long> oldToNewDirectoryIds) |
Copyright © 2020 Atlassian. All rights reserved.