public class UserInJourneyChoiceNode extends AbstractUserInJourneyChoiceNode
FlowNode.FlowNodeExecutionResult
Constructor and Description |
---|
UserInJourneyChoiceNode(org.json.JSONObject object,
FlowEntry flowEntry)
Creates a new instance from the given JSON configuration node.
|
UserInJourneyChoiceNode(String id,
String name,
String journeyId,
FlowNode trueNode,
FlowNode falseNode)
Creates a new instance.
|
evaluate, getJourneyEntityId, toJSONObject, validateStateAndLog
addFalseNodeToJson, addTrueNodeToJson, execute, getFalseNodeFromJson, getFollowUps, getTrueNodeFromJson
getAndValidateNotAnonymousUser, getFlowEntry, getId, getName, getNodeLogLabel, init, logError, logError
public UserInJourneyChoiceNode(org.json.JSONObject object, FlowEntry flowEntry)
object
- the JSON configuration nodeflowEntry
- the flow entrypublic UserInJourneyChoiceNode(String id, String name, String journeyId, FlowNode trueNode, FlowNode falseNode)
id
- the node identifiername
- the node namejourneyId
- the journey identifiertrueNode
- the truthy follow-upfalseNode
- the falsy follow-upLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.