Commit Graph

17 Commits

Author SHA1 Message Date
Brayan Osmar Pereyra Suxo
dd79619bf9 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-04-24 08:37:23 -04:00
Brayan Osmar Pereyra Suxo
0c1b64ff23 Adicion de ARTIFACTS en PROJECTS 2014-04-24 08:36:24 -04:00
Erik Amaru Ortiz
a3ca8f33ed Merged in darojas/processmaker (pull request #409)
Cambio de nombre a la funcion postProjectWsUserCanStartTask, Ajustes en validaciones de Cases Output documents, Fix checkstyle warnings, Arreglo en input documents
2014-04-22 22:22:17 -04:00
Victor Saisa Lopez
6feb095227 ProcessMaker-BE "Web Entry, adapt for save data in database (endpoints)"
- Se han implementado los siguientes Endpoints:
    GET    /api/1.0/{workspace}/project/{prj_uid}/web-entries
    GET    /api/1.0/{workspace}/project/{prj_uid}/web-entry/{we_uid}
    POST   /api/1.0/{workspace}/project/{prj_uid}/web-entry
    PUT    /api/1.0/{workspace}/project/{prj_uid}/web-entry/{we_uid}
    DELETE /api/1.0/{workspace}/project/{prj_uid}/web-entry/{we_uid}
2014-04-22 13:11:32 -04:00
Daniel Rojas
6f21d60b97 Fix checkstyle warnings 2014-04-22 11:11:03 -04:00
Daniel Rojas
1e5b7fdc8c Cambio de nombre a la funcion postProjectWsUserCanStartTask 2014-04-21 17:03:04 -04:00
Daniel Rojas
95d5062ad3 Se ajusta Cases Actions para Route Case 2014-04-16 16:13:54 -04:00
Daniel Rojas
53fd62bce7 Se agregan validaciones en Output Document 2014-04-16 16:11:20 -04:00
Victor Saisa Lopez
c094b15cf6 ProcessMaker-BE "Category Fixes"
- Se ha descomentado de la seccion "project" la linea "category"
- Se ha eliminado las secciones "category" y "categories" en el archivo "api.ini"
- Se ha modificado las URLs en el archivo ".../Services/Api/ProcessCategory.php" para que trabajen de manera normal
2014-04-11 12:04:59 -04:00
Brayan Osmar Pereyra Suxo
d0a1b4859c Arreglo de datos GET en MULTIPART 2014-04-09 10:52:53 -04:00
Brayan Osmar Pereyra Suxo
10f2a423d1 Adicion de puntos faltantes en DEP_UID 2014-04-07 10:54:23 -04:00
Erik Amaru Ortiz
9787a0157b Temporarily disabled category api alias 2014-04-04 10:31:21 -04:00
Erik Amaru Ortiz
8b823af4ae Refactoring of classes that where in workflow/engine/src , now all of them have a unique parent namespace \ProcessMaker 2014-04-02 17:02:02 -04:00
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