52 new SingleType(ilWorkspaceCopyDefinition::class),
58 return new SingleType(ilWorkspaceCopyDefinition::class);
68 $this->
logger->debug(
'Start checking adherence to maxsize!');
69 $this->
logger->dump($input);
70 $definition = $input[0];
71 $object_wps_ids = $definition->getObjectWspIds();
74 $size_limit = (
int) $this->
settings->get(
"bgtask_download_limit",
'0');
75 $size_limit_bytes = $size_limit * 1024 * 1024;
76 $this->
logger->debug(
'Global limit (max sum of all file-sizes) in file-settings: ' . $size_limit_bytes .
' bytes');
80 $this->
logger->debug(
'Calculated sum of all file-sizes: ' . $total_bytes .
'MB');
83 $adheres_to_limit->setValue(
true);
84 if ($total_bytes > $size_limit_bytes) {
85 $adheres_to_limit->setValue(
false);
88 $definition->setSumFileSizes($total_bytes);
89 $definition->setAdheresToLimit($adheres_to_limit);
99 array $object_wps_ids,
103 $tree = $DIC[
'tree'];
106 foreach ($object_wps_ids as $object_wps_id) {
118 if (count($subtree) > 0) {
119 $child_wsp_ids = array();
120 foreach ($subtree as $child) {
121 $child_wsp_ids[] = $child[
"child"];
138 if (!$ilAccess->checkAccess(
"read",
"", $wsp_id)) {
static getLogger(string $a_component_id)
Get component logger.
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupFileSize(int $a_id, bool $by_reference=true)
Description of class class.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getExpectedTimeOfTaskInSeconds()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
run(array $input, \ILIAS\BackgroundTasks\Observer $observer)
calculateRecursive(array $object_wps_ids, int &$a_file_size)
Calculates the number and size of the files being downloaded recursively.
getChildsByTypeFilter(int $a_node_id, array $a_types, string $a_order="", string $a_direction="ASC")
get child nodes of given node by object type
validateAccess(int $wsp_id)
lookupObjectId(int $a_node_id)
Get object id for node id.
static _lookupType(int $id, bool $reference=false)