Uses of Class
com.atlassian.confluence.core.ContributionStatus
-
-
Uses of ContributionStatus in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return types with arguments of type ContributionStatus Modifier and Type Method Description Map<Long,ContributionStatus>ContentEntityManager. 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 ContributionStatus Modifier and Type Method Description Map<Long,ContributionStatus>ContentEntityObjectDao. 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 ContributionStatus Modifier and Type Method Description Map<Long,ContributionStatus>DefaultContentEntityManager. 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 ContributionStatus Modifier and Type Method Description Map<Long,ContributionStatus>AbstractContentEntityObjectHibernateDao. getContributionStatusByUser(Collection<ContentId> contentIds, com.atlassian.sal.api.user.UserKey userKey) -
Uses of ContributionStatus in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type ContributionStatus Modifier and Type Method Description Map<Long,ContributionStatus>DelegatingPageDao. getContributionStatusByUser(Collection<ContentId> contentIds, com.atlassian.sal.api.user.UserKey userKey)
-