public IEntity getEntity(IProcessparent, StringentityName, Long id) throws AccessDeniedException,ExecutionException;
This method retrieves the specified instance of the specified business object.
getBinaryData method. The getEntity method also retrieves only single references of the object. To retrieve all references of the object, use getAllReferences method.
entityName | the name of the business object to retrieve |
id |
The retrieved instance of the business object or null if the instance was not found.