Package com._1c.g5.v8.dt.aef2.bm.models
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 Summary
Constructors Constructor Description AefBmModelUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
adaptBmTaskValueToApply(T valueToApply)
Adapts the givenvalueToApply
object to BM task in AEF 2.0 models.
-
-
-
Method Detail
-
adaptBmTaskValueToApply
public static <T> T adaptBmTaskValueToApply(T valueToApply)
Adapts the givenvalueToApply
object to BM task in AEF 2.0 models.
If the given object is an instance ofIBmObject
and the engine of the object isnull
, 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.
-
-