Uses of Class
com.atlassian.crowd.model.user.InternalUserAttribute
Packages that use InternalUserAttribute
Package
Description
The audit processors are meant to be called from within other DAOs, to facilitate auditing either single or bulk
operations.
-
Uses of InternalUserAttribute in com.atlassian.crowd.dao.audit.processor
Methods in com.atlassian.crowd.dao.audit.processor that return types with arguments of type InternalUserAttributeModifier and TypeMethodDescriptionUserAuditProcessor.auditBulkAddUsers()
UserAuditProcessor.auditBulkRemoveUsers()
-
Uses of InternalUserAttribute in com.atlassian.crowd.dao.audit.processor.impl
Methods in com.atlassian.crowd.dao.audit.processor.impl that return types with arguments of type InternalUserAttributeModifier and TypeMethodDescriptionDefaultUserAuditProcessor.auditBulkAddUsers()
DisablableUserAuditProcessor.auditBulkAddUsers()
NoopAuditProcessor.auditBulkAddUsers()
DefaultUserAuditProcessor.auditBulkRemoveUsers()
DisablableUserAuditProcessor.auditBulkRemoveUsers()
NoopAuditProcessor.auditBulkRemoveUsers()
-
Uses of InternalUserAttribute in com.atlassian.crowd.dao.user
Methods in com.atlassian.crowd.dao.user that return types with arguments of type InternalUserAttribute -
Uses of InternalUserAttribute in com.atlassian.crowd.migration
Methods in com.atlassian.crowd.migration that return types with arguments of type InternalUserAttributeModifier and TypeMethodDescriptionprotected List<InternalUserAttribute>
UserMapper.getUserAttributesFromXml
(org.dom4j.Element userElement, InternalUser userReference) Method parameters in com.atlassian.crowd.migration with type arguments of type InternalUserAttributeModifier and TypeMethodDescriptionprotected void
UserMapper.addUserToXml
(InternalUser user, Collection<InternalUserAttribute> attributes, org.dom4j.Element userRoot) -
Uses of InternalUserAttribute in com.atlassian.crowd.upgrade.tasks
Methods in com.atlassian.crowd.upgrade.tasks that return types with arguments of type InternalUserAttributeModifier and TypeMethodDescriptionprotected List<InternalUserAttribute>
UpgradeTask1008ParseUserAttributesToNumericValue.getBatchOfRows
(int startIndex, org.hibernate.Session session)