OpenNTF / org.openntf.domino

Open replacement for lotus.domino package in HCL Domino
Apache License 2.0
65 stars 34 forks source link

Consolidate Database.getModifiedDocuments, getModifiedNoteCount #112

Open paulswithers opened 10 years ago

paulswithers commented 10 years ago

There's a bit of overlap here. getModifiedDocuments only allows one note type and uses Database.ModifiedDocClass. getModifiedNoteCount allows a Set of NoteCollection.SelectOption objects.

It would make sense to consolidate them and use a single enum (not sure if this is possible, because NoteCollection.SelectOption allows more note types than ModifiedDocClass (doesn't allow things like XPages)