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:execute [2023/04/05 04:32] – ↷ Links adapted because of a move operation seanpr_methods:execute [2025/06/12 04:00] (current) – Change to AwareIM aware_support3
Line 1: Line 1:
-{{tag>Programmers_Reference Methods IExecutionEngine IExecutionEngine_Methods Execute}} +{{tag>Index Programmers_Reference Methods IProcess IProcess_Methods Execute}}
-[<10>]+
 ==== execute (IExecutionEngine, Object []) ==== ==== execute (IExecutionEngine, Object []) ====
  
Line 10: Line 9:
 === Parameters=== === Parameters===
  
-|''engine''| call back interface that allows the process to call services of //**Aware IM**//. See [[docs:3500:0300_add_custom_processes:0315_iexecutionengine_interface|IExecutionEngine]] interface.| +|''engine''| call back interface that allows the process to call services of //**AwareIM**//. See [[docs:3500:0300:0315|IExecutionEngine]] interface.| 
-|''parameters''| array of the process parameters. This array is null if process doesn’t have any input declared in the configuration. Otherwise the array has as many members as there are input business objects in the declaration of the process. Each member of the array is an instance of [[docs:3500:0300_add_custom_processes:0317_ientity_interface|IEntity]] interface.|+|''parameters''| array of the process parameters. This array is null if process doesn’t have any input declared in the configuration. Otherwise the array has as many members as there are input business objects in the declaration of the process. Each member of the array is an instance of [[docs:3500:0300:0317|IEntity]] interface.|
  
 ===Returns=== ===Returns===
Line 17: Line 16:
  
 ===Throws=== ===Throws===
-|''SuspendProcessException'' |if one of the methods of the [[docs:3500:0300_add_custom_processes:0315_iexecutionengine_interface|IExecutionEngine]] threw SuspendProcessException or if the process wants to commit the current transaction.|+|''SuspendProcessException'' |if one of the methods of the [[docs:3500:0300:0315|IExecutionEngine]] threw SuspendProcessException or if the process wants to commit the current transaction.|
 |''ExecutionException''| if something is wrong| |''ExecutionException''| if something is wrong|
 |''AccessDeniedException''| should not be thrown by the process component directly| |''AccessDeniedException''| should not be thrown by the process component directly|
  
-{{simplenavi>.}} 
  • Last modified: 2023/04/05 04:32