RemoteContentService.RemoteSingleContentFetcher |
AbstractRemoteContentService.AbstractRemoteContentFinder.withId(ContentId contentId) |
|
RemoteContentService.RemoteSingleContentFetcher |
AbstractRemoteContentService.AbstractRemoteContentFinder.withId(ContentId first,
ContentId... tail) |
|
RemoteContentService.RemoteSingleContentFetcher |
AbstractRemoteContentService.AbstractRemoteContentFinder.withId(Iterable<ContentId> contentIds) |
|
RemoteContentService.RemoteSingleContentFetcher |
RemoteAttachmentService.RemoteAttachmentFinder.withId(ContentId attachmentId) |
|
RemoteContentService.RemoteSingleContentFetcher |
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.withId(ContentId attachmentId) |
|
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentService.RemoteContentFinder.withId(ContentId contentId) |
|
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentService.RemoteContentFinder.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 |
RemoteContentService.RemoteContentFinder.withId(Iterable<ContentId> contentIds) |
Note : currently unsupported
Restrict the fetched content to those with the given ids
|
RemoteContentService.RemoteSingleContentFetcher |
AbstractRemoteContentService.AbstractRemoteContentFinder.withIdAndVersion(ContentId contentId,
int version) |
|
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentService.RemoteContentFinder.withIdAndVersion(ContentId contentId,
int version) |
|
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).
|