Uses of Interface
org.apache.unomi.api.SystemPropertiesItem
-
Packages that use SystemPropertiesItem Package Description org.apache.unomi.api org.apache.unomi.router.api -
-
Uses of SystemPropertiesItem in org.apache.unomi.api
Classes in org.apache.unomi.api that implement SystemPropertiesItem Modifier and Type Class Description class
Persona
A persona is a "virtual" profile used to represent categories of profiles, and may also be used to test how a personalized experience would look like using this virtual profile.class
PersonaSession
A Persona session.class
Profile
A user profile gathering all known information about a given user as well as segments it is part of and scores.class
Session
A time-bounded interaction between a user (via their associatedProfile
) and a unomi-enabled application. -
Uses of SystemPropertiesItem in org.apache.unomi.router.api
Classes in org.apache.unomi.router.api that implement SystemPropertiesItem Modifier and Type Class Description class
ProfileToImport
An extension ofProfile
to handle merge strategy and deletion when importing profiles
-