Uses of Class
com.atlassian.confluence.user.PersonalInformation
-
-
Uses of PersonalInformation in com.atlassian.confluence.event.events.content.user
Methods in com.atlassian.confluence.event.events.content.user that return PersonalInformation Modifier and Type Method Description PersonalInformationPersonalInformationUpdateEvent. getOriginalPersonalInformation()PersonalInformationPersonalInformationEvent. getPersonalInformation()Constructors in com.atlassian.confluence.event.events.content.user with parameters of type PersonalInformation Constructor Description PersonalInformationCreateEvent(Object src, PersonalInformation personalInformation)Deprecated.PersonalInformationCreateEvent(Object source, PersonalInformation personalInformation, OperationContext<?> context)PersonalInformationEvent(Object src, PersonalInformation personalInformation)Deprecated.PersonalInformationEvent(Object source, PersonalInformation personalInformation, boolean suppressNotifications)Deprecated.PersonalInformationEvent(Object source, PersonalInformation personalInformation, OperationContext<?> context)PersonalInformationRemoveEvent(Object src, PersonalInformation personalInformation)PersonalInformationUpdateEvent(Object source, @NonNull PersonalInformation personalInformation, @Nullable PersonalInformation originalPersonalInformation)Deprecated.since 6.3.0PersonalInformationUpdateEvent(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 PersonalInformation Modifier and Type Method Description @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 PersonalInformation Modifier and Type Method Description voidDefaultPersonalInformationManager. 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 PersonalInformation Modifier and Type Method Description Collection<PersonalInformation>PersonalInformationBulkDao. 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 PersonalInformation Modifier and Type Method Description PersonalInformationReadThroughCachingPersonalInformationDao. getById(long id)PersonalInformationReadThroughCachingPersonalInformationDao. getByUser(ConfluenceUser user)Methods in com.atlassian.confluence.impl.user.persistence.dao that return types with arguments of type PersonalInformation Modifier and Type Method Description Collection<PersonalInformation>ReadThroughCachingPersonalInformationDao. bulkFetchPersonalInformation(Collection<com.atlassian.sal.api.user.UserKey> userKeys)List<PersonalInformation>ReadThroughCachingPersonalInformationDao. getAllByUser(ConfluenceUser user)Methods in com.atlassian.confluence.impl.user.persistence.dao with parameters of type PersonalInformation Modifier and Type Method Description voidReadThroughCachingPersonalInformationDao. removeEntity(PersonalInformation objectToRemove) -
Uses of PersonalInformation in com.atlassian.confluence.mail.reports
Methods in com.atlassian.confluence.mail.reports that return PersonalInformation Modifier and Type Method Description PersonalInformationPersonalInfoReport. getPersonalInformation()Methods in com.atlassian.confluence.mail.reports with parameters of type PersonalInformation Modifier and Type Method Description voidChangeDigestReport. addPersonalInformation(PersonalInformation personalInformation)Constructors in com.atlassian.confluence.mail.reports with parameters of type PersonalInformation Constructor Description PersonalInfoReport(PersonalInformation personalInformation, ChangeDigestReport changeDigestReport) -
Uses of PersonalInformation in com.atlassian.confluence.plugin.descriptor.web
Methods in com.atlassian.confluence.plugin.descriptor.web that return PersonalInformation Modifier and Type Method Description @Nullable PersonalInformationDefaultWebInterfaceContext. getPersonalInformation()@Nullable PersonalInformationWebInterfaceContext. getPersonalInformation()Returns the personal information (i.e.Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type PersonalInformation Modifier and Type Method Description voidDefaultWebInterfaceContext. setPersonalInformation(PersonalInformation personalInformation) -
Uses of PersonalInformation in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions that return PersonalInformation Modifier and Type Method Description PersonalInformationAbstractUserProfileAction. getPersonalInformationEntity() -
Uses of PersonalInformation in com.atlassian.confluence.plugins.rest.entities.builders
Methods in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type PersonalInformation Modifier and Type Method Description ContentEntityPersonalInformationContentEntityBuilder. 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 Constructor Description RemoteUserInformation(PersonalInformation info) -
Uses of PersonalInformation in com.atlassian.confluence.security.delegate
Methods in com.atlassian.confluence.security.delegate with parameters of type PersonalInformation Modifier and Type Method Description booleanPersonalInformationPermissionsDelegate. canAdminister(com.atlassian.user.User user, PersonalInformation target)booleanPersonalInformationPermissionsDelegate. canEdit(com.atlassian.user.User user, PersonalInformation target)booleanPersonalInformationPermissionsDelegate. canExport(com.atlassian.user.User user, PersonalInformation target)booleanPersonalInformationPermissionsDelegate. canRemove(com.atlassian.user.User user, PersonalInformation target)booleanPersonalInformationPermissionsDelegate. canSetPermissions(com.atlassian.user.User user, PersonalInformation target)booleanPersonalInformationPermissionsDelegate. canView(com.atlassian.user.User user, PersonalInformation target) -
Uses of PersonalInformation in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user that return PersonalInformation Modifier and Type Method Description PersonalInformationPersonalInformationManager. 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 PersonalInformation Modifier and Type Method Description voidDefaultUserAccessor. savePersonalInformation(PersonalInformation newInfo, PersonalInformation oldInfo)voidPersonalInformationManager. 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 Modifier and Type Method Description PersonalInformationAbstractUserProfileAction. getPersonalInformationEntity() -
Uses of PersonalInformation in com.atlassian.confluence.user.persistence.dao
Methods in com.atlassian.confluence.user.persistence.dao that return PersonalInformation Modifier and Type Method Description PersonalInformationPersonalInformationDao. getById(long id)Returns the personal information object with the given ID.PersonalInformationPersonalInformationDao. 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 PersonalInformation Modifier and Type Method Description List<PersonalInformation>PersonalInformationDao. 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 PersonalInformation Modifier and Type Method Description protected PersonalInformationHibernatePersonalInformationDao. getByClassId(long id)PersonalInformationHibernatePersonalInformationDao. getById(long id)PersonalInformationHibernatePersonalInformationDao. 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 PersonalInformation Modifier and Type Method Description Collection<PersonalInformation>HibernatePersonalInformationDao. bulkFetchPersonalInformation(Collection<com.atlassian.sal.api.user.UserKey> userKeys)Bulk-fetches all PersonalInformation entities for the given UserKeys.List<PersonalInformation>HibernatePersonalInformationDao. getAllByUser(@Nullable ConfluenceUser user)Class<PersonalInformation>HibernatePersonalInformationDao. getPersistentClass()
-