Class TExampleScenarioOperation

Unit

Declaration

type TExampleScenarioOperation = class(TBackboneElement)

Description

Example of workflow instance.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property number : string read Getnumber write Setnumber;
Public property numberElement : Tstring read GetnumberElement write SetnumberElement;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : Tstring read Gettype_Element write Settype_Element;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property initiator : string read Getinitiator write Setinitiator;
Public property initiatorElement : Tstring read GetinitiatorElement write SetinitiatorElement;
Public property receiver : string read Getreceiver write Setreceiver;
Public property receiverElement : Tstring read GetreceiverElement write SetreceiverElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property initiatorActive : boolean read GetinitiatorActive write SetinitiatorActive;
Public property initiatorActiveElement : Tboolean read GetinitiatorActiveElement write SetinitiatorActiveElement;
Public property receiverActive : boolean read GetreceiverActive write SetreceiverActive;
Public property receiverActiveElement : Tboolean read GetreceiverActiveElement write SetreceiverActiveElement;
Public property request : TExampleScenarioContainedInstance read Getrequest write Setrequest;
Public property response : TExampleScenarioContainedInstance read Getresponse write Setresponse;

Description

Methods

Public constructor Create; override;
 

Properties

Public property number : string read Getnumber write Setnumber;

The sequential number of the interaction, e.g. 1.2.5.

Public property numberElement : Tstring read GetnumberElement write SetnumberElement;
 
Public property type_ : string read Gettype_ write Settype_;

The type of operation - CRUD.

Public property type_Element : Tstring read Gettype_Element write Settype_Element;
 
Public property name_ : string read Getname_ write Setname_;

The human-friendly name of the interaction.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property initiator : string read Getinitiator write Setinitiator;

Who starts the transaction.

Public property initiatorElement : Tstring read GetinitiatorElement write SetinitiatorElement;
 
Public property receiver : string read Getreceiver write Setreceiver;

Who receives the transaction.

Public property receiverElement : Tstring read GetreceiverElement write SetreceiverElement;
 
Public property description : string read Getdescription write Setdescription;

A comment to be inserted in the diagram.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property initiatorActive : boolean read GetinitiatorActive write SetinitiatorActive;

Whether the initiator is deactivated right after the transaction.

Public property initiatorActiveElement : Tboolean read GetinitiatorActiveElement write SetinitiatorActiveElement;
 
Public property receiverActive : boolean read GetreceiverActive write SetreceiverActive;

Whether the receiver is deactivated right after the transaction.

Public property receiverActiveElement : Tboolean read GetreceiverActiveElement write SetreceiverActiveElement;
 
Public property request : TExampleScenarioContainedInstance read Getrequest write Setrequest;

Each resource instance used by the initiator.

Public property response : TExampleScenarioContainedInstance read Getresponse write Setresponse;

Each resource instance used by the responder.


Generated by PasDoc 0.15.0.