Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| pr_methods:createentityfromtemplate [2023/04/04 05:51] – removed - external edit (Unknown date) 127.0.0.1 | pr_methods:createentityfromtemplate [2023/05/08 06:49] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | ====createEntityFromTemplate (IProcess, IEntityTemplate, | ||
| + | <code java> | ||
| + | throws ServerTimeOutException, | ||
| + | |||
| + | This method creates the new instance of the specified business object from the specified template, which can be pre-initialized with some values. If there are any rules associated with the business object they are executed. | ||
| + | ===Parameters=== | ||
| + | |||
| + | |'' | ||
| + | |'' | ||
| + | ===Returns=== | ||
| + | The created instance of the business object. The attributes are initialized with the values supplied in the provided template and set by the initialization rules (if any). The initialization rules will overwrite any values set in the original template. | ||