Uses of Interface
org.apache.unomi.api.services.SegmentService
-
-
Uses of SegmentService in org.apache.unomi.plugins.baseplugin.actions
Methods in org.apache.unomi.plugins.baseplugin.actions that return SegmentService Modifier and Type Method Description SegmentService
EvaluateProfileSegmentsAction. getSegmentService()
Methods in org.apache.unomi.plugins.baseplugin.actions with parameters of type SegmentService Modifier and Type Method Description void
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 SegmentService Modifier and Type Method Description void
PastEventConditionESQueryBuilder. setSegmentService(SegmentService segmentService)
-
Uses of SegmentService in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type SegmentService Modifier and Type Method Description void
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 SegmentService Modifier and Type Method Description void
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 SegmentService Modifier and Type Method Description void
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 Modifier and Type Class Description class
SegmentServiceImpl
-