07-13-2009 05:45 AM
07-14-2009 03:00 AM
AuthenticationDetails details = AuthenticationUtils.startSession(…, …);
07-14-2009 05:23 AM
07-14-2009 09:48 AM
07-15-2009 08:27 AM
07-15-2009 08:54 AM
07-17-2009 03:17 AM
This have to be bind to the current local thread and must be released after the last WebService-CallCan u let me know how do i bind a ticket or authentication details to the current local thread. I cant see the api.
07-17-2009 03:40 AM
AuthenticationDetails details = AuthenticationUtils.startSession("username", "pass123");
AuthenticationUtils.setAuthenticationDetails(details);
07-22-2009 07:26 AM
Query query1 =new Query(Constants.QUERY_LANG_LUCENE,"PATH:\"/app:company_home/cm:sample_folder/cm:"+ISO9075.encode(lStringFileName)+"\"");
Whether I use the ISO9075.encode or not it gives random result.Sometimes it finds the doc and sometime doesnt. There is some prob with the documents having "_,digits,spaces" in their names.07-24-2009 04:46 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.