Uses of Class
com.atlassian.confluence.core.ContributionStatus
Package
Description
-
Uses of ContributionStatus in com.atlassian.confluence.core
Modifier and TypeMethodDescriptionContentEntityManager.getContributionStatusByUser
(@NonNull Collection<ContentId> contentIds, @Nullable com.atlassian.sal.api.user.UserKey userKey) Identifies the most recent contributions made to a set of content by the given user. -
Uses of ContributionStatus in com.atlassian.confluence.core.persistence
Modifier and TypeMethodDescriptionContentEntityObjectDao.getContributionStatusByUser
(Collection<ContentId> contentIds, com.atlassian.sal.api.user.UserKey userKey) Identifies the most recent contributions made to a Collection of content by the given user. -
Uses of ContributionStatus in com.atlassian.confluence.impl.content
Modifier and TypeMethodDescriptionDefaultContentEntityManager.getContributionStatusByUser
(@NonNull Collection<ContentId> contentIds, @Nullable com.atlassian.sal.api.user.UserKey userKey) -
Uses of ContributionStatus in com.atlassian.confluence.internal.persistence.hibernate
Modifier and TypeMethodDescriptionContentEntityObjectHibernateDao.getContributionStatusByUser
(Collection<ContentId> contentIds, com.atlassian.sal.api.user.UserKey userKey)