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 TypeMethodDescriptionvoidEvaluateProfileSegmentsAction.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 TypeMethodDescriptionvoidPastEventConditionESQueryBuilder.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 TypeMethodDescriptionvoidProfileServiceEndPoint.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 SegmentServiceModifier and TypeMethodDescriptionvoidUnomiStorageProcessor.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 TypeMethodDescriptionvoidProfileServiceImpl.setSegmentService(SegmentService segmentService) -
Uses of SegmentService in org.apache.unomi.services.impl.segments
Classes in org.apache.unomi.services.impl.segments that implement SegmentService