-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10-HF21, 11.1, 2021.0
-
Component/s: BlobManager
-
Impact type:API change
-
Upgrade notes:
-
Story Points:2
Various areas of the code test for synchronizability of a blob by checking blobProvider.supportsUserUpdate() && blobProvider.getBinaryManager() != null but the binaryManager check is an implementation detail which we want to get rid of.
-> Introduce a separate BlobProvider.supportsSync method.
- is required by
-
NXP-28276 Refactor blob providers infrastructure for more flexibility
- Resolved