![]() |
OTX Reference
|
|
Gets the ServiceProvider that fired the event More...

Public Attributes | |
| EventTerm | _event |
| Cardinality [1] Represents the Event that holds the ServiceProvider. More... | |
| OtxLink | providerType |
| Cardinality [1] This attribute identifies the external provider that produces this event. The link shall point to the corresponding ServiceProviderSignature. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
| MetaData | metaData |
| Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Gets the ServiceProvider that fired the event
The GetServiceProviderFromEvent activity returns the ServiceProvider that fired the event.
| Core.Exceptions.TypeMismatchException | If the event is not a ServiceProviderEvent. |
| Exceptions.ExternalServiceProviderException | If the GetServiceProviderFromEvent term returns an event which does not come from the expected providerType. |
| EventTerm OpenTestSystem.Otx.Extensions.ExternalServiceProvider.Terms.GetServiceProviderFromEvent._event |
Cardinality [1]
Represents the Event that holds the ServiceProvider.
| OtxLink OpenTestSystem.Otx.Extensions.ExternalServiceProvider.Terms.GetServiceProviderFromEvent.providerType |
Cardinality [1]
This attribute identifies the external provider that produces this event. The link shall point to the corresponding ServiceProviderSignature.
Note: The ExternalServiceProviderException is thrown if the GetServiceProviderFromEvent term returns an event which does not come from the expected providerType.