createDiagramIncludeAllTables

fun createDiagramIncludeAllTables(name: String, createGroups: Boolean): Diagram

Create a Layout and attach all project tables to it. Used in Groovy Scripts.

Return

the created layout

Parameters

name

layout name

createGroups

to set groups over the tables


fun createDiagramIncludeAllTables(name: String, createGroups: Boolean, recursive: Boolean): Diagram

Create a Layout and attach all project tables to it. Used in Groovy Scripts.

Return

the created layout

Parameters

name

layout name

createGroups

to set groups over the tables

recursive

to attach sub-entities of each table (as for MongoDb)