Class ReturnNodeImpl

All Implemented Interfaces:
Freezable

public class ReturnNodeImpl extends ReturnNode implements Freezable
Since:
2.2
Author:
Leonardo Uribe
  • Constructor Details

    • ReturnNodeImpl

      public ReturnNodeImpl(String returnNodeId)
  • Method Details

    • getFromOutcome

      public String getFromOutcome(FacesContext context)
      Specified by:
      getFromOutcome in class ReturnNode
    • getId

      public String getId()
      Specified by:
      getId in class FlowNode
    • freeze

      public void freeze()
      Description copied from interface: Freezable
      Call this method when the object will be made available to the runtime
      Specified by:
      freeze in interface Freezable
    • setFromOutcome

      public void setFromOutcome(String fromOutcome)
    • setFromOutcome

      public void setFromOutcome(jakarta.el.ValueExpression fromOutcome)
    • setId

      public void setId(String id)