|
const | NAME = "ajax_explorer" |
|
const | PERMISSION = "permission" |
|
const | REQUIRES_LOGIN = "requiresLogin" |
|
const | ENABLE_MENU = "ENABLE_MENU" |
|
const | LEVEL = "level" |
|
const | DEPENDENCIES = "dependencies" |
|
const | INIT_ORDER = "initOrder" |
|
const | MENU_LIST = "menuList" |
|
const | MENU_ORDER = "menuOrder" |
|
const | MENU_TARGET = "menuTarget" |
|
const | TITLE = "title" |
|
|
| $agentNames = AgentRef::AGENT_LIST |
|
| $container |
|
| $renderer |
|
| $microMenu |
|
|
| createFileListing ($tagId, ItemTreeBounds $itemTreeBounds, &$UniqueTagArray, $selectedAgentId, $groupId, $scanJobProxy) |
|
| updateTheFindingsAndDecisions ($agentIds, $isFlat, $groupId, &$editedMappedLicenses, $itemTreeBounds, $nameRange=array()) |
| Fetch the license findings and decisions. More...
|
|
Definition at line 46 of file AjaxExplorer.php.
Fossology\UI\Ajax\AjaxExplorer::createFileListing |
( |
|
$tagId, |
|
|
ItemTreeBounds |
$itemTreeBounds, |
|
|
& |
$UniqueTagArray, |
|
|
|
$selectedAgentId, |
|
|
|
$groupId, |
|
|
|
$scanJobProxy |
|
) |
| |
|
private |
- Parameters
-
| $tagId | |
ItemTreeBounds | $itemTreeBounds | |
| $UniqueTagArray | |
| $selectedAgentId | |
int | $groupId | |
ScanJobProxy | $scanJobProxy | |
- Returns
- array
change the license result when selecting one version of nomos
Definition at line 155 of file AjaxExplorer.php.
Fossology\UI\Ajax\AjaxExplorer::handle |
( |
Request |
$request | ) |
|
|
protected |
Fossology\UI\Ajax\AjaxExplorer::updateTheFindingsAndDecisions |
( |
|
$agentIds, |
|
|
|
$isFlat, |
|
|
|
$groupId, |
|
|
& |
$editedMappedLicenses, |
|
|
|
$itemTreeBounds, |
|
|
|
$nameRange = array() |
|
) |
| |
|
private |
Fetch the license findings and decisions.
- Parameters
-
| array | $agentIds | Map of agents run on the upload (with agent name as key and id as value) |
| boolean | $isFlat | Is the flat view required? |
| integer | $groupId | The user group |
[in,out] | array | $editedMappedLicenses | Map of decisions |
| ItemTreeBounds | $itemTreeBounds | The current item tree bound |
| array | $nameRange | The name range for current view |
- Returns
- array Array of license findings mapped as
[pfile_id][license_id][agent_name] = license_findings
***** File Listing ***********
Definition at line 434 of file AjaxExplorer.php.
UploadTreeProxy Fossology\UI\Ajax\AjaxExplorer::$alreadyClearedUploadTreeView |
|
private |
DB proxy view to hold upload tree entries for already cleared files
Definition at line 69 of file AjaxExplorer.php.
DB proxy view to hold upload tree entries for files with no license
Definition at line 72 of file AjaxExplorer.php.
The documentation for this class was generated from the following file: