Class ViewNodeImpl

All Implemented Interfaces:
Serializable

public class ViewNodeImpl extends ViewNode implements Serializable
See Also:
  • Constructor Details

    • ViewNodeImpl

      public ViewNodeImpl(String id, String vdlDocumentIdIn)
  • Method Details

    • getId

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

      public String getVdlDocumentId()
      Description copied from class: ViewNode

      Return the immutable VDL document id for this view node. This is normally the path to the VDL page that defines this view node. This must be unique within the flow.

      Specified by:
      getVdlDocumentId in class ViewNode
      Returns:
      the VDL document id