Uses of Class
org.apache.unomi.api.MetadataItem
- 
- 
Uses of MetadataItem in org.apache.unomi.api
Subclasses of MetadataItem in org.apache.unomi.api Modifier and Type Class Description classPropertyTypeA 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).classScopeObject representing a scope. - 
Uses of MetadataItem in org.apache.unomi.api.actions
Subclasses of MetadataItem in org.apache.unomi.api.actions Modifier and Type Class Description classActionTypeA type definition forActions. - 
Uses of MetadataItem in org.apache.unomi.api.campaigns
Subclasses of MetadataItem in org.apache.unomi.api.campaigns Modifier and Type Class Description classCampaignA 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.events Modifier and Type Class Description classCampaignEventA 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.conditions Modifier and Type Class Description classConditionTypeConditionTypes 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.goals Modifier and Type Class Description classGoalA 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 Modifier and Type Class Description classUserListCreated by amidani on 24/03/2017. - 
Uses of MetadataItem in org.apache.unomi.api.rules
Subclasses of MetadataItem in org.apache.unomi.api.rules Modifier and Type Class Description classRuleA 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.segments Modifier and Type Class Description classScoringA set of conditions associated with a value to assign toProfiles when matching so that the associated users can be scored along that dimension.classSegmentA 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.actions Modifier and Type Class Description classGroovyActionObject which represents a Groovy action (including its script) - 
Uses of MetadataItem in org.apache.unomi.lists
Subclasses of MetadataItem in org.apache.unomi.lists Modifier and Type Class Description classUserList - 
Uses of MetadataItem in org.apache.unomi.plugins.baseplugin.conditions.accessors
Methods in org.apache.unomi.plugins.baseplugin.conditions.accessors with parameters of type MetadataItem Modifier and Type Method Description ObjectMetadataItemAccessor. 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 MetadataItem Modifier and Type Method Description protected <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) 
 -