First integration of the mindmap list.

This commit is contained in:
Paulo Gustavo Veiga
2012-04-06 17:05:42 -03:00
parent a141414b4b
commit bca68f407d
43 changed files with 414 additions and 1119 deletions

View File

@@ -74,6 +74,11 @@ public class RestMindmap {
return mindmap.isPublic();
}
public void setPublic(boolean value) {
// return mindmap.isPublic();
}
public String getXml() throws IOException {
return mindmap.getXmlStr();
}