Package com.atlassian.confluence.rpc.soap.beans

Examples of com.atlassian.confluence.rpc.soap.beans.RemotePage


        template);
  }

  protected DocPage getPage(DocPage parentPage, String pageTitle)
      throws Exception {
    RemotePage page = service.getPage(token, spaceKey, pageTitle);
    return new DocPage(parentPage, page.getTitle(), page.getId(), page
        .getContent());
  }
View Full Code Here

TOP

Related Classes of com.atlassian.confluence.rpc.soap.beans.RemotePage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.