Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • through JSON configuration (by specifying a plugin name (pluginname) and a class name (classname))

    • updateOrModifyTrigger for legacy services

    • createOrUpdateTrigger for RESTful services

  • or, by contribution, through the extension com.noheto.restapiDamContributionAdapterrestapi.DamContributionAdapter (implements com.noheto.restapi.IDamContribution) for createOrUpdateTrigger

Sécurité

...

  • (it doesn't work for legacy services)

Locks

Modification APIs manage mutual exclusion locks to ensure that two simultaneous modification requests on the same object instance (even if it's the same surfer) don't run at the same time, but successively. Once this lock has been obtained, a conventional lock (object engine lock) is set on the object instance to prevent simultaneous object modifications by two different users.

...