Interface Connector

    • Method Detail

      • getConnectorId

        String getConnectorId()
        Returns the id for this connector. This is set by the framework and does not change during the lifetime of a connector.
        Returns:
        The id for the connector.
      • getParent

        Connector getParent()
        Gets the parent connector of this connector, or null if the connector is not attached to any parent.
        Returns:
        the parent connector, or null if there is no parent.