AssociateController.php
validate()
Definition: AssociateController.php:62
doExecute($method=null)
Definition: AssociateController.php:105
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
AssociateController is used to (dis-)associates Node instances, e.g.
Definition: AssociateController.php:57
Controller is the base class of all controllers.
Definition: Controller.php:49