Package | Description |
---|---|
com.atlassian.confluence.api.model.locator | |
com.atlassian.confluence.api.service.content | |
com.atlassian.confluence.impl.service.finder.content | |
com.atlassian.confluence.rest.client |
This package contains the code which communicates with Confluence via REST API.
|
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 |
---|---|
ContentService.SingleContentFetcher |
NoopContentFinder.withLocator(ContentLocator locator) |
Modifier and Type | Method and Description |
---|---|
RemoteContentService.RemoteSingleContentFetcher |
AbstractRemoteContentService.AbstractRemoteContentFinder.withLocator(ContentLocator locator) |
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentService.RemoteContentFinder.withLocator(ContentLocator locator)
Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).
|
Copyright © 2003–2021 Atlassian. All rights reserved.