Modifier and Type | Method and Description |
---|---|
Map<Long,ContributionStatus> |
ContentEntityManager.getContributionStatusByUser(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey)
Identifies the most recent contributions made to a set of content by the given user.
|
Map<Long,ContributionStatus> |
DefaultContentEntityManager.getContributionStatusByUser(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Map<Long,ContributionStatus> |
ContentEntityObjectHibernateDao.getContributionStatusByUser(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey) |
Modifier and Type | Method and Description |
---|---|
Map<Long,ContributionStatus> |
DefaultMailContentManager.getContributionStatusByUser(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<Long,ContributionStatus> |
CachingPageDao.getContributionStatusByUser(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey) |
Copyright © 2003–2017 Atlassian. All rights reserved.