コード例 #1
0
ファイル: DocAPI.java プロジェクト: josedab/SocialSDK
 public boolean isLeaf(ViewEntry ve) throws NotesException {
   String form = (String) ve.getColumnValues().get(1);
   return StringUtil.endsWithIgnoreCase(form, "API");
 }