Uses of Class
com._1c.g5.v8.derived.DerivedDataObjectStatus
-
Packages that use DerivedDataObjectStatus Package Description com._1c.g5.v8.derived com._1c.g5.v8.dt.aef2.bm.events -
-
Uses of DerivedDataObjectStatus in com._1c.g5.v8.derived
Methods in com._1c.g5.v8.derived with parameters of type DerivedDataObjectStatus Modifier and Type Method Description default voidIDerivedDataObjectStatusListener. statusChanged(long bmObjectId, DerivedDataObjectStatus status)Deprecated.Since 2020.7.default voidIDerivedDataObjectStatusListener. statusChanged(Object objectId, DerivedDataObjectStatus status)Notifies the listener that the DD status is being changed for the tracked object. -
Uses of DerivedDataObjectStatus in com._1c.g5.v8.dt.aef2.bm.events
Methods in com._1c.g5.v8.dt.aef2.bm.events that return DerivedDataObjectStatus Modifier and Type Method Description DerivedDataObjectStatusDerivedDataObjectStatusEvent. getStatus()Returns the status.Methods in com._1c.g5.v8.dt.aef2.bm.events with parameters of type DerivedDataObjectStatus Modifier and Type Method Description protected DerivedDataObjectStatusEventDerivedDataObjectStatusConsumer. convertToAefEvent(DerivedDataObjectStatus externalEvent)voidDerivedDataObjectStatusConsumer. statusChanged(long bmObjectId, DerivedDataObjectStatus status)Constructors in com._1c.g5.v8.dt.aef2.bm.events with parameters of type DerivedDataObjectStatus Constructor Description DerivedDataObjectStatusEvent(DerivedDataObjectStatus status)Creates a new event.
-