Package | Description |
---|---|
com.atlassian.confluence.api.model.locator | |
com.atlassian.confluence.api.service.content | |
com.atlassian.confluence.rest.client |
Modifier and Type | Method and Description |
---|---|
ContentLocator |
ContentLocatorBuilder.PageLocatorBuilder.bySpaceKeyAndTitle(String spaceKey,
String title) |
ContentLocator |
ContentLocatorBuilder.BlogLocatorBuilder.bySpaceKeyTitleAndPostingDay(String spaceKey,
String title,
org.joda.time.LocalDate postingDay) |
Modifier and Type | Method and Description |
---|---|
ContentService.SingleContentFetcher |
ContentService.ContentFinder.withLocator(ContentLocator locator)
Restrict the fetched content to that matching the given ContentLocator, a ContentLocator
identifies a single piece of content.
|
Modifier and Type | Method and Description |
---|---|
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentService.RemoteContentFinder.withLocator(ContentLocator locator)
Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).
|
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentServiceImpl.RemoteContentFinderImpl.withLocator(ContentLocator locator) |
Copyright © 2003–2018 Atlassian. All rights reserved.