Package | Description |
---|---|
lumis.portal.analytics.journey |
Modifier and Type | Method and Description |
---|---|
static JourneyInstance |
JourneyManager.addUserToJourney(String userId,
String stageId)
Adds the user with the given identifier to the journey through the stage with the given identifier.
Returns null if the user is already in the journey or the created JourneyInstance otherwise.This method uses its own transaction. |
static JourneyInstance |
JourneyManager.getInstance(String instanceId)
Returns the instance with the given identifier.
|
static JourneyInstance |
JourneyManager.getInstanceByUserAndJourney(String userId,
String journeyId)
Returns the journey instance for the user in the journey.
|
static JourneyInstance |
JourneyManager.getInstanceByUserAndStage(String userId,
String stageId)
Returns the journey instance for the user in the stage.
|
Modifier and Type | Method and Description |
---|---|
static Collection<JourneyInstance> |
JourneyManager.getInstancesByUser(String userId)
Finds the instances of the given user.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.