Uses of Class
org.apache.unomi.api.segments.DependentMetadata
Packages that use DependentMetadata
Package
Description
-
Uses of DependentMetadata in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return DependentMetadataModifier and TypeMethodDescriptionSegmentService.getScoringDependentMetadata(String scoringId) Retrieves the list of Segment and Scoring metadata depending on the specified scoring.SegmentService.getSegmentDependentMetadata(String segmentId) Retrieves the list of Segment and Scoring metadata depending on the specified segment.SegmentService.removeScoringDefinition(String scoringId, boolean validate) Removes the scoring definition identified by the specified identifier.SegmentService.removeSegmentDefinition(String segmentId, boolean validate) Removes the segment definition identified by the specified identifier. -
Uses of DependentMetadata in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return DependentMetadataModifier and TypeMethodDescriptionScoringServiceEndPoint.getScoringDependentMetadata(String scoringId) Retrieves the list of Segment and Scoring metadata depending on the specified scoring.SegmentServiceEndPoint.getSegmentDependentMetadata(String segmentId) Retrieves the list of Segment and Scoring metadata depending on the specified segment.ScoringServiceEndPoint.removeScoringDefinition(String scoringId, boolean validate) Removes the scoring definition identified by the specified identifier.SegmentServiceEndPoint.removeSegmentDefinition(String segmentId, boolean validate) Removes the segment definition identified by the specified identifier. -
Uses of DependentMetadata in org.apache.unomi.services.impl.segments
Methods in org.apache.unomi.services.impl.segments that return DependentMetadataModifier and TypeMethodDescriptionSegmentServiceImpl.getScoringDependentMetadata(String scoringId) SegmentServiceImpl.getSegmentDependentMetadata(String segmentId) SegmentServiceImpl.removeScoringDefinition(String scoringId, boolean validate) SegmentServiceImpl.removeSegmentDefinition(String segmentId, boolean validate)