Query that restricts to a specified Collab project. May be passed into IPTSQueryRequest.restrictTo
, or used as a subquery of an IPTSBooleanQuery
.
Query that restricts to a specified Collab project. May be passed into IPTSQueryRequest.restrictTo
, or used as a subquery of an IPTSBooleanQuery
.
IPTSQuery Project(int);
Query that restricts to certain Collab object types within a specified Collab project. May be passed into IPTSQueryRequest.restrictTo
, or used as a subquery of an IPTSBooleanQuery
.
IPTSQuery Project(int,string[]);
IPTSCollabCollection Interface | com.plumtree.server.search.ptapps Namespace