FOSSology  4.4.0
Open Source License Compliance by Open Source Software
Fossology\DecisionExporter\UI\FoDecisionExporter Class Reference

FOSSology Decision Exporter UI plugin. More...

Inheritance diagram for Fossology\DecisionExporter\UI\FoDecisionExporter:
Inheritance graph
Collaboration diagram for Fossology\DecisionExporter\UI\FoDecisionExporter:
Collaboration graph

Public Member Functions

 preInstall ()
 
 scheduleAgent ($groupId, $upload)
 
- 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)
 
 postInstall ()
 
 unInstall ()
 
 execute ()
 
 isLoggedIn ()
 
 __get ($name)
 
 __toString ()
 

Public Attributes

const NAME = 'agent_fodecisionexporter'
 Plugin mod name.
 
- 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)
 

Additional Inherited Members

- Protected Attributes inherited from Fossology\Lib\Plugin\DefaultPlugin
 $container
 
 $renderer
 
 $microMenu
 

Detailed Description

FOSSology Decision Exporter UI plugin.

Definition at line 28 of file FoDecisionExporter.php.

Member Function Documentation

◆ handle()

Fossology\DecisionExporter\UI\FoDecisionExporter::handle ( Request  $request)
protected

Parameters
Request$request
Returns
Response
See also
Fossology::Lib::Plugin::DefaultPlugin::handle()

Reimplemented from Fossology\Lib\Plugin\DefaultPlugin.

Definition at line 45 of file FoDecisionExporter.php.

◆ preInstall()

Fossology\DecisionExporter\UI\FoDecisionExporter::preInstall ( )

See also
Fossology::Lib::Plugin::DefaultPlugin::preInstall()

Reimplemented from Fossology\Lib\Plugin\DefaultPlugin.

Definition at line 103 of file FoDecisionExporter.php.

◆ scheduleAgent()

Fossology\DecisionExporter\UI\FoDecisionExporter::scheduleAgent (   $groupId,
  $upload 
)

Schedules Decision Exporter agent to Decision Exporter Decisions

Parameters
int$groupId
Upload$upload
Returns
array Job id, Job queue id and error

Definition at line 116 of file FoDecisionExporter.php.


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