This functionality is only available for certain module packages.

You are here: Reference > SCRIPTING > Methods of the class AbsoluteNameUtil > getObjectByAbsolutePath(String absolutePath, IUnitOfWork uow)

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