Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventParticipantTable

The EventParticipantTable defines which BusinessEventType can be triggered by which type of participant (i.e. a subset of BusinessObjectTypes).

EventParticipationTables are mutable

specfield

allowed(evt, ptcp): determines whether or not (true/false) event type evt can be triggered by participant type ptcp

Hierarchy

  • EventParticipantTable

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private ept

ept: Map<BusinessEventType, Map<BusinessObjectType, boolean>>

Methods

allow

deny

isAllowed

toJSON

toModelFormat

Generated using TypeDoc