Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.31 KB

ConnectableDTO.md

File metadata and controls

30 lines (23 loc) · 1.31 KB

ConnectableDTO

Properties

Name Type Description Notes
id String The id of the connectable component.
versionedComponentId String The ID of the corresponding component that is under version control [optional]
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"