Identifies an object with the help of the absolute path and the UnitOfWork. If one of the arguments is null, an exception is thrown.
| getObjectByAbsolutePath(String absolutePath, IUnitOfWork uow) | |||
|---|---|---|---|
| Argument | String | absolutePath | Absolute path to object |
| IUnitOfWork | uow | UnitOfWork | |
| Return value | Object | The given object | |
| null | the given object could not be determined | ||
| Exception | one of the arguments was null | ||
import com.mind8.mechatronic.skill.AbsoluteNameUtil;
arg0 = AbsoluteNameUtil.getObjectByAbsolutePath("_DerProjektName_",self.getUnitOfWork());
