First integration of the mindmap list.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user