Uses of Class
org.apache.unomi.api.MetadataItem
Packages that use MetadataItem
Package
Description
-
Uses of MetadataItem in org.apache.unomi.api
Subclasses of MetadataItem in org.apache.unomi.apiModifier and TypeClassDescriptionclass
A user-defined profile or session property, specifying how possible values are constrained, if the value is multi-valued (a vector of values as opposed to a scalar value).class
Object representing a scope. -
Uses of MetadataItem in org.apache.unomi.api.actions
Subclasses of MetadataItem in org.apache.unomi.api.actions -
Uses of MetadataItem in org.apache.unomi.api.campaigns
Subclasses of MetadataItem in org.apache.unomi.api.campaignsModifier and TypeClassDescriptionclass
A goal-oriented, time-limited marketing operation that needs to be evaluated for return on investment performance by tracking the ratio of visits to conversions. -
Uses of MetadataItem in org.apache.unomi.api.campaigns.events
Subclasses of MetadataItem in org.apache.unomi.api.campaigns.eventsModifier and TypeClassDescriptionclass
A specific campaign event to help analyzing your key performance indicators by marking specific dates during your campaign. -
Uses of MetadataItem in org.apache.unomi.api.conditions
Subclasses of MetadataItem in org.apache.unomi.api.conditionsModifier and TypeClassDescriptionclass
ConditionTypes define new conditions that can be applied to items (for example to decide whether a rule needs to be triggered or if a profile is considered as taking part in a campaign) or to perform queries against the stored unomi data. -
Uses of MetadataItem in org.apache.unomi.api.goals
Subclasses of MetadataItem in org.apache.unomi.api.goalsModifier and TypeClassDescriptionclass
A tracked activity / action that can be accomplished by site (scope) visitors. -
Uses of MetadataItem in org.apache.unomi.api.lists
Subclasses of MetadataItem in org.apache.unomi.api.lists -
Uses of MetadataItem in org.apache.unomi.api.rules
Subclasses of MetadataItem in org.apache.unomi.api.rulesModifier and TypeClassDescriptionclass
A conditional set of actions to be executed in response to incoming events. -
Uses of MetadataItem in org.apache.unomi.api.segments
Subclasses of MetadataItem in org.apache.unomi.api.segmentsModifier and TypeClassDescriptionclass
A set of conditions associated with a value to assign toProfile
s when matching so that the associated users can be scored along that dimension.class
A dynamically evaluated group of similar profiles in order to categorize the associated users. -
Uses of MetadataItem in org.apache.unomi.groovy.actions
Subclasses of MetadataItem in org.apache.unomi.groovy.actionsModifier and TypeClassDescriptionclass
Object which represents a Groovy action (including its script) -
Uses of MetadataItem in org.apache.unomi.lists
Subclasses of MetadataItem in org.apache.unomi.lists -
Uses of MetadataItem in org.apache.unomi.plugins.baseplugin.conditions.accessors
Methods in org.apache.unomi.plugins.baseplugin.conditions.accessors with parameters of type MetadataItemModifier and TypeMethodDescriptionMetadataItemAccessor.getProperty
(MetadataItem object, String propertyName, String leftoverExpression) -
Uses of MetadataItem in org.apache.unomi.services.impl
Methods in org.apache.unomi.services.impl with type parameters of type MetadataItemModifier and TypeMethodDescriptionprotected <T extends MetadataItem>
PartialList<Metadata>AbstractServiceImpl.getMetadatas
(int offset, int size, String sortBy, Class<T> clazz) protected <T extends MetadataItem>
PartialList<Metadata>AbstractServiceImpl.getMetadatas
(Query query, Class<T> clazz)