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 PersonalInformation
PersonalInformationUpdateEvent. getOriginalPersonalInformation()
PersonalInformation
PersonalInformationEvent. 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 PersonalInformation
DefaultPersonalInformationManager. createPersonalInformation(com.atlassian.user.User user)
@NonNull PersonalInformation
DefaultPersonalInformationManager. 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 void
DefaultPersonalInformationManager. 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 thePersonalInformation
entities for the given collection ofUserKey
s. -
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 PersonalInformation
ReadThroughCachingPersonalInformationDao. getById(long id)
PersonalInformation
ReadThroughCachingPersonalInformationDao. 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 void
ReadThroughCachingPersonalInformationDao. 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 PersonalInformation
PersonalInfoReport. getPersonalInformation()
Methods in com.atlassian.confluence.mail.reports with parameters of type PersonalInformation Modifier and Type Method Description void
ChangeDigestReport. 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 PersonalInformation
DefaultWebInterfaceContext. getPersonalInformation()
@Nullable PersonalInformation
WebInterfaceContext. 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 void
DefaultWebInterfaceContext. 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 PersonalInformation
AbstractUserProfileAction. 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 ContentEntity
PersonalInformationContentEntityBuilder. 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 boolean
PersonalInformationPermissionsDelegate. canAdminister(com.atlassian.user.User user, PersonalInformation target)
boolean
PersonalInformationPermissionsDelegate. canEdit(com.atlassian.user.User user, PersonalInformation target)
boolean
PersonalInformationPermissionsDelegate. canExport(com.atlassian.user.User user, PersonalInformation target)
boolean
PersonalInformationPermissionsDelegate. canRemove(com.atlassian.user.User user, PersonalInformation target)
boolean
PersonalInformationPermissionsDelegate. canSetPermissions(com.atlassian.user.User user, PersonalInformation target)
boolean
PersonalInformationPermissionsDelegate. 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 PersonalInformation
PersonalInformationManager. createPersonalInformation(com.atlassian.user.User user)
Creates a newPersonalInformation
for the specified user.@NonNull PersonalInformation
PersonalInformationManager. 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 void
DefaultUserAccessor. savePersonalInformation(PersonalInformation newInfo, PersonalInformation oldInfo)
void
PersonalInformationManager. 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 PersonalInformation
AbstractUserProfileAction. 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 PersonalInformation
PersonalInformationDao. getById(long id)
Returns the personal information object with the given ID.PersonalInformation
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 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 PersonalInformation
HibernatePersonalInformationDao. getByClassId(long id)
PersonalInformation
HibernatePersonalInformationDao. getById(long id)
PersonalInformation
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 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()
-