dfc search in depth

dfc search in depth

ID:12998204

大?。?3.13 KB

頁數(shù):14頁

時間:2018-07-20

dfc search in depth_第1頁
dfc search in depth_第2頁
dfc search in depth_第3頁
dfc search in depth_第4頁
dfc search in depth_第5頁
資源描述:

《dfc search in depth》由會員上傳分享,免費在線閱讀,更多相關內(nèi)容在行業(yè)資料-天天文庫。

1、DFCSearchInDepthThisarticleexploresDocumentumsearchfeatureswithaheavyfocusontheJavaDFCAPIsrelatedtosearch.IntroductionThisarticleexploresDocumentumsearchfeatureswithaheavyfocusontheJavaDFCAPIsrelatedtosearch.Documentumproductmanualsareinvaluableresourcesincoming

2、tounderstandtheseconcepts,butinmanycasestheyaremissingimportantdetails–detailsthatyouwouldotherwisehavetolearnviaprototypingandtrialanderror.InthisarticleI’llattempttocoverthesemissingdetailswhileprovidingafocusedoverviewofDFCsearchandqueryfeatures.TheSimpleQuer

3、yAPIDFC’ssimplequeryAPIallowsyoutoexecutequeriesexpressedasDQLstrings.Here’sanexample:publicIDfCollectiongetLargeDocuments(IDfSessionsession)throwsDfException{IDfQueryquery=newDfClientX().getQuery();query.setDQL("SELECT*FROMdm_document"+"WHEREr_full_content_size

4、>1000000");returnquery.execute(session,IDfQuery.DF_READ_QUERY);}Here,wecreateanIDfQueryinstanceusingthefactorymethodIDfClientX.getQuery().ThenwepopulatethequerywithavalidDQLstringandcallthequery’sexecute()methodwithanIDfSessioninstance.DFCdocumentationreferstoth

5、isas“thesimplequeryAPI.”TherearesomesignificantlimitationstothisAPI:·Onlyqueriesonasinglerepositoryarepermitted.ThetargetofthequeryisimplicitlythedefaultrepositoryoftheprovidedIDfSession.·OnlyDocumentumrepositoriescanbequeried.Youcannotqueryanexternal,federated(

6、ECIS)source.·Thereisnosupportforprogrammaticallybuildingqueries;onlyexplicitDQLquerystringsaresupported.·Executingaqueryisalwaysathread-blockingoperation;thatis,thethreadissuingtheAPIcallblocksuntilthequeryresultsarereturned.ThesearchserviceAPI,includedinDocumen

7、tum5.3SP1andlaterreleases,resolvestheselimitations.ThenextsectioncoversthisextensiveAPIindetail.TheSearchServiceAPIThesearchserviceAPIisrootedattheIDfSearchServiceinterface:Figure1:TheIDfSearchServiceinterface.Toobtainaninstanceofthisclass,useIDfClient.newSearch

8、Service():IDfSearchServicesearchService=newDfClientX().getLocalClient().newSearchService(mgr,repo);ThefirstparameterofthenewSearchService()factorymethodisanIDfSession

當前文檔最多預覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當前文檔最多預覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學公式或PPT動畫的文件,查看預覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權歸屬用戶,天天文庫負責整理代發(fā)布。如果您對本文檔版權有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內(nèi)容,確認文檔內(nèi)容符合您的需求后進行下載,若出現(xiàn)內(nèi)容與標題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。