Class AddUserToJourneyActionNode


  • public class AddUserToJourneyActionNode
    extends AbstractJourneyTransitionActionNode
    Adds the flow context's user to a journey through a given journey stage.
    Since:
    12.2.0
    Version:
    $Revision: 23535 $ $Date: 2020-01-14 13:18:39 -0300 (Tue, 14 Jan 2020) $
    • Constructor Detail

      • AddUserToJourneyActionNode

        public AddUserToJourneyActionNode​(org.json.JSONObject object,
                                          FlowEntry flowEntry)
        Creates a new instance from the given JSON configuration object.
        Parameters:
        object - the JSON configuration object
        flowEntry - the flow entry
        Since:
        12.2.0
      • AddUserToJourneyActionNode

        public AddUserToJourneyActionNode​(java.lang.String id,
                                          java.lang.String name,
                                          java.lang.String journeyStageId,
                                          FlowNode nextNode)
        Creates a new instance.
        Parameters:
        id - the node identifier
        name - the node name
        journeyStageId - the journey stage identifier
        nextNode - the next node
        Since:
        12.2.0
    • Method Detail

      • getFollowUps

        public java.util.Collection<FlowNode> getFollowUps()
        Description copied from class: FlowNode
        Returns all possible follow up nodes.
        Overrides:
        getFollowUps in class FlowNode
        Returns:
        all possible follow up nodes.