Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DeleteConnectorCommand

A command to delete a connector.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new DeleteConnectorCommand(id: Guid, requestId: Guid, sessionId: Guid, elementId: Guid): DeleteConnectorCommand
  • 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 connector that has to be deleted.

    Returns DeleteConnectorCommand

Properties

elementId

elementId: Guid

The RFC4122 v4 compliant ID of the element that has to be deleted.

id

id: Guid

The RFC4122 v4 compliant ID of this command.

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