Dashboard > BobsGear Main Space > ... > Confluence Plugin Development Diary > Confluence Development Environment Setup > Survey of Bundled Plugin Functionality > Confluence Example Plugin - Confluencerpc
Confluence Example Plugin - Confluencerpc
Added by Garnet R. Chaney, last edited by Garnet R. Chaney on Apr 23, 2007  (view change)
Labels: 
(None)


Probably the most interesting thing to figure out with this plugin is how to read and edit pages from within a plugin....

[PageSoapService].java:

    public RemotePage getPage(String spaceKey, String pageTitle) throws RemoteException
    {
        return new RemotePage(soapServiceHelper.retrievePage(spaceKey, pageTitle));
    }

[SoapServiceHelper].java - Declares interface

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.4.3 Build:#705 Mar 21, 2007) - Bug/feature request - Contact Administrators
Complete Wiki Notation Guide