public void updateEntity (IProcessparent, IEntity entity, String [] changedAttributes, Object [] oldValues, ChangedReference [] changedRefs)
throws ServerTimeOutException, AccessDeniedException, ExecutionException;

This method updates the instance of the business object in the database. If there are any rules associated with the business object they are executed.

Parameters

entityan instance of the business object to write to the database
changedAttributesan array of the attribute names of the business object that have been changed (null if unknown).
oldValuesan array of the old values of the changed attributes (null if unknown). Must be of the same size as the changedAttributes parameter
changedRefsshould be null
  • Last modified: 2023/05/03 04:53