IEntityTemplate represents the instance of the business object before it has been added to the database. As such it does not have the unique ID and some other attributes assigned to the instance of the business object automatically by the system. The main usage of this interface is to set initial values of an instance when using the createEntityFromTemplate method in the IExecutionEngine interface.

The interface exposes getName, getAttributeValue, setAttributeValue, getReferences and setReferences methods. Their signatures and purpose is identical to the corresponding methods in the IEntity interface.

  • Last modified: 2023/04/05 07:48