Go to the source code of this file.
Classes | |
| class | eZApproveCollaborationHandler |
| Handles approval communication using the collaboration system. More... | |
Enumerations | |
| enum | EZ_COLLABORATION_APPROVE_STATUS_ACCEPTED |
The contentobject was approved and will be published. More... | |
| enum | EZ_COLLABORATION_APPROVE_STATUS_DEFERRED |
The contentobject was deferred and will be a draft again for reediting. More... | |
| enum | EZ_COLLABORATION_APPROVE_STATUS_DENIED |
The contentobject was denied and will be archived. More... | |
| enum | EZ_COLLABORATION_APPROVE_STATUS_WAITING |
Default status, no approval decision has been made. More... | |
| enum | EZ_COLLABORATION_MESSAGE_TYPE_APPROVE |
Approval message type. More... | |
Definition in file ezapprovecollaborationhandler.php.
The contentobject was approved and will be published.
Definition at line 64 of file ezapprovecollaborationhandler.php.
The contentobject was deferred and will be a draft again for reediting.
Definition at line 68 of file ezapprovecollaborationhandler.php.
The contentobject was denied and will be archived.
Definition at line 66 of file ezapprovecollaborationhandler.php.
Default status, no approval decision has been made.
Definition at line 62 of file ezapprovecollaborationhandler.php.
Approval message type.
Definition at line 59 of file ezapprovecollaborationhandler.php.
1.6.3