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 void
ProfileService. 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 void
ProfileServiceEndPoint. 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 void
ProfileServiceImpl. batchProfilesUpdate(BatchUpdate update)
-