public IEntity getEntity(IProcessparent, StringentityName, Long id)
throws AccessDeniedException,ExecutionException;

This method retrieves the specified instance of the specified business object.

Parameters

entityNamethe name of the business object to retrieve
id

Returns

The retrieved instance of the business object or null if the instance was not found.