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 DslEntityBuilderDslEntityBuilder. addManyFields(String fieldName, DslEntity entity)Adds a new multi field defined by an entity.DslEntityBuilderDslEntityBuilder. addManyFields(String fieldName, DslEntityLink entityLink)Adds a new multi field defined by an entity.DslEntityBuilderDslEntityBuilder. addOptionalField(String fieldName, DslEntityFieldType type)Adds a new simple OPTIONAL field.DslEntityBuilderDslEntityBuilder. addRequiredField(String fieldName, DslEntityFieldType type)Adds a new simple REQUIRED field.static DslEntityBuilderDslEntity. builder(String name)Static method factory for TaskBuilderDslEntityBuilderDslEntityBuilder. withProvided()Set this entity as core and managed specificaly.
-