This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Die Statistiken sollten auch in ElasticSearch hinterlegt werden."

Compare and Show latest version
15 files
+ 329
23
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -2,6 +2,7 @@ package at.ac.uibk.gitsearch.repository.vocabulary;
import at.ac.uibk.gitsearch.domain.vocabulary.VocabularyItem;
import java.net.URI;
import java.util.List;
import java.util.Map;
import org.springframework.stereotype.Repository;
@@ -31,4 +32,11 @@ public interface VocabularyRepository {
* @return
*/
VocabularyItem[] getVocabularyItemsFor(String subject);
/**
* returns the currently supported languages.
*
* @return
*/
List<String> getSupportedLanguageCodes();
}