Uses of Interface
com.atlassian.confluence.api.service.content.ContentService.ContentFinder

Packages that use ContentService.ContentFinder
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.impl.service.content.finder   
com.atlassian.confluence.api.service.content   
 

Uses of ContentService.ContentFinder in com.atlassian.confluence.api.impl.service.content
 

Methods in com.atlassian.confluence.api.impl.service.content that return ContentService.ContentFinder
 ContentService.ContentFinder ContentServiceImpl.find(Expansion... expansions)
           
 

Uses of ContentService.ContentFinder in com.atlassian.confluence.api.impl.service.content.finder
 

Methods in com.atlassian.confluence.api.impl.service.content.finder that return ContentService.ContentFinder
 ContentService.ContentFinder ContentFinderFactory.createContentFinder(ContentServiceImpl contentService, Expansion... expansions)
           
 

Uses of ContentService.ContentFinder in com.atlassian.confluence.api.service.content
 

Methods in com.atlassian.confluence.api.service.content that return ContentService.ContentFinder
 ContentService.ContentFinder ContentService.find(Expansion... expansions)
          Create a ContentFinder for locating content, the expansions will be applied to each piece of content that matches the finder.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.