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 EventSubscriptionTestMdObjectFactory. 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 givenEventSubscriptioncontext as event.Set<Event>EventSubscriptionEventsProvider. getEvents(EventSubscription context, TypeDescription typeDescription)Set of events that can be set in givenEventSubscriptioncontext 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 EventSubscriptionEventSubscriptionInitializer. 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 booleanMdImplicitRefInferrer. _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 EventSubscriptionBmEventSubscriptionEventsModel. getEventSubscription()EventSubscriptionBmEventSubscriptionHandlerNameModel. getEventSubscription()EventSubscriptionIEventSubscriptionEventsModel. getEventSubscription()Event subscription model contextEventSubscriptionIEventSubscriptionHandlerNameModel. 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 ofBmEventSubscriptionEventsModelBmEventSubscriptionHandlerNameModel(EventSubscription object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project, org.eclipse.xtext.scoping.IGlobalScopeProvider globalScopeProvider, IModelEditingSupport editingSupport, IBslModuleEventsLookup eventsLookup, EventSubscriptionEventsProvider eventsProvider, IBmModelManager modelManager, INamingService namingService)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 voidEventSubscriptionRule. 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 voidMdValidator. 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 EventSubscriptionMdClassFactory. 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 classEventSubscriptionImplAn 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 EventSubscriptionMdClassFactoryImpl. 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 TMdClassSwitch. caseEventSubscription(EventSubscription object)Returns the result of interpreting the object as an instance of 'Event Subscription'.booleanMdClassValidator. validateEventSubscription(EventSubscription eventSubscription, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateEventSubscription_validate(EventSubscription eventSubscription, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Event Subscription'.
-