com.atlassian.confluence.api
Class ProxyCreator

java.lang.Object
  extended by com.atlassian.confluence.api.ProxyCreator

public class ProxyCreator
extends java.lang.Object

Returns some common API Services as Remote proxies.


Constructor Summary
ProxyCreator(ConfluenceRpc rpc)
           
 
Method Summary
 AttachmentService makeAttachmentServiceProxy()
           
 ChildContentService makeChildContentServiceProxy()
           
 ContentBodyConversionService makeContentBodyConversionServiceProxy()
           
 ContentLabelService makeContentLabelServiceProxy()
           
 ContentMacroService makeContentMacroServiceProxy()
           
 ContentPropertyService makeContentPropertyServiceProxy()
           
 ContentService makeContentServiceProxy()
           
 CQLSearchService makeSearchServiceProxy()
           
 SpaceService makeSpaceServiceProxy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyCreator

public ProxyCreator(ConfluenceRpc rpc)
Method Detail

makeContentServiceProxy

public ContentService makeContentServiceProxy()

makeContentBodyConversionServiceProxy

public ContentBodyConversionService makeContentBodyConversionServiceProxy()

makeChildContentServiceProxy

public ChildContentService makeChildContentServiceProxy()

makeSpaceServiceProxy

public SpaceService makeSpaceServiceProxy()

makeAttachmentServiceProxy

public AttachmentService makeAttachmentServiceProxy()

makeContentLabelServiceProxy

public ContentLabelService makeContentLabelServiceProxy()

makeContentMacroServiceProxy

public ContentMacroService makeContentMacroServiceProxy()

makeContentPropertyServiceProxy

public ContentPropertyService makeContentPropertyServiceProxy()

makeSearchServiceProxy

public CQLSearchService makeSearchServiceProxy()


Copyright © 2003-2014 Atlassian. All Rights Reserved.