Uses of Class
org.craftercms.core.service.Tree
-
Packages that use Tree Package Description org.craftercms.core.controller.rest org.craftercms.core.service org.craftercms.core.service.impl -
-
Uses of Tree in org.craftercms.core.controller.rest
Methods in org.craftercms.core.controller.rest that return Tree Modifier and Type Method Description TreeContentStoreRestController. getTree(org.springframework.web.context.request.WebRequest request, javax.servlet.http.HttpServletResponse response, String contextId, String url, Integer depth, boolean flatten) -
Uses of Tree in org.craftercms.core.service
Methods in org.craftercms.core.service that return Tree Modifier and Type Method Description default TreeContentStoreService. findTree(Context context, String url)Returns the folder at the given url as a tree, or null if the folder wasn't found.default TreeContentStoreService. findTree(Context context, String url, int depth)Returns the folder at the given url as a tree, or null if the folder wasn't found.default TreeContentStoreService. findTree(Context context, CachingOptions cachingOptions, String url, int depth, ItemFilter filter, ItemProcessor processor)Returns the folder at the given url as a tree, or null if the folder wasn't found.TreeContentStoreService. findTree(Context context, CachingOptions cachingOptions, String url, int depth, ItemFilter filter, ItemProcessor processor, boolean flatten)Returns the folder at the given url as a tree, or null if the folder wasn't found.default TreeContentStoreService. getTree(Context context, String url)Returns the folder at the given url as a tree.default TreeContentStoreService. getTree(Context context, String url, int depth)Returns the folder at the given url as a tree.default TreeContentStoreService. getTree(Context context, CachingOptions cachingOptions, String url, int depth, ItemFilter filter, ItemProcessor processor)Returns the folder at the given url as a tree.TreeContentStoreService. getTree(Context context, CachingOptions cachingOptions, String url, int depth, ItemFilter filter, ItemProcessor processor, boolean flatten)Returns the folder at the given url as a tree.Constructors in org.craftercms.core.service with parameters of type Tree Constructor Description Tree(Tree tree)Copy constructor that takes another tree.Tree(Tree tree, boolean deepCopy)Copy constructor that takes another tree. -
Uses of Tree in org.craftercms.core.service.impl
Methods in org.craftercms.core.service.impl that return Tree Modifier and Type Method Description protected abstract TreeAbstractCachedContentStoreService. doFindTree(Context context, CachingOptions cachingOptions, String url, int depth, ItemFilter filter, ItemProcessor processor, boolean flatten)protected TreeContentStoreServiceImpl. doFindTree(Context context, CachingOptions cachingOptions, String url, int depth, ItemFilter filter, ItemProcessor processor, boolean flatten)TreeAbstractCachedContentStoreService. findTree(Context context, CachingOptions cachingOptions, String url, int depth, ItemFilter filter, ItemProcessor processor, boolean flatten)TreeAbstractCachedContentStoreService. getTree(Context context, CachingOptions cachingOptions, String url, int depth, ItemFilter filter, ItemProcessor processor, boolean flatten)
-