Uses of Class
org.apache.unomi.api.segments.Segment
Packages that use Segment
Package
Description
-
Uses of Segment in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return SegmentModifier and TypeMethodDescriptionSegmentService.getSegmentDefinition(String segmentId) Retrieves the segment identified by the specified identifier.Methods in org.apache.unomi.api.services with parameters of type SegmentModifier and TypeMethodDescriptionvoidSegmentService.setSegmentDefinition(Segment segment) Persists the specified segment in the context server. -
Uses of Segment in org.apache.unomi.graphql.commands.segments
Methods in org.apache.unomi.graphql.commands.segments that return SegmentModifier and TypeMethodDescriptionprotected SegmentBaseCreateOrUpdateSegmentCommand.preparedSegmentWithoutCondition(INPUT segmentInput) -
Uses of Segment in org.apache.unomi.graphql.fetchers
Method parameters in org.apache.unomi.graphql.fetchers with type arguments of type SegmentModifier and TypeMethodDescriptionprotected CDPSegmentConnectionSegmentConnectionDataFetcher.createSegmentConnection(PartialList<Segment> segments) -
Uses of Segment in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return SegmentConstructors in org.apache.unomi.graphql.types.output with parameters of type Segment -
Uses of Segment in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return SegmentModifier and TypeMethodDescriptionSegmentServiceEndPoint.getSegmentDefinition(String segmentId) Retrieves the segment identified by the specified identifier.Methods in org.apache.unomi.rest.endpoints with parameters of type SegmentModifier and TypeMethodDescriptionvoidSegmentServiceEndPoint.setSegmentDefinition(Segment segment) Persists the specified segment in the context server. -
Uses of Segment in org.apache.unomi.services.impl.segments
Methods in org.apache.unomi.services.impl.segments that return SegmentMethods in org.apache.unomi.services.impl.segments with parameters of type Segment