Uses of Class
lumis.portal.analytics.journey.JourneyInstance
-
Packages that use JourneyInstance Package Description lumis.portal.analytics.journey -
-
Uses of JourneyInstance in lumis.portal.analytics.journey
Methods in lumis.portal.analytics.journey that return JourneyInstance Modifier and Type Method 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.
Returnsnull
if the user is already in the journey or the createdJourneyInstance
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.Methods in lumis.portal.analytics.journey that return types with arguments of type JourneyInstance Modifier and Type Method Description static Collection<JourneyInstance>
JourneyManager. getInstancesByUser(String userId)
Finds the instances of the given user.
-