Uses of Class
org.apache.unomi.api.campaigns.events.CampaignEvent
-
Packages that use CampaignEvent Package Description org.apache.unomi.api.services org.apache.unomi.rest.endpoints org.apache.unomi.services.impl.goals -
-
Uses of CampaignEvent in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return types with arguments of type CampaignEvent Modifier and Type Method Description PartialList<CampaignEvent>
GoalsService. getEvents(Query query)
RetrievesCampaignEvent
s matching the specified query.Methods in org.apache.unomi.api.services with parameters of type CampaignEvent Modifier and Type Method Description void
GoalsService. setCampaignEvent(CampaignEvent event)
Saves the specified campaign event in the context server. -
Uses of CampaignEvent in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return types with arguments of type CampaignEvent Modifier and Type Method Description PartialList<CampaignEvent>
CampaignsServiceEndPoint. getCampaignEvents(Query query)
RetrievesCampaignEvent
s matching the specified query.Methods in org.apache.unomi.rest.endpoints with parameters of type CampaignEvent Modifier and Type Method Description void
CampaignsServiceEndPoint. setCampaignEventDefinition(CampaignEvent campaignEvent)
Saves the specified campaign event in the context server. -
Uses of CampaignEvent in org.apache.unomi.services.impl.goals
Methods in org.apache.unomi.services.impl.goals that return types with arguments of type CampaignEvent Modifier and Type Method Description PartialList<CampaignEvent>
GoalsServiceImpl. getEvents(Query query)
Methods in org.apache.unomi.services.impl.goals with parameters of type CampaignEvent Modifier and Type Method Description void
GoalsServiceImpl. setCampaignEvent(CampaignEvent event)
-