Uses of Class
org.apache.unomi.api.segments.Segment
-
-
Uses of Segment in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return Segment Modifier and Type Method Description Segment
SegmentService. getSegmentDefinition(String segmentId)
Retrieves the segment identified by the specified identifier.Methods in org.apache.unomi.api.services with parameters of type Segment Modifier and Type Method Description void
SegmentService. 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 Segment Modifier and Type Method Description protected Segment
BaseCreateOrUpdateSegmentCommand. 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 Segment Modifier and Type Method Description protected CDPSegmentConnection
SegmentConnectionDataFetcher. createSegmentConnection(PartialList<Segment> segments)
-
Uses of Segment in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return Segment Modifier and Type Method Description Segment
CDPSegment. getSegment()
Constructors in org.apache.unomi.graphql.types.output with parameters of type Segment Constructor Description CDPSegment(Segment segment)
UnomiSegment(Segment segment)
-
Uses of Segment in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return Segment Modifier and Type Method Description Segment
SegmentServiceEndPoint. getSegmentDefinition(String segmentId)
Retrieves the segment identified by the specified identifier.Methods in org.apache.unomi.rest.endpoints with parameters of type Segment Modifier and Type Method Description void
SegmentServiceEndPoint. 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 Segment Modifier and Type Method Description Segment
SegmentServiceImpl. getSegmentDefinition(String segmentId)
Methods in org.apache.unomi.services.impl.segments with parameters of type Segment Modifier and Type Method Description void
SegmentServiceImpl. setSegmentDefinition(Segment segment)
-