public static interface RemoteContentService.RemoteContentFinder extends RemoteContentService.RemoteParameterContentFinder
Modifier and Type | Method and Description |
---|---|
RemoteContentService.RemoteContentFinder |
withAnyStatus() |
RemoteContentService.RemoteSingleContentFetcher |
withId(ContentId contentId) |
RemoteContentService.RemoteSingleContentFetcher |
withId(ContentId first,
ContentId... tail)
Note : currently unsupported
Restrict the fetched content to those with the given ids, requires at least
two ContentIds.
|
RemoteContentService.RemoteSingleContentFetcher |
withId(Iterable<ContentId> contentIds)
Note : currently unsupported
Restrict the fetched content to those with the given ids
|
RemoteContentService.RemoteSingleContentFetcher |
withIdAndVersion(ContentId contentId,
int version) |
RemoteContentService.RemoteSingleContentFetcher |
withLocator(ContentLocator locator)
Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).
|
RemoteContentService.RemoteContentFinder |
withStatus(ContentStatus... status) |
withCreatedDate, withSpace, withTitle, withType
fetchMany, fetchMappedByContentType
fetchOne, fetchOneOrNull
RemoteContentService.RemoteSingleContentFetcher withId(ContentId contentId)
RemoteContentService.RemoteSingleContentFetcher withIdAndVersion(ContentId contentId, int version)
RemoteContentService.RemoteSingleContentFetcher withId(ContentId first, ContentId... tail)
RemoteContentService.RemoteSingleContentFetcher withId(Iterable<ContentId> contentIds)
contentIds
- - the list of contentIds to restrict toRemoteContentService.RemoteSingleContentFetcher withLocator(ContentLocator locator)
locator
- the locator containing the criteria for the content you are looking forRemoteContentService.RemoteContentFinder withStatus(ContentStatus... status)
RemoteContentService.RemoteContentFinder withAnyStatus()
Copyright © 2003–2018 Atlassian. All rights reserved.