|
const | NAME = 'ui_fodecisionimporter' |
| Name of the plugin.
|
|
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" |
|
|
| $uploadDao |
|
| $folderDao |
|
| $userDao |
|
|
| $container |
|
| $renderer |
|
| $microMenu |
|
Decision importer agent's plugin to show menu and handle UI requests.
Definition at line 29 of file AgentDecisionImporterPlugin.php.
◆ getUpload()
Fossology\DecisionImporter\UI\AgentDecisionImporterPlugin::getUpload |
( |
int |
$uploadId, |
|
|
int |
$groupId |
|
) |
| |
|
protected |
Get an upload from ID if accessible.
- Parameters
-
int | $uploadId | Upload to get |
int | $groupId | Group to get upload from |
- Returns
- Upload Upload if accessible
- Exceptions
-
Exception | If upload not accessible or not found. |
Definition at line 204 of file AgentDecisionImporterPlugin.php.
◆ showUiToChoose()
Fossology\DecisionImporter\UI\AgentDecisionImporterPlugin::showUiToChoose |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: