Interface ConnectDetails

All Superinterfaces:
ActionDetails, Serializable

public interface ConnectDetails extends ActionDetails
Provides details about a connect action.
  • Method Details

    • getSourceId

      String getSourceId()
    • getSourceName

      String getSourceName()
    • getSourceType

      Component getSourceType()
    • getDestinationId

      String getDestinationId()
    • getDestinationName

      String getDestinationName()
    • getDestinationType

      Component getDestinationType()
    • getRelationship

      String getRelationship()