Package com._1c.g5.v8.dt.md
Class EventSubscriptionEventsProvider
java.lang.Object
com._1c.g5.v8.dt.md.EventSubscriptionEventsProvider
Available events provider for
EventSubscription
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEvents
(EventSubscription eventSubscription) Set of events that can be set in givenEventSubscription
context as event.getEvents
(EventSubscription context, TypeDescription typeDescription) Set of events that can be set in givenEventSubscription
context as event.
-
Constructor Details
-
EventSubscriptionEventsProvider
public EventSubscriptionEventsProvider()
-
-
Method Details
-
getEvents
Set of events that can be set in givenEventSubscription
context as event. Equals to invocation ofgetEvents(EventSubscription, TypeDescription)
with the given eventSubscribion andEventSubscription.getSource()
as arguments.- Parameters:
eventSubscription
- the context object, nevernull
.- Returns:
- set of possible events for given context, never
null
.
-
getEvents
Set of events that can be set in givenEventSubscription
context as event.- Parameters:
context
- the context object, nevernull
.typeDescription
- the type description.- Returns:
- set of possible events for given context, never
null
.
-