Commit Graph

4 Commits

Author SHA1 Message Date
Erik Amaru Ortiz
4d59bc2d5a Refactoring of classes that where in workflow/engine/src , now all of them have a unique parent namespace \ProcessMaker 2014-04-02 16:51:28 -04:00
Erik Amaru Ortiz
9fbf9e6e49 Changes for Code Style validation 2014-01-27 17:36:20 -04:00
Erik Amaru Ortiz
0c7ca6ba97 Adding Project API Class, and anothers classes to handle bpmn layer model 2013-12-05 20:41:21 -04:00
Erik Amaru Ortiz
b25efdd866 Adding Rest Api Service Support
Rest Service on plugins
-----------------------

1. enable service

add the following line in plugin __constructor main class
$this->enableRestService(true);

2. Create the sources directory structure by example:
if you plugin is named myPlugin

myPlugin
    |--src
        |--Services
             |--Api
                 |--MyPlugin
                      |--Test.php

Where Test.php is a Restler class
2013-12-03 17:10:18 -04:00