Uses of Class
com.atlassian.confluence.user.PersonalInformation
Packages that use PersonalInformation
Package
Description
-
Uses of PersonalInformation in com.atlassian.confluence.event.events.content.user
Methods in com.atlassian.confluence.event.events.content.user that return PersonalInformationModifier and TypeMethodDescriptionPersonalInformationUpdateEvent.getOriginalPersonalInformation()PersonalInformationEvent.getPersonalInformation()Constructors in com.atlassian.confluence.event.events.content.user with parameters of type PersonalInformationModifierConstructorDescriptionPersonalInformationCreateEvent(Object source, PersonalInformation personalInformation, OperationContext<?> context) PersonalInformationEvent(Object source, PersonalInformation personalInformation, boolean suppressNotifications) PersonalInformationEvent(Object source, PersonalInformation personalInformation, OperationContext<?> context) PersonalInformationRemoveEvent(Object src, PersonalInformation personalInformation, boolean suppressNotifications) PersonalInformationUpdateEvent(Object source, @NonNull PersonalInformation personalInformation, @Nullable PersonalInformation originalPersonalInformation, boolean suppressNotifications) -
Uses of PersonalInformation in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return PersonalInformationModifier and TypeMethodDescription@NonNull PersonalInformationDefaultPersonalInformationManager.createPersonalInformation(com.atlassian.user.User user) @NonNull PersonalInformationDefaultPersonalInformationManager.getOrCreatePersonalInformation(com.atlassian.user.User user) This operation needs to be atomic to avoid a race condition with duplicate PersonalInformation objects being created (CONF-10234)Methods in com.atlassian.confluence.impl.content with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoidDefaultPersonalInformationManager.savePersonalInformation(PersonalInformation newInfo, @Nullable PersonalInformation oldInfo) -
Uses of PersonalInformation in com.atlassian.confluence.impl.content.render.prefetch
Methods in com.atlassian.confluence.impl.content.render.prefetch that return types with arguments of type PersonalInformationModifier and TypeMethodDescriptionPersonalInformationBulkDao.bulkFetchPersonalInformation(Collection<com.atlassian.sal.api.user.UserKey> userKeys) Bulk-fetch thePersonalInformationentities for the given collection ofUserKeys. -
Uses of PersonalInformation in com.atlassian.confluence.impl.user.persistence.dao
Methods in com.atlassian.confluence.impl.user.persistence.dao that return PersonalInformationModifier and TypeMethodDescriptionReadThroughCachingPersonalInformationDao.getById(long id) ReadThroughCachingPersonalInformationDao.getByUser(ConfluenceUser user) Methods in com.atlassian.confluence.impl.user.persistence.dao that return types with arguments of type PersonalInformationModifier and TypeMethodDescriptionReadThroughCachingPersonalInformationDao.bulkFetchPersonalInformation(Collection<com.atlassian.sal.api.user.UserKey> userKeys) ReadThroughCachingPersonalInformationDao.findAll()ReadThroughCachingPersonalInformationDao.getAllByUser(ConfluenceUser user) Methods in com.atlassian.confluence.impl.user.persistence.dao with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoidReadThroughCachingPersonalInformationDao.remove(PersonalInformation objectToRemove) voidReadThroughCachingPersonalInformationDao.save(PersonalInformation personalInformation) -
Uses of PersonalInformation in com.atlassian.confluence.internal.user.persistence
Methods in com.atlassian.confluence.internal.user.persistence that return types with arguments of type PersonalInformationMethods in com.atlassian.confluence.internal.user.persistence with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoidPersonalInformationDaoInternal.remove(PersonalInformation personalInformation) voidPersonalInformationDaoInternal.save(PersonalInformation personalInformation) -
Uses of PersonalInformation in com.atlassian.confluence.mail.reports
Methods in com.atlassian.confluence.mail.reports that return PersonalInformationMethods in com.atlassian.confluence.mail.reports with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoidChangeDigestReport.addPersonalInformation(PersonalInformation personalInformation) Constructors in com.atlassian.confluence.mail.reports with parameters of type PersonalInformationModifierConstructorDescriptionPersonalInfoReport(PersonalInformation personalInformation, ChangeDigestReport changeDigestReport) -
Uses of PersonalInformation in com.atlassian.confluence.plugin.descriptor.web
Methods in com.atlassian.confluence.plugin.descriptor.web that return PersonalInformationModifier and TypeMethodDescription@Nullable PersonalInformationDefaultWebInterfaceContext.getPersonalInformation()@Nullable PersonalInformationWebInterfaceContext.getPersonalInformation()Returns the personal information (i.e.Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoidDefaultWebInterfaceContext.setPersonalInformation(PersonalInformation personalInformation) -
Uses of PersonalInformation in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions that return PersonalInformation -
Uses of PersonalInformation in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities.builders with parameters of type PersonalInformationModifier and TypeMethodDescriptionPersonalInformationContentEntityBuilder.build(PersonalInformation personalInfo) -
Uses of PersonalInformation in com.atlassian.confluence.rpc.soap.beans
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type PersonalInformation -
Uses of PersonalInformation in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return types with arguments of type PersonalInformation -
Uses of PersonalInformation in com.atlassian.confluence.security.delegate
Methods in com.atlassian.confluence.security.delegate with parameters of type PersonalInformationModifier and TypeMethodDescriptionbooleanPersonalInformationPermissionsDelegate.canAdminister(ConfluenceUser user, PersonalInformation target) booleanPersonalInformationPermissionsDelegate.canEdit(ConfluenceUser user, PersonalInformation target) booleanPersonalInformationPermissionsDelegate.canExport(ConfluenceUser user, PersonalInformation target) booleanPersonalInformationPermissionsDelegate.canRemove(ConfluenceUser user, PersonalInformation target) booleanPersonalInformationPermissionsDelegate.canSetPermissions(ConfluenceUser user, PersonalInformation target) booleanPersonalInformationPermissionsDelegate.canView(ConfluenceUser user, PersonalInformation target) -
Uses of PersonalInformation in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user that return PersonalInformationModifier and TypeMethodDescriptionPersonalInformationManager.createPersonalInformation(com.atlassian.user.User user) Creates a newPersonalInformationfor the specified user.@NonNull PersonalInformationPersonalInformationManager.getOrCreatePersonalInformation(com.atlassian.user.User user) Retrieve the personal information for a user.Methods in com.atlassian.confluence.user with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoidPersonalInformationManager.savePersonalInformation(PersonalInformation newInfo, @Nullable PersonalInformation oldInfo) Saves personal information object. -
Uses of PersonalInformation in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return PersonalInformation -
Uses of PersonalInformation in com.atlassian.confluence.user.persistence.dao
Methods in com.atlassian.confluence.user.persistence.dao that return PersonalInformationModifier and TypeMethodDescriptionPersonalInformationDao.getById(long id) Returns the personal information object with the given ID.PersonalInformationDao.getByUser(ConfluenceUser user) Fetches the personal information object for this user.Methods in com.atlassian.confluence.user.persistence.dao that return types with arguments of type PersonalInformationModifier and TypeMethodDescriptionPersonalInformationDao.getAllByUser(ConfluenceUser user) Workaround for duplicate personal information. -
Uses of PersonalInformation in com.atlassian.confluence.user.persistence.dao.hibernate
Methods in com.atlassian.confluence.user.persistence.dao.hibernate that return PersonalInformationModifier and TypeMethodDescriptionprotected PersonalInformationHibernatePersonalInformationDao.getByClassId(long id) HibernatePersonalInformationDao.getById(long id) HibernatePersonalInformationDao.getByUser(@Nullable ConfluenceUser user) Fetches a personal information object for the specified user.Methods in com.atlassian.confluence.user.persistence.dao.hibernate that return types with arguments of type PersonalInformationModifier and TypeMethodDescriptionHibernatePersonalInformationDao.bulkFetchPersonalInformation(Collection<com.atlassian.sal.api.user.UserKey> userKeys) Bulk-fetches all PersonalInformation entities for the given UserKeys.HibernatePersonalInformationDao.getAllByUser(@Nullable ConfluenceUser user) HibernatePersonalInformationDao.getPersistentClass()Methods in com.atlassian.confluence.user.persistence.dao.hibernate with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoidHibernatePersonalInformationDao.remove(PersonalInformation personalInformation)