Query that restricts to the portal's entire admin directory. Any object type in the admin directory may be returned. May be passed into IPTSQueryRequest.restrictTo, or used as a subquery of an IPTSBooleanQuery.
Query that restricts to the portal's entire admin directory. Any object type in the admin directory may be returned. May be passed into IPTSQueryRequest.restrictTo, or used as a subquery of an IPTSBooleanQuery.
IPTSQuery AdminDirectory();
Query that restricts to a subtree of the portal's admin directory. May be passed into IPTSQueryRequest.restrictTo, or used as a subquery of an IPTSBooleanQuery.
IPTSQuery AdminDirectory(int,bool,string[]);
Query that restricts to the portal's entire admin directory. May be passed into IPTSQueryRequest.restrictTo, or used as a subquery of an IPTSBooleanQuery.
IPTSQuery AdminDirectory(string);
Query that restricts to the portal's entire admin directory. May be passed into IPTSQueryRequest.restrictTo, or used as a subquery of an IPTSBooleanQuery.
IPTSQuery AdminDirectory(string[]);
IPTSPortalCollection Interface | com.plumtree.server.search.ptapps Namespace