Interface Link


public interface Link
Gets required link data.
  • Method Details

    • getSteps

      List<LinkStep> getSteps()
      Returns the "in between" steps that are not displayed but used to create a link.
    • getStep

      List<LinkStep> getStep(com.orchestranetworks.schema.Path fkPath)
      Parameters:
      fkPath - a fully qualified path.
      See Also:
      • returns null if no LinkStep found. Gets steps based on path of foreign key.
    • getConfiguration

      LinkConfiguration getConfiguration()
      Returns the current link configuration.
    • getStartNodeContext

      NodeContext getStartNodeContext()
      Returns the start node context of the current link.
    • getEndNodeContext

      NodeContext getEndNodeContext()
      Returns the end node context of the current link.