Class MoveUserInJourneyActionNode
- java.lang.Object
-
- lumis.portal.analytics.automationflow.FlowNode
-
- lumis.portal.analytics.automationflow.action.AbstractJourneyTransitionActionNode
-
- lumis.portal.analytics.automationflow.action.MoveUserInJourneyActionNode
-
public class MoveUserInJourneyActionNode extends AbstractJourneyTransitionActionNode
Moves the flow context's user to a given journey stage.- Since:
- 12.2.0
- Version:
- $Revision: 23535 $ $Date: 2020-01-14 13:18:39 -0300 (Tue, 14 Jan 2020) $
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class lumis.portal.analytics.automationflow.FlowNode
FlowNode.FlowNodeExecutionResult
-
-
Constructor Summary
Constructors Constructor Description MoveUserInJourneyActionNode(String id, String name, String journeyStageId, FlowNode nextNode)
Creates a new instance.MoveUserInJourneyActionNode(org.json.JSONObject object, FlowEntry flowEntry)
Creates a new instance from the given JSON configuration object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<FlowNode>
getFollowUps()
Returns all possible follow up nodes.-
Methods inherited from class lumis.portal.analytics.automationflow.action.AbstractJourneyTransitionActionNode
execute, getJourneyStageId, toJSONObject, validateStateAndLog
-
Methods inherited from class lumis.portal.analytics.automationflow.FlowNode
getAndValidateNotAnonymousUser, getFlowEntry, getId, getName, getNodeLogLabel, init, logError, logError
-
-
-
-
Field Detail
-
EVENT_ID
public static final String EVENT_ID
- See Also:
- Constant Field Values
-
nextNode
protected final FlowNode nextNode
-
-
Constructor Detail
-
MoveUserInJourneyActionNode
public MoveUserInJourneyActionNode(org.json.JSONObject object, FlowEntry flowEntry)
Creates a new instance from the given JSON configuration object.- Parameters:
object
- the JSON configuration objectflowEntry
- the flow entry- Since:
- 12.2.0
-
-
Method Detail
-
getFollowUps
public Collection<FlowNode> getFollowUps()
Description copied from class:FlowNode
Returns all possible follow up nodes.- Overrides:
getFollowUps
in classFlowNode
- Returns:
- all possible follow up nodes.
-
-