Class Node

All Implemented Interfaces:
IdentifiableEntity<FlowObject>

@Entity public class Node extends FlowObject
  • Field Details

  • Constructor Details

  • Method Details

    • isOfTypeSubflow

      public boolean isOfTypeSubflow()
    • isOfTypeConsumerOrProducer

      public boolean isOfTypeConsumerOrProducer()
    • getSubflowId

      public String getSubflowId()
    • setSubflowId

      public void setSubflowId(String subflowId)
    • getSlots

      public Slot[] getSlots()
    • setSlots

      public void setSlots(Slot[] slots)
    • isClientAccess

      public boolean isClientAccess()
    • setClientAccess

      public void setClientAccess(boolean clientAccess)
    • isClientWidget

      public boolean isClientWidget()
    • setClientWidget

      public void setClientWidget(boolean clientWidget)
    • getPreEndpoint

      public String getPreEndpoint()
    • setPreEndpoint

      public void setPreEndpoint(String preEndpoint)
    • getPostEndpoint

      public String getPostEndpoint()
    • setPostEndpoint

      public void setPostEndpoint(String postEndpoint)
    • getEditorSettings

      public EditorSettings getEditorSettings()
    • setEditorSettings

      public void setEditorSettings(EditorSettings editorSettings)
    • getProperties

      public String getProperties()
    • setProperties

      public void setProperties(String properties)
    • getPersistentPropertyPaths

      public String[] getPersistentPropertyPaths()
    • setPersistentPropertyPaths

      public void setPersistentPropertyPaths(String[] persistentPropertyPaths)
    • addSlots

      public void addSlots(Slot... newSlots)
    • findSlot

      public Slot findSlot(String slotId)
    • findSlots

      public Slot[] findSlots(String type)
    • findSlotWithPeer

      public Slot findSlotWithPeer(String peerId)
    • findAllConnectableSlots

      public Slot[] findAllConnectableSlots()
    • findConnectableSlots

      public Slot[] findConnectableSlots(String type)
    • findNonPropertySlots

      public Slot[] findNonPropertySlots(String type)
    • findPropertySlots

      public Slot[] findPropertySlots()
    • findSlotByPosition

      public Slot findSlotByPosition(int position, String type)