02-27-2009 07:03 AM
12-01-2009 12:17 AM
You can also bypass security checks in your code by running as the system user or using the searchService instead of the SearchService.
12-01-2009 02:43 PM
ResultSet results = this.getSearchService().query(sp);
if (LimitBy.NUMBER_OF_PERMISSION_EVALUATIONS == results.getResultSetMetaData().getLimitedBy()) {
searchLimitReached = true;
Utils.addErrorMessage(Application.getMessage(FacesContext.getCurrentInstance(), "warning_search_limit_reached"));
} else {
searchLimitReached = false;
}
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.