Skip to content
Snippets Groups Projects
Commit df7da61a authored by gpawel's avatar gpawel
Browse files

[LMS-2253] Ability to extend vocabularies by 'ad hoc' terms

SVN: 21440
parent ba297fb2
No related branches found
No related tags found
No related merge requests found
......@@ -541,8 +541,8 @@ public interface ICommonServer extends IServer
@Transactional
@RolesAllowed(RoleWithHierarchy.SPACE_POWER_USER)
@DatabaseCreateOrDeleteModification(value = ObjectKind.VOCABULARY_TERM)
public void addUnofficialVocabularyTerms(String sessionToken, TechId vocabularyId,
List<String> vocabularyTerms, Long previousTermOrdinal);
public void addUnofficialVocabularyTerm(String sessionToken, TechId vocabularyId, String code,
String label, String description, Long previousTermOrdinal);
/**
* Updates a vocabulary term.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment