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 SummaryModifier and TypeMethodDescriptionA convenience method that returnsUnconstrainedDataManagerthat doesn't perform authorization.Methods inherited from interface io.jmix.core.UnconstrainedDataManagercreate, getCount, getCount, getReference, getReference, load, load, load, loadList, loadValue, loadValues, loadValues, remove, remove, save, save, save, saveAll
- 
Method Details- 
unconstrainedUnconstrainedDataManager unconstrained()A convenience method that returnsUnconstrainedDataManagerthat doesn't perform authorization.
 
-