Uses of Class
com.composum.ai.backend.slingbase.ApproximateMarkdownService.Link
-
Packages that use ApproximateMarkdownService.Link Package Description com.composum.ai.backend.slingbase com.composum.ai.backend.slingbase.impl -
-
Uses of ApproximateMarkdownService.Link in com.composum.ai.backend.slingbase
Methods in com.composum.ai.backend.slingbase that return types with arguments of type ApproximateMarkdownService.Link Modifier and Type Method Description List<ApproximateMarkdownService.Link>
ApproximateMarkdownService. getComponentLinks(org.apache.sling.api.resource.Resource resource)
Returns a number of links that are saved in the component or siblings of the component that could be used as a proposal for the user to be used as source for the AI via markdown generation etc.default Collection<? extends ApproximateMarkdownService.Link>
ApproximateMarkdownServicePlugin. getMasterLinks(org.apache.sling.api.resource.Resource resource)
If applicable: this returns links to the master from which the current page was created - e.g. -
Uses of ApproximateMarkdownService.Link in com.composum.ai.backend.slingbase.impl
Methods in com.composum.ai.backend.slingbase.impl that return types with arguments of type ApproximateMarkdownService.Link Modifier and Type Method Description @NotNull List<ApproximateMarkdownService.Link>
ApproximateMarkdownServiceImpl. getComponentLinks(@NotNull org.apache.sling.api.resource.Resource resource)
Returns a number of links that are saved in the component or siblings of the component that could be used as a proposal for the user to be used as source for the AI via markdown generation etc.Method parameters in com.composum.ai.backend.slingbase.impl with type arguments of type ApproximateMarkdownService.Link Modifier and Type Method Description protected void
ApproximateMarkdownServiceImpl. collectLinks(@NotNull org.apache.sling.api.resource.Resource resource, List<ApproximateMarkdownService.Link> resourceLinks)
Collects links from a resource and its children.
-