Uses of Interface
org.apache.unomi.api.TimestampedItem
- 
Packages that use TimestampedItem Package Description org.apache.unomi.api org.apache.unomi.plugins.baseplugin.conditions.accessors org.apache.unomi.schema.api  - 
- 
Uses of TimestampedItem in org.apache.unomi.api
Classes in org.apache.unomi.api that implement TimestampedItem Modifier and Type Class Description classEventAn event that can be processed and evaluated by the context server.classPersonaSessionA Persona session.classSessionA time-bounded interaction between a user (via their associatedProfile) and a unomi-enabled application. - 
Uses of TimestampedItem in org.apache.unomi.plugins.baseplugin.conditions.accessors
Methods in org.apache.unomi.plugins.baseplugin.conditions.accessors with parameters of type TimestampedItem Modifier and Type Method Description ObjectTimestampedItemAccessor. getProperty(TimestampedItem object, String propertyName, String leftoverExpression) - 
Uses of TimestampedItem in org.apache.unomi.schema.api
Classes in org.apache.unomi.schema.api that implement TimestampedItem Modifier and Type Class Description classJsonSchemaWrapperObject which represents a JSON schema, it's a wrapper because it contains some additional info used by the Service layer of Unomi like the id and the target. 
 -