stampAllMulti in Java

I’m trying to use stampAllMulti method in Java agent but DDE gives me error:“The method stampAllMulti(Document) is undefined for the type DocumentCollection”

Here is piece of code that i’m using:

lotus.domino.Document stampdoc = db.createDocument();

stampdoc.replaceItemValue(“Field1”, “testvalue”);

stampdoc.replaceItemValue(“Field2”, “testvalue2”);

dc.stampAllMulti(stampdoc);

Method is documented in LDD-help but that doesn’t help…

Subject: stampAllMulti in Java

So far we are now in the end of 2010, does anyone had the answer for this problem?

I’m having the same problem, trying to use the new method from DocumentCollection, stampAllMulti in Java, but it seems that the method is not included in the Notes.Jar.

Thanks, Daniel.