Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 2.68 KB

ConnectionEntity.md

File metadata and controls

51 lines (42 loc) · 2.68 KB

ConnectionEntity

Properties

Name Type Description Notes
revision RevisionDTO The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. [optional]
id String The id of the component. [optional]
uri String The URI for futures requests to the component. [optional]
position PositionDTO The position of this component in the UI if applicable. [optional]
permissions PermissionsDTO The permissions for this component. [optional]
bulletins List<BulletinEntity> The bulletins for this component. [optional]
disconnectedNodeAcknowledged Boolean Acknowledges that this node is disconnected to allow for mutable requests to proceed. [optional]
component ConnectionDTO [optional]
status ConnectionStatusDTO The status of the connection. [optional]
bends List<PositionDTO> The bend points on the connection. [optional]
labelIndex Integer The index of the bend point where to place the connection label. [optional]
getzIndex Long The z index of the connection. [optional]
sourceId String The identifier of the source of this connection. [optional]
sourceGroupId String The identifier of the group of the source of this connection. [optional]
sourceType SourceTypeEnum The type of component the source connectable is.
destinationId String The identifier of the destination of this connection. [optional]
destinationGroupId String The identifier of the group of the destination of this connection. [optional]
destinationType DestinationTypeEnum The type of component the destination connectable is.

Enum: SourceTypeEnum

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"

Enum: DestinationTypeEnum

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"