|
const | OPT_SKIP_THESE = 'skipThese' |
|
const | OPT_ITEM_FILTER = 'ut.filter' |
|
const | OPT_GROUP_ID = 'groupId' |
|
const | OPT_REALPARENT = 'realParent' |
|
const | OPT_RANGE = 'lft,rgt' |
|
const | OPT_EXT = 'ext' |
|
const | OPT_HEAD = 'head' |
|
const | OPT_AGENT_SET = 'agentArray' |
|
const | OPT_SCAN_REF = 'scanRef' |
|
const | OPT_CONCLUDE_REF = 'conRef' |
|
const | OPT_SKIP_ALREADY_CLEARED = 'alreadyCleared' |
|
|
| addConFilter ($options) |
|
| addScanFilter ($options) |
|
| subqueryLicenseFileMatchWhere ($options) |
|
| subqueryConcludeRefMatches ($itemTable, $options) |
|
| addParamAndGetExpr ($key, $value) |
|
|
static | getDefaultUploadTreeView ($uploadId, $uploadTreeTableName, $additionalCondition='') |
|
static | getUploadTreeView ($uploadId, $options, $uploadTreeTableName, $applyGlobal=false) |
|
static | getAgentFilter ($options, $uploadId=0) |
|
|
| $uploadTreeTableName |
|
| $uploadId |
|
| $params = array() |
|
|
| $dbViewName |
|
| $dbViewQuery |
|
| $materialized = false |
|
Definition at line 18 of file UploadTreeProxy.php.
◆ __construct()
Fossology\Lib\Proxy\UploadTreeProxy::__construct |
( |
|
$uploadId, |
|
|
|
$options, |
|
|
|
$uploadTreeTableName, |
|
|
|
$uploadTreeViewName = null |
|
) |
| |
- Parameters
-
int | $uploadId | |
array | $options | (OPT_* supported) |
string | $uploadTreeTableName | |
Definition at line 44 of file UploadTreeProxy.php.
◆ count()
Fossology\Lib\Proxy\UploadTreeProxy::count |
( |
| ) |
|
◆ countMaskedNonArtifactChildren()
Fossology\Lib\Proxy\UploadTreeProxy::countMaskedNonArtifactChildren |
( |
|
$parent | ) |
|
◆ createUploadTreeViewQuery()
Fossology\Lib\Proxy\UploadTreeProxy::createUploadTreeViewQuery |
( |
|
$options, |
|
|
|
$uploadTreeTableName |
|
) |
| |
- Parameters
-
array | $options | |
string | $uploadTreeTableName | |
- Returns
- string
Definition at line 66 of file UploadTreeProxy.php.
◆ getDefaultUploadTreeView()
static Fossology\Lib\Proxy\UploadTreeProxy::getDefaultUploadTreeView |
( |
|
$uploadId, |
|
|
|
$uploadTreeTableName, |
|
|
|
$additionalCondition = '' |
|
) |
| |
|
staticprivate |
- Parameters
-
int | $uploadId | |
string | $uploadTreeTableName | |
string | $additionalCondition | |
- Returns
- string
Definition at line 217 of file UploadTreeProxy.php.
◆ getNonArtifactDescendants()
Fossology\Lib\Proxy\UploadTreeProxy::getNonArtifactDescendants |
( |
ItemTreeBounds |
$itemTreeBounds | ) |
|
◆ getUploadTreeTableName()
Fossology\Lib\Proxy\UploadTreeProxy::getUploadTreeTableName |
( |
| ) |
|
◆ getUploadTreeView()
static Fossology\Lib\Proxy\UploadTreeProxy::getUploadTreeView |
( |
|
$uploadId, |
|
|
|
$options, |
|
|
|
$uploadTreeTableName, |
|
|
|
$applyGlobal = false |
|
) |
| |
|
staticprivate |
- Parameters
-
| $uploadId | |
| $options | |
| $uploadTreeTableName | |
bool | $applyGlobal | |
- Returns
- string
Definition at line 236 of file UploadTreeProxy.php.
The documentation for this class was generated from the following file: