Uses of Interface
org.apache.unomi.api.services.SegmentService
Packages that use SegmentService
Package
Description
-
Uses of SegmentService in org.apache.unomi.plugins.baseplugin.actions
Methods in org.apache.unomi.plugins.baseplugin.actions that return SegmentServiceMethods in org.apache.unomi.plugins.baseplugin.actions with parameters of type SegmentServiceModifier and TypeMethodDescriptionvoid
EvaluateProfileSegmentsAction.setSegmentService
(SegmentService segmentService) -
Uses of SegmentService in org.apache.unomi.plugins.baseplugin.conditions
Methods in org.apache.unomi.plugins.baseplugin.conditions with parameters of type SegmentServiceModifier and TypeMethodDescriptionvoid
PastEventConditionESQueryBuilder.setSegmentService
(SegmentService segmentService) -
Uses of SegmentService in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type SegmentServiceModifier and TypeMethodDescriptionvoid
ProfileServiceEndPoint.setSegmentService
(SegmentService segmentService) void
ScoringServiceEndPoint.setSegmentService
(SegmentService segmentService) void
SegmentServiceEndPoint.setSegmentService
(SegmentService segmentService) -
Uses of SegmentService in org.apache.unomi.router.core.processor
Methods in org.apache.unomi.router.core.processor with parameters of type SegmentServiceModifier and TypeMethodDescriptionvoid
UnomiStorageProcessor.setSegmentService
(SegmentService segmentService) -
Uses of SegmentService in org.apache.unomi.services.impl.profiles
Methods in org.apache.unomi.services.impl.profiles with parameters of type SegmentServiceModifier and TypeMethodDescriptionvoid
ProfileServiceImpl.setSegmentService
(SegmentService segmentService) -
Uses of SegmentService in org.apache.unomi.services.impl.segments
Classes in org.apache.unomi.services.impl.segments that implement SegmentService