Namespace BEdita\Core\Model\Action
Classes summary
AddAssociatedAction | Command to add links between entities. |
AddRelatedObjectsAction | Command to add relations between objects. |
BaseAction | Base class for actions. |
ChangeCredentialsAction | Command to change user access credentials (password) |
DeleteEntityAction | Command to delete an entity. |
DeleteObjectAction | Command to delete an object. |
GetEntityAction | Command to get an entity. |
GetObjectAction | Command to get an object. |
ListEntitiesAction | Command to list entities. |
ListObjectsAction | Command to save an entity. |
ListRelatedFoldersAction | Command to list associated objects for folders. |
RemoveAssociatedAction | Command to remove links between entities. |
RemoveRelatedObjectsAction | Command to remove links between related objects or objects and associated entities. |
SaveEntityAction | Command to save an entity. |
SetAssociatedAction | Command to replace all entities associated to another entity. |
SetRelatedObjectsAction | Command to replace all objects related to another object. |
UpdateAssociatedAction | Abstract class for updating associations between entities. |