Groovy


Retrieve the first object (index [0]) among all objects attached to this page and class XWikiComments

obj = doc.getObject('XWiki.XWikiComments')

com.xpn.xwiki.api.Object@73cb1211

Retrieve all objects attached to this page and of class XWikiComments

objs = doc.getObjects('XWiki.XWikiComments')

[com.xpn.xwiki.api.Object@188f83f7, com.xpn.xwiki.api.Object@7620d9b9, com.xpn.xwiki.api.Object@66b63d45, com.xpn.xwiki.api.Object@4670b1b1, com.xpn.xwiki.api.Object@10a1ff98, com.xpn.xwiki.api.Object@7b935caf, com.xpn.xwiki.api.Object@7aa248b, com.xpn.xwiki.api.Object@3345259b, com.xpn.xwiki.api.Object@a7fd69]

Retrieve the author property of all objects attached to this page and of class XWikiComments

objsAuthors = doc.getObjects('XWiki.XWikiComments').author
println objsAuthors

[XWiki.RicardoRodriguezFernandez, XWiki.RicardoRodriguezFernandez, XWiki.RicardoRodriguezFernandez, XWiki.RicardoRodriguezFernandez, XWiki.IsabelListaGarcia, Anonymous, XWiki.YolandaMariaListeMartinez, XWiki.RicardoRodriguezFernandez, XWiki.RicardoRodriguezFernandez]

objsAuthor = doc.getObjects('XWiki.XWikiComments')[2].author
println objs[0].author

Tags:
Created by Ricardo Rodríguez Fernández on 2017/02/15 23:05
    
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 7.3 - Documentation