Package io.jmix.core
Interface DataManager
- All Superinterfaces:
UnconstrainedDataManager
- All Known Implementing Classes:
DataManagerImpl
Same as
UnconstrainedDataManager
but performs authorization of all operations by applying registered
access constraints.-
Method Summary
Modifier and TypeMethodDescriptionA convenience method that returnsUnconstrainedDataManager
that doesn't perform authorization.Methods inherited from interface io.jmix.core.UnconstrainedDataManager
create, getCount, getCount, getReference, getReference, load, load, load, loadList, loadValue, loadValues, loadValues, remove, remove, save, save, save
-
Method Details
-
unconstrained
UnconstrainedDataManager unconstrained()A convenience method that returnsUnconstrainedDataManager
that doesn't perform authorization.
-