Add MESSAGE bpmn 2.0 functionality end points

This commit is contained in:
Freddy Daniel Rojas Valda
2014-12-08 17:15:40 -04:00
parent 16a4df0c74
commit 3692b2cc79
14 changed files with 3233 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
<?php
require_once 'classes/model/om/BaseMessage.php';
/**
* Skeleton subclass for representing a row from the 'MESSAGE' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
*/
class Message extends BaseMessage {
} // Message