Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AddConnectorCommand

A command to add a connector to a node.

Hierarchy

Index

Constructors

constructor

  • new AddConnectorCommand(id: Guid, requestId: Guid, sessionId: Guid, elementId: Guid, elementType: string, elementProperties: Dictionary<any>, nodeId: Guid): AddConnectorCommand
  • Parameters

    • id: Guid

      The RFC4122 v4 compliant ID of this command.

    • requestId: Guid

      The RFC4122 v4 compliant ID of the request that created this command.

    • sessionId: Guid

      The RFC4122 v4 compliant ID of the session that created this command.

    • elementId: Guid

      The RFC4122 v4 compliant ID of the new connector.

    • elementType: string

      The type of the new connector.

    • elementProperties: Dictionary<any>

      The properties of the new connector.

    • nodeId: Guid

      The RFC4122 v4 compliant ID of the node to which the new connector belongs.

    Returns AddConnectorCommand

Properties

elementId

elementId: Guid

The RFC4122 v4 compliant ID of the new element.

elementProperties

elementProperties: Dictionary<any>

The properties of the new element.

elementType

elementType: string

The type of the new element.

id

id: Guid

The RFC4122 v4 compliant ID of this command.

nodeId

nodeId: Guid

The RFC4122 v4 compliant ID of the node to which the new connector belongs.

requestId

requestId: Guid

The RFC4122 v4 compliant ID of the request that created this command.

sessionId

sessionId: Guid

The RFC4122 v4 compliant ID of the session that created this command.

type

The type of this command.

Methods

toJson

  • toJson(): string

Generated using TypeDoc