Exemplo n.º 1
0
 public boolean isLeaf(ViewEntry ve) throws NotesException {
   String form = (String) ve.getColumnValues().get(1);
   return StringUtil.endsWithIgnoreCase(form, "API");
 }