Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > objectsToBeDeleted

objectsToBeDeleted

Type: ObjectArray

The objectsToBeDeleted property of the JadeRestService class is an array for transient objects used in a REST method. After the method returns, the array is purged. You should add transient objects to this array in your logic.

If the object returned by the called REST method is transient, it is automatically deleted even if it is not included in this array.