Query that restricts to the set of things attached to a community. (can include items linked from the Community Knowledge Directory, and portlets used in the community). May be passed into IPTSQueryRequest.restrictTo
, or used as a subquery of an IPTSBooleanQuery
. To restrict to particular object types, AND
this query with a query returned by AdminDirectory(folderID, includeSubfolders, objTypes)
or DocDirectory(folderID, includeSubfolders, objTypes)
.
IPTSPortalCollection Interface | com.plumtree.server.search.ptapps Namespace