public class AddUserToJourneyActionNode extends AbstractJourneyTransitionActionNode
FlowNode.FlowNodeExecutionResult
Modifier and Type | Field and Description |
---|---|
static String |
EVENT_ID |
protected FlowNode |
nextNode |
Constructor and Description |
---|
AddUserToJourneyActionNode(org.json.JSONObject object,
FlowEntry flowEntry)
Creates a new instance from the given JSON configuration object.
|
AddUserToJourneyActionNode(String id,
String name,
String journeyStageId,
FlowNode nextNode)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Collection<FlowNode> |
getFollowUps()
Returns all possible follow up nodes.
|
execute, getJourneyStageId, toJSONObject, validateStateAndLog
getAndValidateNotAnonymousUser, getFlowEntry, getId, getName, getNodeLogLabel, init, logError, logError
public static final String EVENT_ID
protected final FlowNode nextNode
public AddUserToJourneyActionNode(org.json.JSONObject object, FlowEntry flowEntry)
object
- the JSON configuration objectflowEntry
- the flow entrypublic Collection<FlowNode> getFollowUps()
FlowNode
getFollowUps
in class FlowNode
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.