implemented restoring of wiki tags from tag and bookmark database
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
/* © SRSoftware 2025 */
|
||||
package de.srsoftware.umbrella.core.api;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
public interface BookmarkService {
|
||||
Map<Long, String> find(String key);
|
||||
}
|
||||
|
||||
@@ -13,4 +13,6 @@ public interface TagService {
|
||||
void save(String module, long entityId, Collection<Long> userIds, Collection<String> tags);
|
||||
|
||||
String save(String module, long entityId, Collection<Long> userIds, String tag);
|
||||
|
||||
void updateId(String module, Object oldId, Object newId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user