10.07.2015 Views

Lotus Instant Messaging/ Web Conferencing ... - IBM Redbooks

Lotus Instant Messaging/ Web Conferencing ... - IBM Redbooks

Lotus Instant Messaging/ Web Conferencing ... - IBM Redbooks

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Example 13-6 Code to search for incidents on a Notes databasepublic String[] findIncident(String query){String[] strIncidentFw = "";Session session = null;try{//Start a notes session to access the Incident Tracking databaseNotesThread.sinitThread();session = NotesFactory.createSession("itsotest-st31.cam.itso.ibm.com");Database db = session.getDatabase("itsotest-st31/ITSOST31","IncidentTracking.nsf");if (db == null){System.out.println("Can't get a handle on the Database");}else{//Do a full text search on the databaseDocumentCollection dc = db.FTSearch("[IncidentNumber] Contains \"" +query + "\"");Document doc;if (dc.getCount()

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!