@Override
 public ValueResult<List<String>> getArticleList(Connection connection) {
   return ScalarisDataHandler.getArticleList(connection);
 }