Class CustomContentFetcher
java.lang.Object
com.atlassian.confluence.api.impl.service.content.finder.CustomContentFetcher
- All Implemented Interfaces:
ContentFetcher
Fetcher for custom content types provided by plugins.
This fetcher handles content types like "calendar", "question", etc. that are
registered dynamically in Confluence via the CustomContentProviderRegistry.
- Since:
- 9.2.11
-
Constructor Summary
ConstructorsConstructorDescriptionCustomContentFetcher(ContentFinderImpl contentFinder, PaginationService paginationService, ContentFactory contentFactory, SpaceManager spaceManager, CustomContentManager customContentManager, CustomContentProviderRegistry customContentProviderRegistry) -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomContentCursorcalculateCursorFromContent(CustomContentEntityObject content, boolean isReverse, String scanType) fetch(LimitedRequest request)
-
Constructor Details
-
CustomContentFetcher
public CustomContentFetcher(ContentFinderImpl contentFinder, PaginationService paginationService, ContentFactory contentFactory, SpaceManager spaceManager, CustomContentManager customContentManager, CustomContentProviderRegistry customContentProviderRegistry)
-
-
Method Details
-
fetch
- Specified by:
fetchin interfaceContentFetcher
-
calculateCursorFromContent
public static CustomContentCursor calculateCursorFromContent(CustomContentEntityObject content, boolean isReverse, String scanType)
-