Uses of Class
org.apache.unomi.api.campaigns.Campaign
- 
- 
Uses of Campaign in org.apache.unomi.api.campaigns
Methods in org.apache.unomi.api.campaigns that return Campaign Modifier and Type Method Description CampaignCampaignDetail. getCampaign()Retrieves the associated campaign.Methods in org.apache.unomi.api.campaigns with parameters of type Campaign Modifier and Type Method Description voidCampaignDetail. setCampaign(Campaign campaign)Sets the associated campaign.Constructors in org.apache.unomi.api.campaigns with parameters of type Campaign Constructor Description CampaignDetail(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 Campaign Modifier and Type Method Description CampaignGoalsService. getCampaign(String campaignId)Retrieves the campaign identified by the specified identifierMethods in org.apache.unomi.api.services with parameters of type Campaign Modifier and Type Method Description voidGoalsService. 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 Campaign Modifier and Type Method Description ObjectCampaignAccessor. 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 Campaign Modifier and Type Method Description CampaignCampaignsServiceEndPoint. getCampaignDefinition(String campaignID)Retrieves the campaign identified by the specified identifierMethods in org.apache.unomi.rest.endpoints with parameters of type Campaign Modifier and Type Method Description voidCampaignsServiceEndPoint. 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 Campaign Modifier and Type Method Description CampaignGoalsServiceImpl. getCampaign(String id)Methods in org.apache.unomi.services.impl.goals with parameters of type Campaign Modifier and Type Method Description voidGoalsServiceImpl. setCampaign(Campaign campaign) 
 -