Uses of Interface
com._1c.g5.aef2.events.IServiceEventQualifier
-
Packages that use IServiceEventQualifier Package Description com._1c.g5.aef2.components com._1c.g5.aef2.events com._1c.g5.v8.dt.aef2.bm.events -
-
Uses of IServiceEventQualifier in com._1c.g5.aef2.components
Methods in com._1c.g5.aef2.components that return types with arguments of type IServiceEventQualifier Modifier and Type Method Description Collection<IServiceEventQualifier>
Component. getServiceEventQualifiers()
Collection<IServiceEventQualifier>
IComponent. getServiceEventQualifiers()
Returns the collection of service event qualifiers that event should be traversed to component from event tracker.Methods in com._1c.g5.aef2.components with parameters of type IServiceEventQualifier Modifier and Type Method Description protected void
Component. subscribeOnEvents(IServiceEventQualifier eventQualifier)
Subscribes on events which is covered by the given qualifier.protected void
Component. unsubscribeOnEvents(IServiceEventQualifier eventQualifier)
Unsubscribes on events which is covered by the given qualifier. -
Uses of IServiceEventQualifier in com._1c.g5.aef2.events
Classes in com._1c.g5.aef2.events that implement IServiceEventQualifier Modifier and Type Class Description class
ServiceEventQualifier
The base implementation ofIServiceEventQualifier
.Method parameters in com._1c.g5.aef2.events with type arguments of type IServiceEventQualifier Modifier and Type Method Description void
AbstractServiceConsumer. notifyServiceEventQualifierScopeChanged(Collection<IServiceEventQualifier> qualifiers)
void
IServiceConsumer. notifyServiceEventQualifierScopeChanged(Collection<IServiceEventQualifier> qualifiers)
Notifies the consumer that the scope of processing service events was changed. -
Uses of IServiceEventQualifier in com._1c.g5.v8.dt.aef2.bm.events
Classes in com._1c.g5.v8.dt.aef2.bm.events that implement IServiceEventQualifier Modifier and Type Class Description class
DerivedDataObjectStatusEventQualifier
Method parameters in com._1c.g5.v8.dt.aef2.bm.events with type arguments of type IServiceEventQualifier Modifier and Type Method Description void
DerivedDataObjectStatusConsumer. notifyServiceEventQualifierScopeChanged(Collection<IServiceEventQualifier> qualifiers)
-