Package | Description |
---|---|
org.apache.unomi.api | |
org.apache.unomi.api.services | |
org.apache.unomi.graphql.types.output | |
org.apache.unomi.rest.endpoints | |
org.apache.unomi.services.impl.profiles |
Modifier and Type | Method and Description |
---|---|
Persona |
PersonaWithSessions.getPersona() |
Modifier and Type | Method and Description |
---|---|
void |
PersonaWithSessions.setPersona(Persona persona) |
Constructor and Description |
---|
PersonaWithSessions(Persona persona,
List<PersonaSession> sessions) |
Modifier and Type | Method and Description |
---|---|
Persona |
ProfileService.createPersona(String personaId)
Creates a persona with the specified identifier and automatically creates an associated session with it.
|
Persona |
ProfileService.loadPersona(String personaId)
Retrieves the persona identified by the specified identifier.
|
Persona |
ProfileService.savePersona(Persona persona)
Persists the specified
Persona in the context server. |
Modifier and Type | Method and Description |
---|---|
Persona |
ProfileService.savePersona(Persona persona)
Persists the specified
Persona in the context server. |
Modifier and Type | Method and Description |
---|---|
Persona |
CDPPersona.getPersona() |
Constructor and Description |
---|
CDPPersona(Persona persona) |
Modifier and Type | Method and Description |
---|---|
Persona |
ProfileServiceEndPoint.createPersona(String personaId)
Creates a persona with the specified identifier and automatically creates an associated session with it.
|
Persona |
ProfileServiceEndPoint.loadPersona(String personaId)
Retrieves the
Persona identified by the specified identifier. |
Persona |
ProfileServiceEndPoint.savePersona(Persona persona)
Persists the specified
Persona in the context server. |
Modifier and Type | Method and Description |
---|---|
PartialList<Persona> |
ProfileServiceEndPoint.getPersonas(Query query)
Retrieves
Persona matching the specified query. |
Modifier and Type | Method and Description |
---|---|
Persona |
ProfileServiceEndPoint.savePersona(Persona persona)
Persists the specified
Persona in the context server. |
Modifier and Type | Method and Description |
---|---|
Persona |
ProfileServiceImpl.createPersona(String personaId) |
Persona |
ProfileServiceImpl.loadPersona(String personaId) |
Persona |
ProfileServiceImpl.savePersona(Persona profile) |
Modifier and Type | Method and Description |
---|---|
Persona |
ProfileServiceImpl.savePersona(Persona profile) |
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.