bpm.scriptUtil

The bpm.scriptUtil provides methods to copy business objects.

Methods

The bpm.scriptUtil performs a "deep" copy, which means that it copies all the objects contained by the Business Object being copied, as well as the Business Object itself.

Method Comments
copy(Object) Copies a business object. For example: account.address = bpm.scriptUtil.copy(customer.address);
copyAll(Object[]) Copies all the business objects in an array.