Class AefBmModelUtils


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

      • AefBmModelUtils

        public AefBmModelUtils()
    • Method Detail

      • 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.