This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-10-19 12:43:53 -04:00
parent 0e12d2369d
commit 519ce80895
6 changed files with 14 additions and 14 deletions

View File

@@ -1263,7 +1263,7 @@ class Cases extends Api
*
* @param string $tas_uid {@min 32}{@max 32}
*
* @return array
* @return void
* @throws RestException
*
* @access protected

View File

@@ -227,7 +227,7 @@ class Dashboard extends Api
*
* @param array $request_data
*
* @return id
* @return integer
* @throws RestException
*
* @access protected
@@ -292,7 +292,7 @@ class Dashboard extends Api
*
* @param array $request_data
*
* @return string
* @return object
* @throws RestException
*
* @access protected
@@ -398,7 +398,7 @@ class Dashboard extends Api
*
* @param array $request_data
*
* @return array
* @return integer
* @throws RestException
*
* @access protected

View File

@@ -19,10 +19,7 @@ class File extends Api
* @param array $request_data
*
* @return array
* @throws RestException
*
* @return array
* @throws RestException
* @throws RestException
*
* @access protected
* @class AccessControl {@permission PM_FACTORY}

View File

@@ -1137,7 +1137,7 @@ class Light extends Api
}
/**
* Starts a new case and assigns the logged-in user to work on the initial task
* Starts a new case and assign the logged-in user to work on the initial task
* in the case. Note that the logged-in user must be in the pool of assigned
* users of the initial task. Also note that the new case's status will be
* set to "DRAFT", not "TO_DO".
@@ -1470,7 +1470,7 @@ class Light extends Api
}
/**
* Assigns the user logged-in to an unassigned case.
* Assign the user logged-in to an unassigned case.
*
* @url POST /case/:app_uid/claim
*
@@ -1726,7 +1726,7 @@ class Light extends Api
*
* @param string $app_uid {@min 1}{@max 32}
*
* @return stdclass
* @return array
* @throws RestException
*
* @access protected
@@ -1935,6 +1935,9 @@ class Light extends Api
*
* @url POST /get-next-step/:app_uid
*
* @param string $app_uid
* @param array $request_data
*
* @return array
* @throws RestException
*

View File

@@ -34,7 +34,7 @@ class Trigger extends Api
}
/**
* Assigns a trigger to a step.
* Assign a trigger to a step.
*
* @url POST /:prj_uid/activity/:act_uid/step/:step_uid/trigger
* @status 201

View File

@@ -264,7 +264,7 @@ class ProcessSupervisors extends Api
}
/**
* Assigns a Dynaform to a Process Supervisor.
* Assign a Dynaform to a Process Supervisor.
*
* @url POST /:prjUid/process-supervisor/dynaform
* @status 201
@@ -294,7 +294,7 @@ class ProcessSupervisors extends Api
}
/**
* Assigns an input document to a Process Supervisor.
* Assign an input document to a Process Supervisor.
*
* @url POST /:prjUid/process-supervisor/input-document
* @status 201