On Tue, Sep 8, 2009 at 12:53, Caleb James DeLisle<[email protected]> wrote: > It seems like there is increasing need for saving groups of documents in > a single transaction. I was thinking maybe this would be a good method: > > XWiki.saveDocuments(List<XWikiDocument> XWikiContext) > > It would be up to the calling method to set the comment and isMinorEdit > field in the documents before sending them to saveDocuments. > > Is this deserving of a jira improvement issue? > What do you folks think?
It deserve at least a "idea" jira issue ;) I sounds useful but i don't think it's very easy to do cleanly with the current architecture. Now it's good to think of that for the coming new model. > > Caleb James DeLisle > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

