Uses of Class
io.vertigo.studio.impl.source.dsl.entity.DslEntityBuilder
-
Packages that use DslEntityBuilder Package Description io.vertigo.studio.impl.source.dsl.entity -
-
Uses of DslEntityBuilder in io.vertigo.studio.impl.source.dsl.entity
Methods in io.vertigo.studio.impl.source.dsl.entity that return DslEntityBuilder Modifier and Type Method Description DslEntityBuilder
DslEntityBuilder. addManyFields(String fieldName, DslEntity entity)
Adds a new multi field defined by an entity.DslEntityBuilder
DslEntityBuilder. addManyFields(String fieldName, DslEntityLink entityLink)
Adds a new multi field defined by an entity.DslEntityBuilder
DslEntityBuilder. addOptionalField(String fieldName, DslEntityFieldType type)
Adds a new simple OPTIONAL field.DslEntityBuilder
DslEntityBuilder. addRequiredField(String fieldName, DslEntityFieldType type)
Adds a new simple REQUIRED field.static DslEntityBuilder
DslEntity. builder(String name)
Static method factory for TaskBuilderDslEntityBuilder
DslEntityBuilder. withProvided()
Set this entity as core and managed specificaly.
-