|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.rest.client.AbstractRemoteService<ContentService>
com.atlassian.confluence.rest.client.RemoteContentServiceImpl
public class RemoteContentServiceImpl
ContentService implementation that communicates with Confluence remotely.
| Nested Class Summary | |
|---|---|
class |
RemoteContentServiceImpl.RemoteContentFinderImpl
|
| Nested classes/interfaces inherited from interface com.atlassian.confluence.rest.client.RemoteContentService |
|---|
RemoteContentService.RemoteContentFetcher, RemoteContentService.RemoteContentFinder, RemoteContentService.RemoteParameterContentFinder, RemoteContentService.RemoteSingleContentFetcher |
| Constructor Summary | |
|---|---|
RemoteContentServiceImpl(AuthenticatedWebResourceProvider provider,
com.google.common.util.concurrent.ListeningExecutorService executor)
|
|
| Method Summary | |
|---|---|
java.util.concurrent.Future<Content> |
create(Content newContent)
Create a piece of content. |
java.util.concurrent.Future<java.lang.Void> |
delete(Content content)
Removes an item of Content from the system. |
RemoteContentService.RemoteContentFinder |
find(Expansion... expansions)
Create a content finder to retrieve content from the remote server |
java.util.concurrent.Future<com.atlassian.fugue.Option<Macro>> |
findMacroByHash(ContentId contentId,
java.lang.String versionId,
java.lang.String hash,
Expansion... expansions)
Retrieve details about a macro matching the page, version and macro hash. |
java.util.concurrent.Future<Content> |
update(Content content)
Updates a piece of content. |
| Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService |
|---|
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, getFutureGenericCollection, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuture |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteContentServiceImpl(AuthenticatedWebResourceProvider provider,
com.google.common.util.concurrent.ListeningExecutorService executor)
| Method Detail |
|---|
public RemoteContentService.RemoteContentFinder find(Expansion... expansions)
RemoteContentService
find in interface RemoteContentService
public java.util.concurrent.Future<com.atlassian.fugue.Option<Macro>> findMacroByHash(ContentId contentId,
java.lang.String versionId,
java.lang.String hash,
Expansion... expansions)
throws ServiceException
RemoteContentService
findMacroByHash in interface RemoteContentServicecontentId - The content to scan for the macroversionId - The version of the page to scan for the macrohash - The hash identifying the body of the macro
ServiceException
public java.util.concurrent.Future<Content> create(Content newContent)
throws ServiceException
RemoteContentService
Valid ContentRepresentations for the ContentBody can be found in the documentation on the
ContentBodyConversionService.
create in interface RemoteContentServicenewContent - the content to create
ServiceException - if the content cannot be created
public java.util.concurrent.Future<Content> update(Content content)
throws ServiceException
RemoteContentService
Valid ContentRepresentations for the ContentBody can be found in the documentation on the
ContentBodyConversionService.
update in interface RemoteContentServicecontent - the updated Content with metadata about the change
ServiceException
public java.util.concurrent.Future<java.lang.Void> delete(Content content)
throws ServiceException
RemoteContentService
delete in interface RemoteContentServicecontent - if of the content to remove
ServiceException - if the content cannot be found, or cannot be deleted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||