ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
@noinspection AutoloadingIssuesInspection More...
Public Member Functions | |
getLabel () | |
@inheritDoc More... | |
getDefaultAmountOfStepsPerRun () | |
@inheritDoc More... | |
getPreconditions (\ILIAS\Setup\Environment $environment) | |
@inheritDoc More... | |
prepare (\ILIAS\Setup\Environment $environment) | |
@inheritDoc More... | |
step (\ILIAS\Setup\Environment $environment) | |
@inheritDoc More... | |
getRemainingAmountOfSteps () | |
@inheritDoc More... | |
![]() | |
getLabel () | |
getDefaultAmountOfStepsPerRun () | |
Tell the default amount of steps to be executed for one run of the migration. More... | |
getPreconditions (Environment $environment) | |
Objectives the migration depend on. More... | |
prepare (Environment $environment) | |
Prepare the migration by means of some environment. More... | |
step (Environment $environment) | |
Run one step of the migration. More... | |
getRemainingAmountOfSteps () | |
Count up how many "things" need to be migrated. More... | |
Data Fields | |
const | DEFAULT_AMOUNT_OF_STEPS = 10000 |
![]() | |
const | INFINITE = -1 |
Protected Attributes | |
ilResourceStorageMigrationHelper | $helper |
@noinspection AutoloadingIssuesInspection
Definition at line 26 of file class.ilDataCollectionStorageMigration.php.
ilDataCollectionStorageMigration::getDefaultAmountOfStepsPerRun | ( | ) |
@inheritDoc
Implements ILIAS\Setup\Migration.
Definition at line 43 of file class.ilDataCollectionStorageMigration.php.
References DEFAULT_AMOUNT_OF_STEPS.
ilDataCollectionStorageMigration::getLabel | ( | ) |
@inheritDoc
Implements ILIAS\Setup\Migration.
Definition at line 35 of file class.ilDataCollectionStorageMigration.php.
ilDataCollectionStorageMigration::getPreconditions | ( | \ILIAS\Setup\Environment | $environment | ) |
@inheritDoc
Definition at line 51 of file class.ilDataCollectionStorageMigration.php.
References ilResourceStorageMigrationHelper\getPreconditions().
ilDataCollectionStorageMigration::getRemainingAmountOfSteps | ( | ) |
@inheritDoc
Implements ILIAS\Setup\Migration.
Definition at line 162 of file class.ilDataCollectionStorageMigration.php.
ilDataCollectionStorageMigration::prepare | ( | \ILIAS\Setup\Environment | $environment | ) |
@inheritDoc
Definition at line 59 of file class.ilDataCollectionStorageMigration.php.
ilDataCollectionStorageMigration::step | ( | \ILIAS\Setup\Environment | $environment | ) |
@inheritDoc
Definition at line 70 of file class.ilDataCollectionStorageMigration.php.
References ilDclDatatype\INPUTFORMAT_FILE, and ILIAS\Repository\int().
|
protected |
Definition at line 30 of file class.ilDataCollectionStorageMigration.php.
const ilDataCollectionStorageMigration::DEFAULT_AMOUNT_OF_STEPS = 10000 |
Definition at line 28 of file class.ilDataCollectionStorageMigration.php.
Referenced by getDefaultAmountOfStepsPerRun().