Domino APIs

Hi,I have Quickr 8.1 installed on my Domino Server. I wish to retrieve all the user created documents from the quickr server using Domino Java toolkit.I am able to do this using QuickrDbObj.getAllDocuments().

However, this API call returns large number of unwanted Quickr system docs, like Forms,Instructions, etc. which are created internally by Quickr.

Is there any API in Domino CSO to get only the Quickr user-created Documents? Or is there any attribute for the documents which differentiate the user created docs from the system docs?

I have tried using the Quickr web Services but those return very restricted content.

TIA,

Zohaib

Subject: Re: Domino APIs

I have found an attribute which is different for System and user-created docs. This is "$UpdatedBy"The value of “$UpdatedBy”

for System created docs is: CN=QuickPlace/O=QuickPlace

and the value for user created docs is :

CN=username/O=co1

However, I guess, this will vary for different configurations.

Can somebody please suggest something?

Thanks,

Zohaib