DeleteController.php
doExecute($method=null)
Definition: DeleteController.php:55
PessimisticLockException signals an exception when trying to create an pessimistic lock.
Definition: PessimisticLockException.php:21
ObjectId is the unique identifier of an object.
Definition: ObjectId.php:28
BuildDepth values are used to define the depth when loading object trees.
Definition: BuildDepth.php:19
requireTransaction()
Start or join a transaction that will be committed at the end of execution.
Definition: Controller.php:334
ApplicationError is used to signal errors that occur while processing a request.
Definition: ApplicationError.php:41
static parse($oid)
Parse a serialized object id string into an ObjectId instance.
Definition: ObjectId.php:135
static get($code, $data=null)
Factory method for retrieving a predefined error instance.
Definition: ApplicationError.php:144
ApplicationException signals a general application exception.
Definition: ApplicationException.php:22
Controller is the base class of all controllers.
Definition: Controller.php:49
DeleteController is used to delete Node instances.
Definition: DeleteController.php:39
checkLanguageParameter()
Checks the language request parameter and adds an response error, if it is not contained in the Local...
Definition: Controller.php:381