Erik Amaru Ortiz
2b7b59aaf4
Endpoint: POST /project is ready
2013-12-17 11:14:36 -04:00
Erik Amaru Ortiz
71694a557e
BPMN->Workflow transformation layer (1st commit)
2013-12-10 20:36:51 -04:00
Erik Amaru Ortiz
dbed38c0a7
adding pm workflow process creation while a bpmn project is created
2013-12-09 10:42:01 -04:00
erik
0f73494c46
litle changes for /project endpoint
2013-12-08 23:30:20 -04:00
Erik Amaru Ortiz
7d95c6a056
litle fix tu support endpoint: GET /projects
2013-12-06 12:12:11 -04:00
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