Uses of Class
org.apache.unomi.api.BatchUpdate
- 
Packages that use BatchUpdate Package Description org.apache.unomi.api.services org.apache.unomi.rest.endpoints org.apache.unomi.services.impl.profiles  - 
- 
Uses of BatchUpdate in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services with parameters of type BatchUpdate Modifier and Type Method Description voidProfileService. batchProfilesUpdate(BatchUpdate update)Update all profiles in batch according to the specifiedBatchUpdate - 
Uses of BatchUpdate in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type BatchUpdate Modifier and Type Method Description voidProfileServiceEndPoint. batchProfilesUpdate(BatchUpdate update)Update all profiles in batch according to the specifiedBatchUpdate - 
Uses of BatchUpdate in org.apache.unomi.services.impl.profiles
Methods in org.apache.unomi.services.impl.profiles with parameters of type BatchUpdate Modifier and Type Method Description voidProfileServiceImpl. batchProfilesUpdate(BatchUpdate update) 
 -