HOR-3967
Fix CR obervations about documentation.
This commit is contained in:
@@ -246,6 +246,7 @@ class Dashboard extends Api
|
||||
*
|
||||
* @param array $request_data
|
||||
*
|
||||
* @return string
|
||||
* @throws RestException
|
||||
*
|
||||
* @access protected
|
||||
@@ -344,6 +345,7 @@ class Dashboard extends Api
|
||||
*
|
||||
* @param array $request_data
|
||||
*
|
||||
* @return string
|
||||
* @throws RestException
|
||||
*
|
||||
* @class AccessControl {@permission PM_DASHBOARD}
|
||||
@@ -425,6 +427,7 @@ class Dashboard extends Api
|
||||
*
|
||||
* @param array $request_data
|
||||
*
|
||||
* @return array
|
||||
* @throws RestException
|
||||
*
|
||||
* @access protected
|
||||
|
||||
@@ -1182,6 +1182,7 @@ class Light extends Api
|
||||
* @param int $del_index {@from body}
|
||||
* @param array $tasks {@from body}
|
||||
*
|
||||
* @return array
|
||||
* @throws RestException
|
||||
*
|
||||
* @access protected
|
||||
|
||||
@@ -145,6 +145,7 @@ class Pmtable extends Api
|
||||
* @param array $request_data
|
||||
*
|
||||
* @return void
|
||||
* @throw RestException
|
||||
*
|
||||
* @access protected
|
||||
* @class AccessControl {@permission PM_SETUP_PM_TABLES}
|
||||
|
||||
@@ -81,10 +81,10 @@ class Process extends Api
|
||||
/**
|
||||
* Update a process by UID.
|
||||
*
|
||||
* @param type $processUid
|
||||
* @param type $request_data
|
||||
* @param string $processUid
|
||||
* @param array $request_data
|
||||
*
|
||||
* @return type
|
||||
* @return array
|
||||
* @throws RestException
|
||||
*
|
||||
* @access protected
|
||||
|
||||
@@ -111,7 +111,7 @@ class Activity extends Api
|
||||
* @param ActivityPropertiesStructure $properties {@from body}
|
||||
* @param array $request_data
|
||||
*
|
||||
* @return array
|
||||
* @return void
|
||||
* @throws RestException
|
||||
*
|
||||
* @access protected
|
||||
@@ -228,6 +228,7 @@ class Activity extends Api
|
||||
* @param string $prj_uid {@min 32}{@max 32}
|
||||
* @param array $request_data
|
||||
*
|
||||
* @return \StdClass
|
||||
* @throws RestException
|
||||
*
|
||||
* @access protected
|
||||
|
||||
@@ -83,6 +83,7 @@ class CaseScheduler extends Api
|
||||
* @param string $schUid {@min 32} {@max 32}
|
||||
* @param CaseSchedulerStructure $request_data
|
||||
*
|
||||
* @return array
|
||||
* @throws RestException
|
||||
*
|
||||
* @access protected
|
||||
|
||||
@@ -88,6 +88,7 @@ class FilesManager extends Api
|
||||
* @param ProcessFilesManagerStructure $request_data
|
||||
* @param string $prf_uid {@min 32} {@max 32}
|
||||
*
|
||||
* @return array
|
||||
* @throws RestException
|
||||
*
|
||||
* @access protected
|
||||
|
||||
@@ -395,6 +395,7 @@ class ProcessSupervisors extends Api
|
||||
* @param string $pui_uid {@min 32} {@max 32}
|
||||
* @param int $pui_position
|
||||
*
|
||||
* @return array
|
||||
* @throws RestException
|
||||
*
|
||||
* @access protected
|
||||
|
||||
Reference in New Issue
Block a user