Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 1.19 KB

ConnectableDTO.md

File metadata and controls

29 lines (22 loc) · 1.19 KB

ConnectableDTO

Properties

Name Type Description Notes
id String The id of the connectable component.
type TypeEnum The type of component the connectable is.
groupId String The id of the group that the connectable component resides in
name String The name of the connectable component [optional]
running Boolean Reflects the current state of the connectable component. [optional]
transmitting Boolean If the connectable component represents a remote port, indicates if the target is configured to transmit. [optional]
exists Boolean If the connectable component represents a remote port, indicates if the target exists. [optional]
comments String The comments for the connectable component. [optional]

Enum: TypeEnum

Name Value
PROCESSOR "PROCESSOR"
REMOTE_INPUT_PORT "REMOTE_INPUT_PORT"
REMOTE_OUTPUT_PORT "REMOTE_OUTPUT_PORT"
INPUT_PORT "INPUT_PORT"
OUTPUT_PORT "OUTPUT_PORT"
FUNNEL "FUNNEL"