| Package | Description |
|---|---|
| com.atlassian.crowd.dao.audit.processor |
The audit processors are meant to be called from within other DAOs, to facilitate auditing either single or bulk
operations.
|
| com.atlassian.crowd.dao.audit.processor.impl | |
| 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 |
|---|---|
BulkAuditMapper<TransactionGroup<InternalGroup,Serializable>> |
GroupAuditProcessor.auditBulkAddGroups() |
BulkAuditMapper<TransactionGroup<InternalGroup,Serializable>> |
GroupAuditProcessor.auditBulkRemoveGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupAuditProcessor.auditGroupAdded(InternalGroup group) |
void |
GroupAuditProcessor.auditGroupRemoved(InternalGroup group) |
void |
GroupAuditProcessor.auditGroupUpdated(Group previous,
InternalGroup updated) |
| Modifier and Type | Method and Description |
|---|---|
BulkAuditMapper<TransactionGroup<InternalGroup,Serializable>> |
DefaultGroupAuditProcessor.auditBulkAddGroups() |
BulkAuditMapper<TransactionGroup<InternalGroup,Serializable>> |
NoopAuditProcessor.auditBulkAddGroups() |
BulkAuditMapper<TransactionGroup<InternalGroup,Serializable>> |
DisablableGroupAuditProcessor.auditBulkAddGroups() |
BulkAuditMapper<TransactionGroup<InternalGroup,Serializable>> |
DefaultGroupAuditProcessor.auditBulkRemoveGroups() |
BulkAuditMapper<TransactionGroup<InternalGroup,Serializable>> |
NoopAuditProcessor.auditBulkRemoveGroups() |
BulkAuditMapper<TransactionGroup<InternalGroup,Serializable>> |
DisablableGroupAuditProcessor.auditBulkRemoveGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGroupAuditProcessor.auditGroupAdded(InternalGroup group) |
void |
NoopAuditProcessor.auditGroupAdded(InternalGroup group) |
void |
DisablableGroupAuditProcessor.auditGroupAdded(InternalGroup group) |
void |
DefaultGroupAuditProcessor.auditGroupRemoved(InternalGroup group) |
void |
NoopAuditProcessor.auditGroupRemoved(InternalGroup group) |
void |
DisablableGroupAuditProcessor.auditGroupRemoved(InternalGroup group) |
void |
DefaultGroupAuditProcessor.auditGroupUpdated(Group previous,
InternalGroup updated) |
void |
NoopAuditProcessor.auditGroupUpdated(Group previous,
InternalGroup updated) |
void |
DisablableGroupAuditProcessor.auditGroupUpdated(Group previous,
InternalGroup updated) |
| 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.