Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.EventSubscription
-
-
Uses of EventSubscription in com._1c.g5.v8.dt.eventhandlers.model
Methods in com._1c.g5.v8.dt.eventhandlers.model that return types with arguments of type EventSubscription Modifier and Type Method Description Collection<EventSubscription>
EventFolder. getSubscriptions()
Returns folder subscriptions. -
Uses of EventSubscription in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return EventSubscription Modifier and Type Method Description static EventSubscription
TestMdObjectFactory. createEventSubscription(String name)
Creates EventSubscription with name -
Uses of EventSubscription in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md with parameters of type EventSubscription Modifier and Type Method Description Set<Event>
EventSubscriptionEventsProvider. getEvents(EventSubscription eventSubscription)
Set of events that can be set in givenEventSubscription
context as event.Set<Event>
EventSubscriptionEventsProvider. getEvents(EventSubscription context, TypeDescription typeDescription)
Set of events that can be set in givenEventSubscription
context as event. -
Uses of EventSubscription in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return EventSubscription Modifier and Type Method Description EventSubscription
EventSubscriptionInitializer. create(IV8Project v8project, Version version)
-
Uses of EventSubscription in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type EventSubscription Modifier and Type Method Description protected boolean
MdImplicitRefInferrer. _infer(EventSubscription object)
-
Uses of EventSubscription in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models that return EventSubscription Modifier and Type Method Description EventSubscription
BmEventSubscriptionEventsModel. getEventSubscription()
EventSubscription
BmEventSubscriptionHandlerNameModel. getEventSubscription()
EventSubscription
IEventSubscriptionEventsModel. getEventSubscription()
Event subscription model contextEventSubscription
IEventSubscriptionHandlerNameModel. getEventSubscription()
Event subscription model contextConstructors in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type EventSubscription Constructor Description BmEventSubscribtionSourceModel(EventSubscription parent, IV8Project v8project, EventSubscriptionEventsProvider eventsProvider, IModelEditingSupport editingSupport)
Creates a new model.BmEventSubscriptionEventsModel(EventSubscription eventSubscription, org.eclipse.emf.ecore.EStructuralFeature feature, Version version, ScriptVariant scriptVariant, EventSubscriptionEventsProvider eventsProvider)
Create instance ofBmEventSubscriptionEventsModel
BmEventSubscriptionHandlerNameModel(EventSubscription object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project, org.eclipse.xtext.scoping.IGlobalScopeProvider globalScopeProvider, IModelEditingSupport editingSupport, IBslModuleEventsLookup eventsLookup, EventSubscriptionEventsProvider eventsProvider)
Instantiates a new value. -
Uses of EventSubscription in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type EventSubscription Modifier and Type Method Description protected void
EventSubscriptionRule. buildForObject(EventSubscription object, IV8Project v8project)
-
Uses of EventSubscription in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type EventSubscription Modifier and Type Method Description void
MdValidator. checkEventSubscriptionHandler(EventSubscription eventSubscription)
Deprecated. -
Uses of EventSubscription in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return EventSubscription Modifier and Type Method Description EventSubscription
MdClassFactory. createEventSubscription()
Returns a new object of class 'Event Subscription'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type EventSubscription Modifier and Type Method Description org.eclipse.emf.common.util.EList<EventSubscription>
Configuration. getEventSubscriptions()
Returns the value of the 'Event Subscriptions' reference list. -
Uses of EventSubscription in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement EventSubscription Modifier and Type Class Description class
EventSubscriptionImpl
An implementation of the model object 'Event Subscription'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return EventSubscription Modifier and Type Method Description EventSubscription
MdClassFactoryImpl. createEventSubscription()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type EventSubscription Modifier and Type Method Description org.eclipse.emf.common.util.EList<EventSubscription>
ConfigurationImpl. getEventSubscriptions()
-
Uses of EventSubscription in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type EventSubscription Modifier and Type Method Description T
MdClassSwitch. caseEventSubscription(EventSubscription object)
Returns the result of interpreting the object as an instance of 'Event Subscription'.boolean
MdClassValidator. validateEventSubscription(EventSubscription eventSubscription, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateEventSubscription_validate(EventSubscription eventSubscription, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Event Subscription'.
-