Package su.onno.ui
Class UiProperties.Batch
java.lang.Object
su.onno.ui.UiProperties.Batch
- Enclosing class:
UiProperties
Bulk-action tuning. When a list's multi-row selection runs a server action or a delete, the
request targets every selected id in one call and the server invokes the per-id handler over
the set. Each id runs in its own transaction (continue-on-failure), so the set can be resolved
concurrently.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Batch
public Batch()
-
-
Method Details
-
getParallelism
public int getParallelism() -
setParallelism
public void setParallelism(int parallelism)
-