Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:getentity [2023/04/04 05:51] – ↷ Page moved from progref:0300_add_custom_processes:0315_iexecutionengine_interface:getentity to pr_methods:getentity seanpr_methods:getentity [2023/05/03 04:23] (current) sean
Line 1: Line 1:
-{{tag>Programmers_Reference Methods IExecutionEngine_Interface IExecutionEngine_Interface_Methods getEntity}}+{{tag>Programmers_Reference Methods IExecutionEngine_Interface getEntity Index}}
 ====getEntity (IProcess, String, Long)==== ====getEntity (IProcess, String, Long)====
 <code java>public IEntity getEntity(IProcessparent, StringentityName, Long id) <code java>public IEntity getEntity(IProcessparent, StringentityName, Long id)
Line 5: Line 5:
  
 This method retrieves the specified instance of the specified business object.  This method retrieves the specified instance of the specified business object. 
-<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 the binary attributes use the ''[[progref:0300_add_custom_processes:0315_iexecutionengine_interface:getbinarydata|getBinaryData]]'' method. The ''getEntity'' 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 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 the binary attributes use the ''[[pr_methods:getbinarydata|getBinaryData]]'' method. The ''getEntity'' method also retrieves only single references of the object. To retrieve all references of the object, use ''[[pr_methods:getallreferences|getAllReferences]]'' method.
 </callout> </callout>
 ===Parameters=== ===Parameters===
  • Last modified: 2023/04/04 05:51