Uses of Class
com.atlassian.confluence.core.ContentPermissionSummary
-
-
Uses of ContentPermissionSummary in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return types with arguments of type ContentPermissionSummary Modifier and Type Method Description List<ContentPermissionSummary>DefaultPageManager. findContentPermissionSummaryByIds(Collection<Long> ids) -
Uses of ContentPermissionSummary in com.atlassian.confluence.internal.pages
Methods in com.atlassian.confluence.internal.pages that return types with arguments of type ContentPermissionSummary Modifier and Type Method Description List<ContentPermissionSummary>PageManagerInternal. findContentPermissionSummaryByIds(Collection<Long> ids)Get ContentPermissionSummary for bulk permission checking -
Uses of ContentPermissionSummary in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type ContentPermissionSummary Modifier and Type Method Description List<ContentPermissionSummary>DelegatingPageDao. findContentPermissionSummaryByIds(Collection<Long> ids)List<ContentPermissionSummary>PageDao. findContentPermissionSummaryByIds(Collection<Long> ids)Deprecated, for removal: This API element is subject to removal in a future version.Get Content creator for bulk permission checking -
Uses of ContentPermissionSummary in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type ContentPermissionSummary Modifier and Type Method Description List<ContentPermissionSummary>HibernatePageDao. findContentPermissionSummaryByIds(Collection<Long> ids)
-