コード例 #1
0
 /**
  * Find programs
  *
  * @throws Exception
  */
 public List<Program> find(String query, int skip, int limit) throws Exception {
   return library.getQueryPrograms(query, skip, limit);
 }