コード例 #1
0
ファイル: HierarchyExporter.java プロジェクト: Kervinou/OBM
 @Override
 public int getRootFolderId(BackendSession bs) throws DaoException, CollectionNotFoundException {
   return folderExporter.getServerIdFor(bs);
 }