Commit Graph

6 Commits

Author SHA1 Message Date
erik
b4eb44a37b adding simple data structure 2013-12-06 00:05:58 -04:00
erik
2d622c8306 Adding Bound data to Project/Diagram/[activity,event,gateway] objects 2013-12-06 00:02:56 -04:00
erik
0b7062bbc5 Adding Bound data to Project/Diagram/[activity,event,gateway] objects 2013-12-06 00:01:29 -04:00
erik
a9746497bc adding 'GET /projects' endpoint 2013-12-05 23:01:02 -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