|
|
| __construct ($groupId, $userPerm, DbManager $dbManager, $doSanity=true) |
| |
|
| sanity () |
| |
|
| updateTable ($columnName, $uploadId, $value) |
| |
|
| setStatusAndComment ($uploadId, $statusId, $commentText) |
| |
|
| moveUploadToInfinity ($uploadId, $top) |
| |
|
| moveUploadBeyond ($moveUpload, $beyondUpload) |
| |
| | getFolderPartialQuery (& $params) |
| |
| | getStatus ($uploadId) |
| |
|
|
const | PRIO_COLUMN = 'priority' |
| |
|
|
| changeStatus ($uploadId, $newStatus) |
| |
|
|
| $groupId |
| |
|
| $userPerm |
| |
|
| $dbManager |
| |
Definition at line 15 of file UploadBrowseProxy.php.
◆ getFolderPartialQuery()
| Fossology\Lib\Proxy\UploadBrowseProxy::getFolderPartialQuery |
( |
& |
$params | ) |
|
- Parameters
-
- Returns
- string $partQuery where "select * from $partquery" is query to select all uploads in forderId = $params[0]
Definition at line 165 of file UploadBrowseProxy.php.
◆ getStatus()
| Fossology\Lib\Proxy\UploadBrowseProxy::getStatus |
( |
|
$uploadId | ) |
|
◆ setAssigneeEvent()
| Fossology\Lib\Proxy\UploadBrowseProxy::setAssigneeEvent |
( |
|
$uploadId | ) |
|
|
private |
Add assignee event if not already present for the upload
- Parameters
-
- Returns
- void
Definition at line 92 of file UploadBrowseProxy.php.
◆ setCloseEvent()
| Fossology\Lib\Proxy\UploadBrowseProxy::setCloseEvent |
( |
|
$uploadId | ) |
|
|
private |
Add close event if not already present for the upload
- Parameters
-
- Returns
- void
Definition at line 112 of file UploadBrowseProxy.php.
The documentation for this class was generated from the following file: