Uses of Class
com.atlassian.crowd.model.membership.InternalMembership
Packages that use InternalMembership
Package
Description
The audit processors are meant to be called from within other DAOs, to facilitate auditing either single or bulk
operations.
-
Uses of InternalMembership in com.atlassian.crowd.dao.audit.processor
Methods in com.atlassian.crowd.dao.audit.processor that return types with arguments of type InternalMembershipModifier and TypeMethodDescriptionMembershipAuditProcessor.auditBulkAddMemberships()
MembershipAuditProcessor.auditBulkRemoveMemberships()
Methods in com.atlassian.crowd.dao.audit.processor with parameters of type InternalMembershipModifier and TypeMethodDescriptionvoid
MembershipAuditProcessor.auditMembershipAdded
(InternalMembership membership) void
MembershipAuditProcessor.auditMembershipRemoved
(InternalMembership membership) -
Uses of InternalMembership in com.atlassian.crowd.dao.audit.processor.impl
Methods in com.atlassian.crowd.dao.audit.processor.impl that return types with arguments of type InternalMembershipModifier and TypeMethodDescriptionDefaultMembershipAuditProcessor.auditBulkAddMemberships()
DisablableMembershipAuditProcessor.auditBulkAddMemberships()
NoopAuditProcessor.auditBulkAddMemberships()
DefaultMembershipAuditProcessor.auditBulkRemoveMemberships()
DisablableMembershipAuditProcessor.auditBulkRemoveMemberships()
NoopAuditProcessor.auditBulkRemoveMemberships()
Methods in com.atlassian.crowd.dao.audit.processor.impl with parameters of type InternalMembershipModifier and TypeMethodDescriptionvoid
DefaultMembershipAuditProcessor.auditMembershipAdded
(InternalMembership membership) void
DisablableMembershipAuditProcessor.auditMembershipAdded
(InternalMembership membership) void
NoopAuditProcessor.auditMembershipAdded
(InternalMembership membership) void
DefaultMembershipAuditProcessor.auditMembershipRemoved
(InternalMembership membership) void
DisablableMembershipAuditProcessor.auditMembershipRemoved
(InternalMembership membership) void
NoopAuditProcessor.auditMembershipRemoved
(InternalMembership membership) -
Uses of InternalMembership in com.atlassian.crowd.dao.membership
Methods in com.atlassian.crowd.dao.membership that return types with arguments of type InternalMembershipModifier and TypeMethodDescriptionInternalMembershipDao.addAll
(Set<InternalMembership> memberships) Bulk add of memberships.MembershipDAOHibernate.addAll
(Set<InternalMembership> memberships) MembershipDAOHibernate.findAll
(Collection<Directory> directories) MembershipDAOHibernate.findAllLocal
(Collection<Directory> directories) InternalMembershipDao.getMembershipsCreatedAfter
(long directoryId, Date timestamp, int maxResults) Retrieves memberships with the creation timestamp greater than the specified dateMembershipDAOHibernate.getMembershipsCreatedAfter
(long directoryId, Date timestamp, int maxResults) MembershipDAOHibernate.getPersistentClass()
MembershipDAOHibernate.removeAll
(Set<InternalMembership> memberships) Method parameters in com.atlassian.crowd.dao.membership with type arguments of type InternalMembershipModifier and TypeMethodDescriptionInternalMembershipDao.addAll
(Set<InternalMembership> memberships) Bulk add of memberships.MembershipDAOHibernate.addAll
(Set<InternalMembership> memberships) MembershipDAOHibernate.removeAll
(Set<InternalMembership> memberships) -
Uses of InternalMembership in com.atlassian.crowd.dao.membership.cache
Methods in com.atlassian.crowd.dao.membership.cache that return types with arguments of type InternalMembershipModifier and TypeMethodDescriptionCachingInternalMembershipDao.addAll
(Set<InternalMembership> memberships) CachingInternalMembershipDao.getMembershipsCreatedAfter
(long directoryId, Date timestamp, int maxResults) Method parameters in com.atlassian.crowd.dao.membership.cache with type arguments of type InternalMembershipModifier and TypeMethodDescriptionCachingInternalMembershipDao.addAll
(Set<InternalMembership> memberships) -
Uses of InternalMembership in com.atlassian.crowd.migration
Methods in com.atlassian.crowd.migration that return InternalMembershipModifier and TypeMethodDescriptionprotected InternalMembership
MembershipMapper.getMembershipFromXml
(org.dom4j.Element membershipElement, CrowdBackupDateConverter dateConverter) Methods in com.atlassian.crowd.migration with parameters of type InternalMembershipModifier and TypeMethodDescriptionprotected void
MembershipMapper.addMembershipToXml
(InternalMembership membership, org.dom4j.Element membershipRoot) -
Uses of InternalMembership in com.atlassian.crowd.migration.legacy
Methods in com.atlassian.crowd.migration.legacy that return types with arguments of type InternalMembershipModifier and TypeMethodDescriptionprotected Set
<InternalMembership> GroupMapper.getMemberships
(org.dom4j.Element groupElement, LegacyImportDataHolder importData, BatchResultWithIdReferences<Group> groupImportResults) protected Set
<InternalMembership> RoleMapper.getMemberships
(org.dom4j.Element roleElement, LegacyImportDataHolder importData, BatchResultWithIdReferences<Group> roleImportResults) -
Uses of InternalMembership in com.atlassian.crowd.migration.legacy.database
Methods in com.atlassian.crowd.migration.legacy.database that return types with arguments of type InternalMembershipModifier and TypeMethodDescriptionprotected Set
<InternalMembership> GroupMapper.importMembershipsFromDatabase
(LegacyImportDataHolder importData, BatchResultWithIdReferences<Group> groupImportResults) protected Set
<InternalMembership> RoleMapper.importMembershipsFromDatabase
(LegacyImportDataHolder importData, BatchResultWithIdReferences<Group> roleImportResults)