FOSSology  4.4.0
Open Source License Compliance by Open Source Software
Fossology\UI\Ajax\AjaxFileBrowser Class Reference
Inheritance diagram for Fossology\UI\Ajax\AjaxFileBrowser:
Inheritance graph
Collaboration diagram for Fossology\UI\Ajax\AjaxFileBrowser:
Collaboration graph

Public Attributes

const NAME = "ajax_file_browser"
 
- Public Attributes inherited from Fossology\Lib\Plugin\DefaultPlugin
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"
 

Protected Member Functions

 handle (Request $request)
 
- Protected Member Functions inherited from Fossology\Lib\Plugin\DefaultPlugin
 RegisterMenus ()
 Customize submenus.
 
 render ($templateName, $vars=null, $headers=null)
 
 getDefaultHeaders ()
 
 getDefaultVars ()
 
 mergeWithDefault ($vars)
 
 flushContent ($content)
 

Protected Attributes

 $agentNames = AgentRef::AGENT_LIST
 
- Protected Attributes inherited from Fossology\Lib\Plugin\DefaultPlugin
 $container
 
 $renderer
 
 $microMenu
 

Private Member Functions

 createFileListing ($tagId, ItemTreeBounds $itemTreeBounds, &$UniqueTagArray, $selectedAgentId, $groupId, $scanJobProxy)
 
 createFileDataRow ($child, $uploadId, $selectedAgentId, $pfileLicenses, $groupId, $uri, &$UniqueTagArray, $isFlat, $latestSuccessfulAgentIds)
 

Private Attributes

 $uploadtree_tablename = ""
 
 $uploadDao
 
 $licenseDao
 
 $agentDao
 
 $licenseProjector
 

Additional Inherited Members

- Public Member Functions inherited from Fossology\Lib\Plugin\DefaultPlugin
 __construct ($name, $parameters=array())
 
 getName ()
 
 getVersion ()
 
 getTitle ()
 
 isRequiresLogin ()
 
 getDependency ()
 
 getPluginLevel ()
 
 getDBaccess ()
 
 getState ()
 
 getInitOrder ()
 
 getNoMenu ()
 
 getResponse ()
 
 getObject ($name)
 
 preInstall ()
 
 postInstall ()
 
 unInstall ()
 
 execute ()
 
 isLoggedIn ()
 
 __get ($name)
 
 __toString ()
 

Detailed Description

Definition at line 30 of file AjaxFileBrowser.php.

Member Function Documentation

◆ createFileDataRow()

Fossology\UI\Ajax\AjaxFileBrowser::createFileDataRow (   $child,
  $uploadId,
  $selectedAgentId,
  $pfileLicenses,
  $groupId,
  $uri,
$UniqueTagArray,
  $isFlat,
  $latestSuccessfulAgentIds 
)
private
Parameters
array$child
int$uploadId
int$selectedAgentId
array$pfileLicenses
int$groupId
string$uri
array$UniqueTagArray
boolean$isFlat
int[]$latestSuccessfulAgentIds
Returns
array

Definition at line 211 of file AjaxFileBrowser.php.

◆ createFileListing()

Fossology\UI\Ajax\AjaxFileBrowser::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 108 of file AjaxFileBrowser.php.

◆ handle()

Fossology\UI\Ajax\AjaxFileBrowser::handle ( Request  $request)
protected
Parameters
Request$request
Returns
Response

Reimplemented from Fossology\Lib\Plugin\DefaultPlugin.

Definition at line 64 of file AjaxFileBrowser.php.


The documentation for this class was generated from the following file: