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 SegmentServiceEvaluateProfileSegmentsAction. getSegmentService()Methods in org.apache.unomi.plugins.baseplugin.actions with parameters of type SegmentService Modifier and Type Method Description voidEvaluateProfileSegmentsAction. 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 voidPastEventConditionESQueryBuilder. 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 voidProfileServiceEndPoint. setSegmentService(SegmentService segmentService)voidScoringServiceEndPoint. setSegmentService(SegmentService segmentService)voidSegmentServiceEndPoint. 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 voidUnomiStorageProcessor. 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 voidProfileServiceImpl. 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 classSegmentServiceImpl 
 -