|
| updatePfileIds (array &$pfileList) |
|
| updateUploadTreeIds (array &$uploadTreeList, array $pfileList, DecisionImporterAgent &$agentObj) |
|
| updateClearingDecision (array &$clearingDecisionList, array $uploadTreeList, array $pfileList) |
|
| updateCxList (array &$cxList, array $pfileList) |
|
| updateDecisionList (array &$decisionList, array $pfileList) |
|
| updateEventList (array &$eventList, array $uploadtreeList) |
|
| updateLicenses (array &$licenseList) |
|
| updateClearingEvent (array &$clearingEventList, array $uploadTreeList, array $licenseList) |
|
| updateLicenseSetBulk (array &$licenseSetBulkList, array $licenseList) |
|
| updateMainLicenseList (array &$mainLicenseList, array $licenseList) |
|
Take the report JSON and translate old IDs to IDs from current Database.
Definition at line 26 of file DecisionImporterIdFetcher.php.
◆ __construct()
◆ getOrCreateIds()
◆ setGroupId()
Fossology\DecisionImporter\DecisionImporterIdFetcher::setGroupId |
( |
int |
$groupId | ) |
|
◆ setUploadId()
Fossology\DecisionImporter\DecisionImporterIdFetcher::setUploadId |
( |
int |
$uploadId | ) |
|
◆ setUserId()
Fossology\DecisionImporter\DecisionImporterIdFetcher::setUserId |
( |
int |
$userId | ) |
|
◆ updateClearingDecision()
Fossology\DecisionImporter\DecisionImporterIdFetcher::updateClearingDecision |
( |
array & |
$clearingDecisionList, |
|
|
array |
$uploadTreeList, |
|
|
array |
$pfileList |
|
) |
| |
|
private |
Update pfile id and utree id for clearing decisions.
- Parameters
-
array | $clearingDecisionList | |
array | $uploadTreeList | |
array | $pfileList | |
Definition at line 246 of file DecisionImporterIdFetcher.php.
◆ updateClearingEvent()
Fossology\DecisionImporter\DecisionImporterIdFetcher::updateClearingEvent |
( |
array & |
$clearingEventList, |
|
|
array |
$uploadTreeList, |
|
|
array |
$licenseList |
|
) |
| |
|
private |
Update pfile id and license id for clearing events.
- Parameters
-
array | $clearingEventList | |
array | $uploadTreeList | |
array | $licenseList | |
Definition at line 337 of file DecisionImporterIdFetcher.php.
◆ updateCxList()
Fossology\DecisionImporter\DecisionImporterIdFetcher::updateCxList |
( |
array & |
$cxList, |
|
|
array |
$pfileList |
|
) |
| |
|
private |
◆ updateDecisionList()
Fossology\DecisionImporter\DecisionImporterIdFetcher::updateDecisionList |
( |
array & |
$decisionList, |
|
|
array |
$pfileList |
|
) |
| |
|
private |
Update pfile id for decisions in copyright and sibling agents.
- Parameters
-
array | $decisionList | |
array | $pfileList | |
Definition at line 274 of file DecisionImporterIdFetcher.php.
◆ updateEventList()
Fossology\DecisionImporter\DecisionImporterIdFetcher::updateEventList |
( |
array & |
$eventList, |
|
|
array |
$uploadtreeList |
|
) |
| |
|
private |
Update utree id for events in copyright and sibling agents.
- Parameters
-
array | $eventList | |
array | $uploadtreeList | |
Definition at line 287 of file DecisionImporterIdFetcher.php.
◆ updateLicenses()
Fossology\DecisionImporter\DecisionImporterIdFetcher::updateLicenses |
( |
array & |
$licenseList | ) |
|
|
private |
◆ updateLicenseSetBulk()
Fossology\DecisionImporter\DecisionImporterIdFetcher::updateLicenseSetBulk |
( |
array & |
$licenseSetBulkList, |
|
|
array |
$licenseList |
|
) |
| |
|
private |
◆ updateMainLicenseList()
Fossology\DecisionImporter\DecisionImporterIdFetcher::updateMainLicenseList |
( |
array & |
$mainLicenseList, |
|
|
array |
$licenseList |
|
) |
| |
|
private |
◆ updatePfileIds()
Fossology\DecisionImporter\DecisionImporterIdFetcher::updatePfileIds |
( |
array & |
$pfileList | ) |
|
|
private |
◆ updateUploadTreeIds()
Fossology\DecisionImporter\DecisionImporterIdFetcher::updateUploadTreeIds |
( |
array & |
$uploadTreeList, |
|
|
array |
$pfileList, |
|
|
DecisionImporterAgent & |
$agentObj |
|
) |
| |
|
private |
◆ $groupId
int Fossology\DecisionImporter\DecisionImporterIdFetcher::$groupId |
|
private |
◆ $uploadId
int Fossology\DecisionImporter\DecisionImporterIdFetcher::$uploadId |
|
private |
◆ $userId
int Fossology\DecisionImporter\DecisionImporterIdFetcher::$userId |
|
private |
The documentation for this class was generated from the following file: