Uses of Class
com.atlassian.confluence.core.ContributionStatus
Packages that use ContributionStatus
Package
Description
-
Uses of ContributionStatus in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return types with arguments of type ContributionStatusModifier 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
Methods in com.atlassian.confluence.core.persistence that return types with arguments of type ContributionStatusModifier 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
Methods in com.atlassian.confluence.impl.content that return types with arguments of type ContributionStatusModifier 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
Methods in com.atlassian.confluence.internal.persistence.hibernate that return types with arguments of type ContributionStatusModifier and TypeMethodDescriptionContentEntityObjectHibernateDao.getContributionStatusByUser
(Collection<ContentId> contentIds, com.atlassian.sal.api.user.UserKey userKey)