Uses of Class
lumis.portal.analytics.journey.Journey
-
Packages that use Journey Package Description lumis.portal.analytics.journey -
-
Uses of Journey in lumis.portal.analytics.journey
Methods in lumis.portal.analytics.journey that return Journey Modifier and Type Method Description static Journey
JourneyManager. addJourney(String name, String serviceInstanceId, TimeUnit timeoutUnit, int timeoutAmount)
Adds a new journey.static Journey
JourneyManager. getJourney(String journeyId)
Returns the journey with the given identifier.Journey
JourneyStage. getJourney()
Returns the journey.Methods in lumis.portal.analytics.journey with parameters of type Journey Modifier and Type Method Description static void
JourneyManager. updateJourney(Journey journey)
Updates the given journey.
-