...
through JSON configuration (by specifying a plugin name (
pluginname
) and a class name (classname
))updateOrModifyTrigger
for legacy servicescreateOrUpdateTrigger
for RESTful services
or, by contribution, through the extension
com.noheto.restapiDamContributionAdapterrestapi.DamContributionAdapter
(implementscom.noheto.restapi.IDamContribution
) forcreateOrUpdateTrigger
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.
...