[xwiki-devs] How to tag pages via XMLRPC (xwiki 2.4)
Hi, I want to automatically tag some pages within our XWiki (v2.4) via XMLRPX API. I've setup my eclipse for automatic uploading of pages and attachments, but I can't find any documentation how to tag pages. Simple question: how can I tag pages via XMLRPC? It seems to me, that the solutions lies within "XWikiXmlRpcClient#storeObject(XWikiObject)". But how are the parameters? Regards Martin
Hi Martin, edit any page in your wiki in object edition mode and look at the attached tag object. You can also look at XWiki.TagClass to find out more about the parameters accepted by the Tag object. Guillaume On Mon, Aug 9, 2010 at 11:00, Kirst Martin Wolfgang <MKirst@portolancs.com>wrote:
Hi,
I want to automatically tag some pages within our XWiki (v2.4) via XMLRPX API. I've setup my eclipse for automatic uploading of pages and attachments, but I can't find any documentation how to tag pages.
Simple question: how can I tag pages via XMLRPC? It seems to me, that the solutions lies within "XWikiXmlRpcClient#storeObject(XWikiObject)". But how are the parameters?
Regards Martin _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
Hi Guillaume, thanks for your quick answer. I've added two examples to the XWiki-Wiki: http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPCJavaExamples See "Page: List tags" and "Page: Add tags". Additionally I've found a bug, see XWIKI-5396 for more details. Regards Martin -----Ursprüngliche Nachricht----- Von: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] Im Auftrag von Guillaume Lerouge Gesendet: Montag, 9. August 2010 11:13 An: XWiki Developers Betreff: Re: [xwiki-devs] How to tag pages via XMLRPC (xwiki 2.4) Hi Martin, edit any page in your wiki in object edition mode and look at the attached tag object. You can also look at XWiki.TagClass to find out more about the parameters accepted by the Tag object. Guillaume On Mon, Aug 9, 2010 at 11:00, Kirst Martin Wolfgang <MKirst@portolancs.com>wrote:
Hi,
I want to automatically tag some pages within our XWiki (v2.4) via XMLRPX API. I've setup my eclipse for automatic uploading of pages and attachments, but I can't find any documentation how to tag pages.
Simple question: how can I tag pages via XMLRPC? It seems to me, that the solutions lies within "XWikiXmlRpcClient#storeObject(XWikiObject)". But how are the parameters?
Regards Martin _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
Hi Martin, On Mon, Aug 9, 2010 at 15:25, Kirst Martin Wolfgang <MKirst@portolancs.com>wrote:
Hi Guillaume,
thanks for your quick answer.
No problem, my pleasure.
I've added two examples to the XWiki-Wiki: http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPCJavaExamples
See "Page: List tags" and "Page: Add tags".
Cool, thanks! Additionally I've found a bug, see XWIKI-5396 for more details.
Not so cool but thanks as well ;-) Guillaume
Regards Martin
-----Ursprüngliche Nachricht----- Von: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] Im Auftrag von Guillaume Lerouge Gesendet: Montag, 9. August 2010 11:13 An: XWiki Developers Betreff: Re: [xwiki-devs] How to tag pages via XMLRPC (xwiki 2.4)
Hi Martin,
edit any page in your wiki in object edition mode and look at the attached tag object.
You can also look at XWiki.TagClass to find out more about the parameters accepted by the Tag object.
Guillaume
On Mon, Aug 9, 2010 at 11:00, Kirst Martin Wolfgang <MKirst@portolancs.com>wrote:
Hi,
I want to automatically tag some pages within our XWiki (v2.4) via XMLRPX API. I've setup my eclipse for automatic uploading of pages and attachments, but I can't find any documentation how to tag pages.
Simple question: how can I tag pages via XMLRPC? It seems to me, that the solutions lies within "XWikiXmlRpcClient#storeObject(XWikiObject)". But how are the parameters?
Regards Martin _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
Guillaume Lerouge -
Kirst Martin Wolfgang