Commit():Void

Performs the publication of the ChangeSet.

By means of this method, all changes that have been carried out in the ChangeSet are irrevocably published into the Productive Environment.

In onion.net, changes may only be carried out in a ChangeSet which do not lead to any conflict during the publication. Since the method is always carried out successfully, the method does not supply any information about the status of the publication.

Actions carried out at the time of publication:

  • Executing the changes to the data objects in the Productive Environment
  • Setting the new version in the data objects which have been changed in terms of content
  • Setting the last editor and the date of publication as the date of the last change
  • Generating structural version information for the publication of the ChangeSet in the data objects
  • Archiving of the ChangeSet
  • Removing of the permissions from the groups.
Return type: System.Void