26 Dec
2007
26 Dec
'07
8:01 p.m.
Hi, bobjs does not contains (or it sould not) deleted objets but it replace them by null. So if you test bobjs.size() you will get the number of objets deleted and not deleted and if you want just not deleted objects you just have to test each object bobjs contains. 2007/12/26, André Pestana <[email protected]>:
Hello!
When it happens:
// Vector bobjs = doc.getObjects("XWiki.CalendarEvent"); // //(doc is a XWikiDocument)
bobjs contains even deleted objects. How could I get only not deleted objects?
thanks in advance! -- André Pestana _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne