This functionality is only available for certain module packages.

getObjectByAbsolutePath(String absolutePath, IUnitOfWork uow)

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