public IEntity [] getEntities(IProcessparent, EntityIdAndName [] entities) throws AccessDeniedException, ExecutionException;
This method retrieves the specified instances of the specified business objects.
getBinaryData
method. . The getEntities method also retrieves only single references of the object. To retrieve all references of the object, use getAllReferences
method.entities | the names and unique id’s of the business object instances to retrieve |
the retrieved instances of the business objects or null if the instances were not found.