- Filter collaborators from export.

This commit is contained in:
Paulo Gustavo Veiga
2012-09-15 11:35:53 -03:00
parent e0a67fe1d7
commit 15e03c690f
9 changed files with 118 additions and 44 deletions

View File

@@ -29,7 +29,8 @@ public interface MindmapService {
static final String TAG_SEPARATOR = " ";
Mindmap findMindmapById(int mindmapId);
@NotNull
Mindmap findMindmapById(int id);
Mindmap getMindmapByTitle(String title, User user);