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 class
Event
An event that can be processed and evaluated by the context server.class
PersonaSession
A Persona session.class
Session
A 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 Object
TimestampedItemAccessor. 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 class
JsonSchemaWrapper
Object 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.
-