- 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

@@ -38,7 +38,7 @@ public interface MindmapManager {
List<Mindmap> getAllMindmaps();
@Nullable
@NotNull
Mindmap getMindmapById(int mindmapId);
Mindmap getMindmapByTitle(final String name, final User user);