Uses of Class
org.apache.unomi.api.segments.Scoring
Packages that use Scoring
Package
Description
-
Uses of Scoring in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return ScoringModifier and TypeMethodDescriptionSegmentService.getScoringDefinition(String scoringId) Retrieves the scoring identified by the specified identifier.Methods in org.apache.unomi.api.services with parameters of type ScoringModifier and TypeMethodDescriptionvoidSegmentService.setScoringDefinition(Scoring scoring) Persists the specified scoring in the context server. -
Uses of Scoring in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return ScoringModifier and TypeMethodDescriptionScoringServiceEndPoint.getScoringDefinition(String scoringId) Retrieves the scoring identified by the specified identifier.Methods in org.apache.unomi.rest.endpoints with parameters of type ScoringModifier and TypeMethodDescriptionvoidScoringServiceEndPoint.setScoringDefinition(Scoring scoring) Persists the specified scoring in the context server. -
Uses of Scoring in org.apache.unomi.services.impl.segments
Methods in org.apache.unomi.services.impl.segments that return ScoringMethods in org.apache.unomi.services.impl.segments with parameters of type Scoring