Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityEditor.UpdateTaskBuilder
- Enclosing interface:
EntityEditor<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>>
public static interface EntityEditor.UpdateTaskBuilder
Builds an async task for updating entities.
-
Method Summary
-
Method Details
-
before
- Parameters:
before- called before the task is executed- Returns:
- this builder
-
after
- Parameters:
after- called after the task is executed- Returns:
- this builder
-
build
- Returns:
- the task
- Throws:
EntityValidationException- in case of validation failure
-