Uses of Class
org.apache.unomi.api.campaigns.Campaign
Packages that use Campaign
Package
Description
-
Uses of Campaign in org.apache.unomi.api.campaigns
Methods in org.apache.unomi.api.campaigns that return CampaignModifier and TypeMethodDescriptionCampaignDetail.getCampaign()Retrieves the associated campaign.Methods in org.apache.unomi.api.campaigns with parameters of type CampaignModifier and TypeMethodDescriptionvoidCampaignDetail.setCampaign(Campaign campaign) Sets the associated campaign.Constructors in org.apache.unomi.api.campaigns with parameters of type CampaignModifierConstructorDescriptionCampaignDetail(Campaign campaign) Instantiates a new Campaign detail. -
Uses of Campaign in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return CampaignModifier and TypeMethodDescriptionGoalsService.getCampaign(String campaignId) Retrieves the campaign identified by the specified identifierMethods in org.apache.unomi.api.services with parameters of type CampaignModifier and TypeMethodDescriptionvoidGoalsService.setCampaign(Campaign campaign) Saves the specified campaign in the context server and creates associatedRules if the campaign is enabled. -
Uses of Campaign in org.apache.unomi.plugins.baseplugin.conditions.accessors
Methods in org.apache.unomi.plugins.baseplugin.conditions.accessors with parameters of type CampaignModifier and TypeMethodDescriptionCampaignAccessor.getProperty(Campaign object, String propertyName, String leftoverExpression) -
Uses of Campaign in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return CampaignModifier and TypeMethodDescriptionCampaignsServiceEndPoint.getCampaignDefinition(String campaignID) Retrieves the campaign identified by the specified identifierMethods in org.apache.unomi.rest.endpoints with parameters of type CampaignModifier and TypeMethodDescriptionvoidCampaignsServiceEndPoint.setCampaignDefinition(Campaign campaign) Saves the specified campaign in the context server and creates associatedRules if the campaign is enabled. -
Uses of Campaign in org.apache.unomi.services.impl.goals
Methods in org.apache.unomi.services.impl.goals that return CampaignMethods in org.apache.unomi.services.impl.goals with parameters of type Campaign