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 void
IDerivedDataObjectStatusListener. statusChanged(long bmObjectId, DerivedDataObjectStatus status)
Deprecated.Since 2020.7.default void
IDerivedDataObjectStatusListener. 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 DerivedDataObjectStatus
DerivedDataObjectStatusEvent. 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 DerivedDataObjectStatusEvent
DerivedDataObjectStatusConsumer. convertToAefEvent(DerivedDataObjectStatus externalEvent)
void
DerivedDataObjectStatusConsumer. 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.
-