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:getbinarydata [2023/04/04 05:51] – ↷ Page moved from progref:0300_add_custom_processes:0315_iexecutionengine_interface:getbinarydata to pr_methods:getbinarydata seanpr_methods:getbinarydata [2023/05/03 04:19] (current) sean
Line 1: Line 1:
-{{tag>Programmers_Reference Methods IExecutionEngine_Interface IExecutionEngine_Interface_Methods getBinaryData}}+{{tag>Programmers_Reference Methods IExecutionEngine_Interface getBinaryData Index}}
 ====getBinaryData (IProcess, String, Long, String)==== ====getBinaryData (IProcess, String, Long, String)====
 <code java>public byte [] getBinaryData (IProcessparent,StringentityName, Long id, String attributeName) <code java>public byte [] getBinaryData (IProcessparent,StringentityName, Long id, String attributeName)
 throws AccessDeniedException, ExecutionException;</code> throws AccessDeniedException, ExecutionException;</code>
  
-This method retrieves the value of the specified binary attribute of the specified instance of the business object. Normally if an instance of a business object is retrieved using ''[[progref:0300_add_custom_processes:0315_iexecutionengine_interface:getentity|getEntity]]'' or ''[[progref:0300_add_custom_processes:0315_iexecutionengine_interface:getentities|getEntities]]'' methods the values of attributes of the Binary, Document or Picture types are not retrieved. The above method will retrieve the binary value of the specified attribute.+This method retrieves the value of the specified binary attribute of the specified instance of the business object. Normally if an instance of a business object is retrieved using ''[[pr_methods:getentity|getEntity]]'' or ''[[pr_methods:getentities|getEntities]]'' methods the values of attributes of the Binary, Document or Picture types are not retrieved. The above method will retrieve the binary value of the specified attribute.
  
 ===Parameters=== ===Parameters===
  • Last modified: 2023/04/04 05:51