Uses of Class
org.apache.unomi.api.PartialList
-
-
Uses of PartialList in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return PartialList Modifier and Type Method Description PartialList<ProfileAlias>
ProfileService. findProfileAliases(String profileId, int offset, int size, String sortBy)
Find profile aliases which have the specified property with the specified value, ordered according to the specifiedsortBy
String and paged: onlysize
of them are retrieved, starting with theoffset
-th one.PartialList<Profile>
ProfileService. findProfilesByPropertyValue(String propertyName, String propertyValue, int offset, int size, String sortBy)
Find profiles which have the specified property with the specified value, ordered according to the specifiedsortBy
String and paged: onlysize
of them are retrieved, starting with theoffset
-th one.PartialList<Session>
ProfileService. findProfileSessions(String profileId)
Retrieves sessions associated with the profile identified by the specified identifier.PartialList<CampaignDetail>
GoalsService. getCampaignDetails(Query query)
Retrieves campaign details for campaigns matching the specified query.PartialList<CampaignEvent>
GoalsService. getEvents(Query query)
RetrievesCampaignEvent
s matching the specified query.PartialList<Profile>
SegmentService. getMatchingIndividuals(String segmentID, int offset, int size, String sortBy)
Retrieves a list of profiles matching the conditions defined by the segment identified by the specified identifier, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.PartialList<Session>
ProfileService. getPersonaSessions(String personaId, int offset, int size, String sortBy)
Retrieves the sessions associated with the persona identified by the specified identifier, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.PartialList<Session>
ProfileService. getProfileSessions(String profileId, String query, int offset, int size, String sortBy)
Retrieves the sessions associated with the profile identified by the specified identifier that match the specified query (if specified), ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.PartialList<Rule>
RulesService. getRuleDetails(Query query)
Retrieves rule details for rules matching the specified query.PartialList<Metadata>
RulesService. getRuleMetadatas(Query query)
Retrieves rule metadatas for rules matching the specifiedQuery
.PartialList<Metadata>
SegmentService. getScoringMetadatas(int offset, int size, String sortBy)
Retrieves the set of all scoring metadata.PartialList<Metadata>
SegmentService. getScoringMetadatas(Query query)
Retrieves the set of scoring metadata for scorings matching the specified query.PartialList<Metadata>
SegmentService. getSegmentMetadatas(int offset, int size, String sortBy)
Retrieves segment metadatas, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.PartialList<Metadata>
SegmentService. getSegmentMetadatas(String scope, int offset, int size, String sortBy)
Retrieves segment metadatas for segments in the specified scope, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.PartialList<Metadata>
SegmentService. getSegmentMetadatas(Query query)
Retrieves the metadata for segments matching the specifiedQuery
.PartialList<Metadata>
UserListService. getUserListMetadatas(int offset, int size, String sortBy)
Retrieves user lists metadatas, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.PartialList<Event>
EventService. search(Query query)
<T extends Profile>
PartialList<T>ProfileService. search(Query query, Class<T> clazz)
Retrieves profiles or personas matching the specified query.PartialList<Topic>
TopicService. search(Query query)
Retrieves topic matching the specified query.PartialList<Event>
EventService. searchEvents(String sessionId, String[] eventTypes, String query, int offset, int size, String sortBy)
PartialList<Event>
EventService. searchEvents(Condition condition, int offset, int size)
PartialList<Session>
ProfileService. searchSessions(Query query)
Retrieves sessions matching the specified query. -
Uses of PartialList in org.apache.unomi.geonames.rest
Methods in org.apache.unomi.geonames.rest that return PartialList Modifier and Type Method Description PartialList<GeonameEntry>
GeonamesEndPoint. getChildrenCities(List<javax.ws.rs.core.PathSegment> items, String language)
PartialList<GeonameEntry>
GeonamesEndPoint. getChildrenEntries(List<javax.ws.rs.core.PathSegment> items, String language)
-
Uses of PartialList in org.apache.unomi.geonames.services
Methods in org.apache.unomi.geonames.services that return PartialList Modifier and Type Method Description PartialList<GeonameEntry>
GeonamesService. getChildrenCities(List<String> items, int offset, int size)
PartialList<GeonameEntry>
GeonamesServiceImpl. getChildrenCities(List<String> items, int offset, int size)
PartialList<GeonameEntry>
GeonamesService. getChildrenEntries(List<String> items, int offset, int size)
PartialList<GeonameEntry>
GeonamesServiceImpl. getChildrenEntries(List<String> items, int offset, int size)
-
Uses of PartialList in org.apache.unomi.graphql.fetchers
Methods in org.apache.unomi.graphql.fetchers with parameters of type PartialList Modifier and Type Method Description protected CDPEventConnection
EventConnectionDataFetcher. createEventConnection(PartialList<Event> events)
protected CDPProfileConnection
ProfileConnectionDataFetcher. createProfileConnection(PartialList<Profile> profiles)
protected CDPSegmentConnection
SegmentConnectionDataFetcher. createSegmentConnection(PartialList<Segment> segments)
-
Uses of PartialList in org.apache.unomi.graphql.types.output
Constructors in org.apache.unomi.graphql.types.output with parameters of type PartialList Constructor Description CDPListConnection(PartialList<Metadata> userLists)
-
Uses of PartialList in org.apache.unomi.lists.rest
Methods in org.apache.unomi.lists.rest that return PartialList Modifier and Type Method Description PartialList<Metadata>
UserListServiceEndPoint. getListMetadatas()
PartialList<Metadata>
UserListServiceEndPoint. getListMetadatas(Query query)
-
Uses of PartialList in org.apache.unomi.persistence.elasticsearch
Methods in org.apache.unomi.persistence.elasticsearch that return PartialList Modifier and Type Method Description PartialList<CustomItem>
ElasticSearchPersistenceServiceImpl. continueCustomItemScrollQuery(String customItemType, String scrollIdentifier, String scrollTimeValidity)
<T extends Item>
PartialList<T>ElasticSearchPersistenceServiceImpl. continueScrollQuery(Class<T> clazz, String scrollIdentifier, String scrollTimeValidity)
<T extends Item>
PartialList<T>ElasticSearchPersistenceServiceImpl. getAllItems(Class<T> clazz, int offset, int size, String sortBy)
<T extends Item>
PartialList<T>ElasticSearchPersistenceServiceImpl. getAllItems(Class<T> clazz, int offset, int size, String sortBy, String scrollTimeValidity)
<T extends Item>
PartialList<T>ElasticSearchPersistenceServiceImpl. query(String fieldName, String fieldValue, String sortBy, Class<T> clazz, int offset, int size)
<T extends Item>
PartialList<T>ElasticSearchPersistenceServiceImpl. query(Condition query, String sortBy, Class<T> clazz, int offset, int size)
<T extends Item>
PartialList<T>ElasticSearchPersistenceServiceImpl. query(Condition query, String sortBy, Class<T> clazz, int offset, int size, String scrollTimeValidity)
PartialList<CustomItem>
ElasticSearchPersistenceServiceImpl. queryCustomItem(Condition query, String sortBy, String customItemType, int offset, int size, String scrollTimeValidity)
<T extends Item>
PartialList<T>ElasticSearchPersistenceServiceImpl. queryFullText(String fulltext, String sortBy, Class<T> clazz, int offset, int size)
<T extends Item>
PartialList<T>ElasticSearchPersistenceServiceImpl. queryFullText(String fieldName, String fieldValue, String fulltext, String sortBy, Class<T> clazz, int offset, int size)
<T extends Item>
PartialList<T>ElasticSearchPersistenceServiceImpl. queryFullText(String fulltext, Condition query, String sortBy, Class<T> clazz, int offset, int size)
<T extends Item>
PartialList<T>ElasticSearchPersistenceServiceImpl. rangeQuery(String fieldName, String from, String to, String sortBy, Class<T> clazz, int offset, int size)
-
Uses of PartialList in org.apache.unomi.persistence.spi
Methods in org.apache.unomi.persistence.spi that return PartialList Modifier and Type Method Description PartialList<CustomItem>
PersistenceService. continueCustomItemScrollQuery(String customItemType, String scrollIdentifier, String scrollTimeValidity)
Continues the execution of a scroll query, to retrieve the next results.<T extends Item>
PartialList<T>PersistenceService. continueScrollQuery(Class<T> clazz, String scrollIdentifier, String scrollTimeValidity)
Continues the execution of a scroll query, to retrieve the next results.<T extends Item>
PartialList<T>PersistenceService. getAllItems(Class<T> clazz, int offset, int size, String sortBy)
Retrieves all known items of the specified class, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.<T extends Item>
PartialList<T>PersistenceService. getAllItems(Class<T> clazz, int offset, int size, String sortBy, String scrollTimeValidity)
Retrieves all known items of the specified class, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.<T extends Item>
PartialList<T>PersistenceService. query(String fieldName, String fieldValue, String sortBy, Class<T> clazz, int offset, int size)
Retrieves a list of items with the specified field having the specified value.<T extends Item>
PartialList<T>PersistenceService. query(Condition query, String sortBy, Class<T> clazz, int offset, int size)
Retrieves a list of items satisfying the specifiedCondition
, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.<T extends Item>
PartialList<T>PersistenceService. query(Condition query, String sortBy, Class<T> clazz, int offset, int size, String scrollTimeValidity)
Retrieves a list of items satisfying the specifiedCondition
, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.PartialList<CustomItem>
PersistenceService. queryCustomItem(Condition query, String sortBy, String customItemType, int offset, int size, String scrollTimeValidity)
Retrieves a list of items satisfying the specifiedCondition
, ordered according to the specifiedsortBy
String and paged: onlysize
of them are retrieved, starting with theoffset
-th one.<T extends Item>
PartialList<T>PersistenceService. queryFullText(String fulltext, String sortBy, Class<T> clazz, int offset, int size)
Retrieves a list of items having at least a field with the specified full text value in it, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.<T extends Item>
PartialList<T>PersistenceService. queryFullText(String fieldName, String fieldValue, String fulltext, String sortBy, Class<T> clazz, int offset, int size)
Retrieves a list of items with the specified field having the specified value and having at least a field with the specified full text value in it, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.<T extends Item>
PartialList<T>PersistenceService. queryFullText(String fulltext, Condition query, String sortBy, Class<T> clazz, int offset, int size)
Retrieves the same items asquery(query, sortBy, clazz, 0, -1)
with the added constraints that the matching elements must also have at least a field matching the specified full text query.<T extends Item>
PartialList<T>PersistenceService. rangeQuery(String s, String from, String to, String sortBy, Class<T> clazz, int offset, int size)
Retrieves all items of the specified Item subclass which specified ranged property is within the specified bounds, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one. -
Uses of PartialList in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return PartialList Modifier and Type Method Description PartialList<Session>
ProfileServiceEndPoint. findProfileSessions(String profileId)
PartialList<CampaignDetail>
CampaignsServiceEndPoint. getCampaignDetails(Query query)
Retrieves campaign details for campaigns matching the specified query.PartialList<CampaignEvent>
CampaignsServiceEndPoint. getCampaignEvents(Query query)
RetrievesCampaignEvent
s matching the specified query.PartialList<Metadata>
SegmentServiceEndPoint. getListMetadatas(Query query)
Retrieves the metadata for segments matching the specifiedQuery
.PartialList<Profile>
SegmentServiceEndPoint. getMatchingIndividuals(String segmentId, int offset, int size, String sortBy)
Retrieves a list of profiles matching the conditions defined by the segment identified by the specified identifier, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.PartialList<Persona>
ProfileServiceEndPoint. getPersonas(Query query)
RetrievesPersona
matching the specified query.PartialList<Session>
ProfileServiceEndPoint. getPersonaSessions(String personaId, int offset, int size, String sortBy)
Retrieves the sessions associated with the persona identified by the specified identifier, ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.PartialList<Profile>
ProfileServiceEndPoint. getProfiles(Query query)
Retrieves profiles matching the specified query.PartialList<Session>
ProfileServiceEndPoint. getProfileSessions(String profileId, String query, int offset, int size, String sortBy)
Retrieves the sessions associated with the profile identified by the specified identifier that match the specified query (if specified), ordered according to the specifiedsortBy
String and and paged: onlysize
of them are retrieved, starting with theoffset
-th one.PartialList<Rule>
RulesServiceEndPoint. getRuleDetails(Query query)
Retrieves rule details for rules matching the specified query.PartialList<Metadata>
RulesServiceEndPoint. getRuleMetadatas(Query query)
Retrieves rule metadatas for rules matching the specifiedQuery
.PartialList<Metadata>
ScoringServiceEndPoint. getScoringMetadatas(Query query)
Retrieves the set of scoring metadata for scorings matching the specified query.PartialList<Event>
ProfileServiceEndPoint. getSessionEvents(String sessionId, String[] eventTypes, String query, int offset, int size, String sortBy)
PartialList<ProfileAlias>
ProfileServiceEndPoint. listAliasesByProfileId(String profileId, int offset, int size, String sortBy)
PartialList<Event>
EventServiceEndpoint. searchEvents(Query query)
Allows to search events using a query.PartialList<Session>
ProfileServiceEndPoint. searchSession(Query query)
Retrieves sessions matching the specified query. -
Uses of PartialList in org.apache.unomi.services
Methods in org.apache.unomi.services that return PartialList Modifier and Type Method Description PartialList<Metadata>
UserListService. getListMetadatas(int offset, int size, String sortBy)
PartialList<Metadata>
UserListService. getListMetadatas(Query query)
PartialList<Metadata>
UserListServiceImpl. getListMetadatas(int offset, int size, String sortBy)
PartialList<Metadata>
UserListServiceImpl. getListMetadatas(Query query)
-
Uses of PartialList in org.apache.unomi.services.impl
Methods in org.apache.unomi.services.impl that return PartialList Modifier and Type Method Description protected <T extends MetadataItem>
PartialList<Metadata>AbstractServiceImpl. getMetadatas(int offset, int size, String sortBy, Class<T> clazz)
protected <T extends MetadataItem>
PartialList<Metadata>AbstractServiceImpl. getMetadatas(Query query, Class<T> clazz)
-
Uses of PartialList in org.apache.unomi.services.impl.events
Methods in org.apache.unomi.services.impl.events that return PartialList Modifier and Type Method Description PartialList<Event>
EventServiceImpl. search(Query query)
PartialList<Event>
EventServiceImpl. searchEvents(String sessionId, String[] eventTypes, String query, int offset, int size, String sortBy)
PartialList<Event>
EventServiceImpl. searchEvents(Condition condition, int offset, int size)
-
Uses of PartialList in org.apache.unomi.services.impl.goals
Methods in org.apache.unomi.services.impl.goals that return PartialList Modifier and Type Method Description PartialList<CampaignDetail>
GoalsServiceImpl. getCampaignDetails(Query query)
PartialList<CampaignEvent>
GoalsServiceImpl. getEvents(Query query)
-
Uses of PartialList in org.apache.unomi.services.impl.lists
Methods in org.apache.unomi.services.impl.lists that return PartialList Modifier and Type Method Description PartialList<Metadata>
UserListServiceImpl. getUserListMetadatas(int offset, int size, String sortBy)
-
Uses of PartialList in org.apache.unomi.services.impl.profiles
Methods in org.apache.unomi.services.impl.profiles that return PartialList Modifier and Type Method Description PartialList<ProfileAlias>
ProfileServiceImpl. findProfileAliases(String profileId, int offset, int size, String sortBy)
PartialList<Profile>
ProfileServiceImpl. findProfilesByPropertyValue(String propertyName, String propertyValue, int offset, int size, String sortBy)
PartialList<Session>
ProfileServiceImpl. findProfileSessions(String profileId)
PartialList<Session>
ProfileServiceImpl. getPersonaSessions(String personaId, int offset, int size, String sortBy)
PartialList<Session>
ProfileServiceImpl. getProfileSessions(String profileId, String query, int offset, int size, String sortBy)
<T extends Profile>
PartialList<T>ProfileServiceImpl. search(Query query, Class<T> clazz)
PartialList<Session>
ProfileServiceImpl. searchSessions(Query query)
-
Uses of PartialList in org.apache.unomi.services.impl.rules
Methods in org.apache.unomi.services.impl.rules that return PartialList Modifier and Type Method Description PartialList<Rule>
RulesServiceImpl. getRuleDetails(Query query)
PartialList<Metadata>
RulesServiceImpl. getRuleMetadatas(Query query)
-
Uses of PartialList in org.apache.unomi.services.impl.segments
Methods in org.apache.unomi.services.impl.segments that return PartialList Modifier and Type Method Description PartialList<Profile>
SegmentServiceImpl. getMatchingIndividuals(String segmentID, int offset, int size, String sortBy)
PartialList<Metadata>
SegmentServiceImpl. getScoringMetadatas(int offset, int size, String sortBy)
PartialList<Metadata>
SegmentServiceImpl. getScoringMetadatas(Query query)
PartialList<Metadata>
SegmentServiceImpl. getSegmentMetadatas(int offset, int size, String sortBy)
PartialList<Metadata>
SegmentServiceImpl. getSegmentMetadatas(String scope, int offset, int size, String sortBy)
PartialList<Metadata>
SegmentServiceImpl. getSegmentMetadatas(Query query)
-
Uses of PartialList in org.apache.unomi.services.impl.topics
Methods in org.apache.unomi.services.impl.topics that return PartialList Modifier and Type Method Description PartialList<Topic>
TopicServiceImpl. search(Query query)
-