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)RetrievesCampaignEvents matching the specified query.Methods in org.apache.unomi.api.services with parameters of type CampaignEvent Modifier and Type Method Description voidGoalsService. 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)RetrievesCampaignEvents matching the specified query.Methods in org.apache.unomi.rest.endpoints with parameters of type CampaignEvent Modifier and Type Method Description voidCampaignsServiceEndPoint. 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 voidGoalsServiceImpl. setCampaignEvent(CampaignEvent event) 
 -