A C D F G N P R S U 

A

AbstractRemoteService<T> - Class in com.atlassian.confluence.rest.client
Common parent class of all Confluence API Remote Service implementations, handling authentication and REST infrastructure.
AbstractRemoteService(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.AbstractRemoteService
 
addExpansions(WebResource, Expansion[]) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
AuthenticatedWebResourceProvider - Class in com.atlassian.confluence.rest.client.authentication
Provides authenticated WebResources for Remote API clients.
AuthenticatedWebResourceProvider(Client, String) - Constructor for class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
 

C

clearAuthContext() - Method in class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
Clears the current authenticated user, if any.
com.atlassian.confluence.rest.client - package com.atlassian.confluence.rest.client
 
com.atlassian.confluence.rest.client.authentication - package com.atlassian.confluence.rest.client.authentication
 
com.atlassian.confluence.rest.client.proxy - package com.atlassian.confluence.rest.client.proxy
 
convert(ContentBody, ContentRepresentation) - Method in interface com.atlassian.confluence.rest.client.RemoteContentBodyConversionService
Convert a ContentBody value into another format, performing validation during the conversion.
convert(ContentBody, ContentRepresentation) - Method in class com.atlassian.confluence.rest.client.RemoteContentBodyConversionServiceImpl
 
create(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
Create a piece of content.
create(Content) - Method in class com.atlassian.confluence.rest.client.RemoteContentServiceImpl
 
createProxy(AbstractRemoteService<T>) - Static method in class com.atlassian.confluence.rest.client.proxy.RemoteServiceProxyCreator
 

D

delete(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
Removes an item of Content from the system.
delete(Content) - Method in class com.atlassian.confluence.rest.client.RemoteContentServiceImpl
 
deleteFuture(WebResource) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 

F

find(ContentLocator, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).
find(ContentLocator, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentServiceImpl
 
findById(String, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
Retrieve a piece of content by its id.
findById(String, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteContentServiceImpl
 

G

getContent(Space, PageRequest, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Retrieve the top level content contained in this space.
getContent(Space, PageRequest, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 
getFutureOption(WebResource, Class<? extends T>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
getFuturePageResponseList(WebResource, Class<T>) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
getSpace(String, Expansion...) - Method in interface com.atlassian.confluence.rest.client.RemoteSpaceService
Retrieve a space with the given spacekey.
getSpace(String, Expansion...) - Method in class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 

N

newRestWebResource() - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
newRestWebResource() - Method in class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
 

P

postFuture(WebResource, Class<? extends T>, Object) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 
putFuture(WebResource, Class<? extends T>, Object) - Method in class com.atlassian.confluence.rest.client.AbstractRemoteService
 

R

RemoteContentBodyConversionService - Interface in com.atlassian.confluence.rest.client
ContentBodyConversionService implementation that communicates with Confluence remotely using the Confluence REST api.
RemoteContentBodyConversionServiceImpl - Class in com.atlassian.confluence.rest.client
ContentBodyConversionService implementation that communicates with Confluence remotely.
RemoteContentBodyConversionServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteContentBodyConversionServiceImpl
 
RemoteContentService - Interface in com.atlassian.confluence.rest.client
ContentService implementation that communicates with Confluence remotely using the Confluence REST API.
RemoteContentServiceImpl - Class in com.atlassian.confluence.rest.client
ContentService implementation that communicates with Confluence remotely.
RemoteContentServiceImpl(AuthenticatedWebResourceProvider, ListeningExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteContentServiceImpl
 
RemoteServiceProxyCreator - Class in com.atlassian.confluence.rest.client.proxy
Proxy's a remote service with a local service interface.
RemoteServiceProxyCreator() - Constructor for class com.atlassian.confluence.rest.client.proxy.RemoteServiceProxyCreator
 
RemoteSpaceService<T> - Interface in com.atlassian.confluence.rest.client
SpaceService implementation that communicates with Confluence remotely using the Confluence REST api.
RemoteSpaceServiceImpl - Class in com.atlassian.confluence.rest.client
SpaceService implementation that communicates with Confluence remotely using the Confluence REST api
RemoteSpaceServiceImpl(AuthenticatedWebResourceProvider, ExecutorService) - Constructor for class com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl
 

S

setAuthContext(String, char[]) - Method in class com.atlassian.confluence.rest.client.authentication.AuthenticatedWebResourceProvider
Authenticates a user to make remote requests with.

U

update(Content) - Method in interface com.atlassian.confluence.rest.client.RemoteContentService
Updates a piece of content.
update(Content) - Method in class com.atlassian.confluence.rest.client.RemoteContentServiceImpl
 
A C D F G N P R S U 

Copyright © 2003-2013 Atlassian. All Rights Reserved.