This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| pr_methods:getentities [2023/04/04 05:51] – ↷ Page moved from progref:0300_add_custom_processes:0315_iexecutionengine_interface:getentities to pr_methods:getentities sean | pr_methods:getentities [2023/05/03 04:23] (current) – sean |
|---|
| {{tag>Programmers_Reference Methods IExecutionEngine_Interface IExecutionEngine_Interface_Methods getEntities}} | {{tag>Programmers_Reference Methods IExecutionEngine_Interface getEntities Index}} |
| ====getEntities (IProcess, EntityIdAndName [])==== | ====getEntities (IProcess, EntityIdAndName [])==== |
| <code java>public IEntity [] getEntities(IProcessparent, EntityIdAndName [] entities) | <code java>public IEntity [] getEntities(IProcessparent, EntityIdAndName [] entities) |
| This method retrieves the specified instances of the specified business objects. | This method retrieves the specified instances of the specified business objects. |
| |
| <callout type="primary" title="note" icon="true">any large binary attributes (of the Binary, Document and Picture types) are not retrieved by this method – the value of the corresponding attributes will be null. To retrieve the values of binary attributes use the ''[[progref:0300_add_custom_processes:0315_iexecutionengine_interface:getbinarydata|getBinaryData]]'' method. . The getEntities method also retrieves only single references of the object. To retrieve all references of the object, use ''[[progref:0300_add_custom_processes:0315_iexecutionengine_interface:getallreferences|getAllReferences]]'' method.</callout> | <callout type="primary" title="note" icon="true">any large binary attributes (of the Binary, Document and Picture types) are not retrieved by this method – the value of the corresponding attributes will be null. To retrieve the values of binary attributes use the ''[[pr_methods:getbinarydata|getBinaryData]]'' method. . The getEntities method also retrieves only single references of the object. To retrieve all references of the object, use ''[[pr_methods:getallreferences|getAllReferences]]'' method.</callout> |
| |
| ===Parameters=== | ===Parameters=== |