Class AefBmModelUtils

java.lang.Object
com._1c.g5.v8.dt.aef2.bm.models.AefBmModelUtils

public final class AefBmModelUtils extends Object
The AEF 2.0 BM model utilities class.
  • Constructor Details

    • AefBmModelUtils

      public AefBmModelUtils()
  • Method Details

    • adaptBmTaskValueToApply

      public static <T> T adaptBmTaskValueToApply(T valueToApply)
      Adapts the given valueToApply object to BM task in AEF 2.0 models.
      If the given object is an instance of IBmObject and the engine of the object is null, i.e. the object is transient, then it returns the copy of the object. In other cases it returns the given object itself.
      Parameters:
      valueToApply - the object that applies in BM task in AEF model.