Uses of Class
org.craftercms.core.service.Tree
Packages that use Tree
Package
Description
-
Uses of Tree in org.craftercms.core.controller.rest
Methods in org.craftercms.core.controller.rest that return Tree -
Uses of Tree in org.craftercms.core.service
Methods in org.craftercms.core.service that return TreeModifier and TypeMethodDescriptiondefault TreeReturns the folder at the given url as a tree, or null if the folder wasn't found.default TreeReturns 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.ContentStoreService.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 TreeReturns the folder at the given url as a tree.default TreeReturns 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.ContentStoreService.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 -
Uses of Tree in org.craftercms.core.service.impl
Methods in org.craftercms.core.service.impl that return TreeModifier and TypeMethodDescriptionprotected 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) AbstractCachedContentStoreService.findTree(Context context, CachingOptions cachingOptions, String url, int depth, ItemFilter filter, ItemProcessor processor, boolean flatten) AbstractCachedContentStoreService.getTree(Context context, CachingOptions cachingOptions, String url, int depth, ItemFilter filter, ItemProcessor processor, boolean flatten)