Uses of Interface
com.atlassian.confluence.api.service.content.ContentPropertyService.ContentPropertyFinder
-
Packages that use ContentPropertyService.ContentPropertyFinder Package Description com.atlassian.confluence.api.service.content com.atlassian.confluence.plugins.contentproperty -
-
Uses of ContentPropertyService.ContentPropertyFinder in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return ContentPropertyService.ContentPropertyFinder Modifier and Type Method Description ContentPropertyService.ContentPropertyFinder
ContentPropertyService. find(Expansion... expansions)
Create aContentPropertyService.ContentPropertyFinder
for locating content, the expansions will be applied to each property that matches the finder. -
Uses of ContentPropertyService.ContentPropertyFinder in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty that return ContentPropertyService.ContentPropertyFinder Modifier and Type Method Description ContentPropertyService.ContentPropertyFinder
ContentPropertyFinderFactory. createContentPropertyFinder(Expansion... expansions)
ContentPropertyService.ContentPropertyFinder
ContentPropertyFinderFactory. createContentPropertyFinder(ContentPropertyFinderPermissionCheck permissionCheck, Expansion... expansions)
ContentPropertyService.ContentPropertyFinder
ContentPropertyServiceImpl. find(Expansion... expansions)
-