【发布时间】:2017-07-19 21:52:25
【问题描述】:
我想在 IBM WCM 的站点区域内显示所有后代内容。 但是现在,我只能找到 API 来查找某个项目,而不是该内容的所有后代。 用于此的 API 是 findAllByPath API:
DocumentIdIterator findAllByPath(java.lang.String namePath,
DocumentType documentType,
int workflowStatusFilter,
DocumentLibrary[] documentLibraries)
谢谢
【问题讨论】: