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

Packages that use ContentService.ParameterContentFinder
com.atlassian.confluence.api.service.content   
 

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

Subinterfaces of ContentService.ParameterContentFinder in com.atlassian.confluence.api.service.content
static interface ContentService.ContentFinder
          A finder for locating content
 

Methods in com.atlassian.confluence.api.service.content that return ContentService.ParameterContentFinder
 ContentService.ParameterContentFinder ContentService.ParameterContentFinder.withContainer(Container container)
          Restrict the fetched content to those with the given Container, this will by proxy restrict to certain types of content, as different types of content can have different types of containers.
 ContentService.ParameterContentFinder ContentService.ParameterContentFinder.withCreatedDate(org.joda.time.LocalDate time)
          Restrict the fetched content to those created / published on the given date
 ContentService.ParameterContentFinder ContentService.ParameterContentFinder.withSpace(Space... space)
          Restrict the fetched content to those in the given spaces.
 ContentService.ParameterContentFinder ContentService.ParameterContentFinder.withTitle(java.lang.String title)
          Restrict the fetched content to those with the given title
 ContentService.ParameterContentFinder ContentService.ParameterContentFinder.withType(ContentType... type)
          Restrict the fetched content to those matching the given contentType
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.