Uses of Class
org.apache.unomi.api.query.Query
- 
- 
Uses of Query in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services with parameters of type Query Modifier and Type Method Description StringProfileService. exportProfilesPropertiesToCsv(Query query)Creates a String containing comma-separated values (CSV) formatted version of profiles matching the specified query.PartialList<CampaignDetail>GoalsService. getCampaignDetails(Query query)Retrieves campaign details for campaigns matching the specified query.Set<Metadata>GoalsService. getCampaignMetadatas(Query query)Retrieves the set of Metadata associated with existing campaign matching the specifiedQueryPartialList<CampaignEvent>GoalsService. getEvents(Query query)RetrievesCampaignEvents matching the specified query.Set<Metadata>GoalsService. getGoalMetadatas(Query query)Retrieves the set of Metadata associated with existing goals matching the specifiedQueryPartialList<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(Query query)Retrieves the set of scoring metadata for scorings matching the specified query.PartialList<Metadata>SegmentService. getSegmentMetadatas(Query query)Retrieves the metadata for segments matching the specifiedQuery.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<Session>ProfileService. searchSessions(Query query)Retrieves sessions matching the specified query. - 
Uses of Query in org.apache.unomi.graphql.fetchers
Methods in org.apache.unomi.graphql.fetchers that return Query Modifier and Type Method Description protected QueryBaseConnectionDataFetcher. buildQuery(Condition condition, List<CDPOrderByInput> orderByInputs, ConnectionParams params) - 
Uses of Query in org.apache.unomi.lists.rest
Methods in org.apache.unomi.lists.rest with parameters of type Query Modifier and Type Method Description PartialList<Metadata>UserListServiceEndPoint. getListMetadatas(Query query) - 
Uses of Query in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type Query Modifier and Type Method Description javax.ws.rs.core.ResponseProfileServiceEndPoint. exportProfiles(Query query)Retrieves an export of profiles matching the specified query as a downloadable file using the comma-separated values (CSV) format.PartialList<CampaignDetail>CampaignsServiceEndPoint. getCampaignDetails(Query query)Retrieves campaign details for campaigns matching the specified query.PartialList<CampaignEvent>CampaignsServiceEndPoint. getCampaignEvents(Query query)RetrievesCampaignEvents matching the specified query.Set<Metadata>CampaignsServiceEndPoint. getCampaignMetadatas(Query query)Retrieves the set of Metadata associated with existing campaign matching the specifiedQuerySet<Metadata>GoalsServiceEndPoint. getGoalMetadatas(Query query)Retrieves the set of Metadata associated with existing goals matching the specifiedQueryPartialList<Metadata>SegmentServiceEndPoint. getListMetadatas(Query query)Retrieves the metadata for segments matching the specifiedQuery.PartialList<Persona>ProfileServiceEndPoint. getPersonas(Query query)RetrievesPersonamatching the specified query.PartialList<Profile>ProfileServiceEndPoint. getProfiles(Query query)Retrieves profiles matching the specified query.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>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 Query in org.apache.unomi.services
Methods in org.apache.unomi.services with parameters of type Query Modifier and Type Method Description PartialList<Metadata>UserListService. getListMetadatas(Query query)PartialList<Metadata>UserListServiceImpl. getListMetadatas(Query query) - 
Uses of Query in org.apache.unomi.services.impl
Methods in org.apache.unomi.services.impl with parameters of type Query Modifier and Type Method Description protected <T extends MetadataItem>
PartialList<Metadata>AbstractServiceImpl. getMetadatas(Query query, Class<T> clazz) - 
Uses of Query in org.apache.unomi.services.impl.events
Methods in org.apache.unomi.services.impl.events with parameters of type Query Modifier and Type Method Description PartialList<Event>EventServiceImpl. search(Query query) - 
Uses of Query in org.apache.unomi.services.impl.goals
Methods in org.apache.unomi.services.impl.goals with parameters of type Query Modifier and Type Method Description PartialList<CampaignDetail>GoalsServiceImpl. getCampaignDetails(Query query)Set<Metadata>GoalsServiceImpl. getCampaignMetadatas(Query query)PartialList<CampaignEvent>GoalsServiceImpl. getEvents(Query query)Set<Metadata>GoalsServiceImpl. getGoalMetadatas(Query query) - 
Uses of Query in org.apache.unomi.services.impl.profiles
Methods in org.apache.unomi.services.impl.profiles with parameters of type Query Modifier and Type Method Description StringProfileServiceImpl. exportProfilesPropertiesToCsv(Query query)<T extends Profile>
PartialList<T>ProfileServiceImpl. search(Query query, Class<T> clazz)PartialList<Session>ProfileServiceImpl. searchSessions(Query query) - 
Uses of Query in org.apache.unomi.services.impl.rules
Methods in org.apache.unomi.services.impl.rules with parameters of type Query Modifier and Type Method Description PartialList<Rule>RulesServiceImpl. getRuleDetails(Query query)PartialList<Metadata>RulesServiceImpl. getRuleMetadatas(Query query) - 
Uses of Query in org.apache.unomi.services.impl.segments
Methods in org.apache.unomi.services.impl.segments with parameters of type Query Modifier and Type Method Description PartialList<Metadata>SegmentServiceImpl. getScoringMetadatas(Query query)PartialList<Metadata>SegmentServiceImpl. getSegmentMetadatas(Query query) - 
Uses of Query in org.apache.unomi.services.impl.topics
Methods in org.apache.unomi.services.impl.topics with parameters of type Query Modifier and Type Method Description PartialList<Topic>TopicServiceImpl. search(Query query) 
 -