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