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