Uses of Class
org.apache.unomi.api.PersonaSession
-
Packages that use PersonaSession Package Description org.apache.unomi.api -
-
Uses of PersonaSession in org.apache.unomi.api
Methods in org.apache.unomi.api that return PersonaSession Modifier and Type Method Description PersonaSession
PersonaWithSessions. getLastSession()
Methods in org.apache.unomi.api that return types with arguments of type PersonaSession Modifier and Type Method Description List<PersonaSession>
PersonaWithSessions. getSessions()
Method parameters in org.apache.unomi.api with type arguments of type PersonaSession Modifier and Type Method Description void
PersonaWithSessions. setSessions(List<PersonaSession> sessions)
Constructor parameters in org.apache.unomi.api with type arguments of type PersonaSession Constructor Description PersonaWithSessions(Persona persona, List<PersonaSession> sessions)
-