[xwiki-devs] Is there java API to list/create/update/delete objects on a wiki page?
I need something like http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI#HCreatinga... but with java API. I use DocumentAccessBridge to access xwiki pages. I need something like this to access objects programmatically. -- View this message in context: http://xwiki.475771.n2.nabble.com/Is-there-java-API-to-list-create-update-de... Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi, Please have a look over the Dev Guide ( http://platform.xwiki.org/xwiki/bin/view/DevGuide/ ) , specifically: http://platform.xwiki.org/xwiki/bin/view/DevGuide/API and implicitly http://nexus.xwiki.org/nexus/service/local/repositories/releases/archive/org... For oldcore, see: http://nexus.xwiki.org/nexus/service/local/repositories/releases/archive/org... Thanks, Eduard On Thu, Mar 31, 2016 at 3:41 PM, abtv <[email protected]> wrote:
I need something like
http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI#HCreatinga... but with java API. I use DocumentAccessBridge to access xwiki pages. I need something like this to access objects programmatically.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Is-there-java-API-to-list-create-update-de... Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
See also the scripting guide: http://platform.xwiki.org/xwiki/bin/view/DevGuide/APIGuide#HAddobjectstoapag... Thanks -Vincent
On 31 Mar 2016, at 15:05, Eduard Moraru <[email protected]> wrote:
Hi,
Please have a look over the Dev Guide ( http://platform.xwiki.org/xwiki/bin/view/DevGuide/ ) , specifically: http://platform.xwiki.org/xwiki/bin/view/DevGuide/API and implicitly http://nexus.xwiki.org/nexus/service/local/repositories/releases/archive/org...
For oldcore, see: http://nexus.xwiki.org/nexus/service/local/repositories/releases/archive/org...
Thanks, Eduard
On Thu, Mar 31, 2016 at 3:41 PM, abtv <[email protected]> wrote:
I need something like
http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI#HCreatinga... but with java API. I use DocumentAccessBridge to access xwiki pages. I need something like this to access objects programmatically.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Is-there-java-API-to-list-create-update-de... Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (3)
-
abtv -
Eduard Moraru -
Vincent Massol