Class ContentPermissionExtractorHelper
- java.lang.Object
-
- com.atlassian.confluence.impl.search.v2.extractor.ContentPermissionExtractorHelper
-
public final class ContentPermissionExtractorHelper extends Object
A utility class for helping with the extraction and indexing of content permissions.- Since:
- 7.14
- See Also:
ContentPermissionsBulkExtractor
,ContentPermissionsExtractor
-
-
Constructor Summary
Constructors Constructor Description ContentPermissionExtractorHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ContentEntityObject
getContainerForPermissions(Searchable searchable)
For the givenSearchable
entity, determine the container of that entity which would have content permissions applied to it.
-
-
-
Method Detail
-
getContainerForPermissions
@Nullable public static ContentEntityObject getContainerForPermissions(@Nullable Searchable searchable)
For the givenSearchable
entity, determine the container of that entity which would have content permissions applied to it.
-
-