} else {
processFilter = new AndOperation(processFilter, fc);
}
}
FacesContext fc = FacesContext.getCurrentInstance();
PortletEnvironment portletEnv = (PortletEnvironment)
fc.getApplication().getVariableResolver().resolveVariable
(fc, "processPortletEnv");
Integer chunk = (Integer)
portletEnv.getPreferencesAsIntegers().get("displayedRows");
processesAsModel = new PaginatedDataModel
(pd.processes(processFilter, sortCriterion),
chunk.intValue());
} catch (RemoteException e) {
JSFUtil.addMessage(FacesMessage.SEVERITY_ERROR, L10N_MSGS,