ILIAS
trunk Revision v11.0_alpha-1838-g59fc79e306b
|
Public Member Functions | |
getLabel () | |
getDefaultAmountOfStepsPerRun () | |
getPreconditions (Environment $environment) | |
prepare (Environment $environment) | |
step (Environment $environment) | |
getRemainingAmountOfSteps () | |
Protected Member Functions | |
areIndicesSet (string $table) | |
setIndices (string $table) | |
migrateCoverage () | |
migrateSetOfCoverages (int $limit) | |
countNotMigratedCoverages () | |
migrateSchema () | |
migrateSetOfSchemas (int $limit) | |
countNotMigratedSchemas () | |
migrateOrComposite () | |
migrateSetOfOrComposites (int $limit) | |
countNotMigratedOrComposites () | |
normalizeOrCompositeName (string $name) | |
migrateFromEducational () | |
migrateSetFromEducational (int $limit) | |
countNotMigratedFromEducational () | |
normalizeLearningResourceType (string $name) | |
normalizeIntendedEndUserRole (string $name) | |
normalizeContext (string $name) | |
logDetailed (string $str) | |
logSuccess (string $str) | |
startLog () | |
Protected Attributes | |
const int | SELECT_LIMIT = 1000 |
const int | MAX_LOOPS = 10000 |
ilDBInterface | $db |
IOWrapper | $io |
Definition at line 26 of file class.ilMDLOMConformanceMigration.php.
|
protected |
Definition at line 116 of file class.ilMDLOMConformanceMigration.php.
Referenced by getRemainingAmountOfSteps(), and setIndices().
|
protected |
Definition at line 171 of file class.ilMDLOMConformanceMigration.php.
References $res.
Referenced by getRemainingAmountOfSteps(), and migrateCoverage().
|
protected |
Definition at line 450 of file class.ilMDLOMConformanceMigration.php.
References $res.
Referenced by getRemainingAmountOfSteps(), and migrateFromEducational().
|
protected |
Definition at line 321 of file class.ilMDLOMConformanceMigration.php.
References $res.
Referenced by getRemainingAmountOfSteps(), and migrateOrComposite().
|
protected |
Definition at line 223 of file class.ilMDLOMConformanceMigration.php.
References $res.
Referenced by getRemainingAmountOfSteps(), and migrateSchema().
ilMDLOMConformanceMigration::getDefaultAmountOfStepsPerRun | ( | ) |
Definition at line 39 of file class.ilMDLOMConformanceMigration.php.
ilMDLOMConformanceMigration::getLabel | ( | ) |
Definition at line 34 of file class.ilMDLOMConformanceMigration.php.
ilMDLOMConformanceMigration::getPreconditions | ( | Environment | $environment | ) |
Definition at line 44 of file class.ilMDLOMConformanceMigration.php.
ilMDLOMConformanceMigration::getRemainingAmountOfSteps | ( | ) |
Definition at line 82 of file class.ilMDLOMConformanceMigration.php.
References areIndicesSet(), countNotMigratedCoverages(), countNotMigratedFromEducational(), countNotMigratedOrComposites(), and countNotMigratedSchemas().
|
protected |
Definition at line 519 of file class.ilMDLOMConformanceMigration.php.
Referenced by migrateSetFromEducational(), migrateSetOfCoverages(), migrateSetOfOrComposites(), migrateSetOfSchemas(), and setIndices().
|
protected |
Definition at line 527 of file class.ilMDLOMConformanceMigration.php.
Referenced by migrateCoverage(), migrateFromEducational(), migrateOrComposite(), and migrateSchema().
|
protected |
Definition at line 129 of file class.ilMDLOMConformanceMigration.php.
References countNotMigratedCoverages(), logSuccess(), and migrateSetOfCoverages().
Referenced by step().
|
protected |
Definition at line 357 of file class.ilMDLOMConformanceMigration.php.
References countNotMigratedFromEducational(), logSuccess(), and migrateSetFromEducational().
Referenced by step().
|
protected |
Definition at line 234 of file class.ilMDLOMConformanceMigration.php.
References countNotMigratedOrComposites(), logSuccess(), and migrateSetOfOrComposites().
Referenced by step().
|
protected |
Definition at line 183 of file class.ilMDLOMConformanceMigration.php.
References countNotMigratedSchemas(), logSuccess(), and migrateSetOfSchemas().
Referenced by step().
|
protected |
Definition at line 367 of file class.ilMDLOMConformanceMigration.php.
References $context, $educational, logDetailed(), normalizeContext(), normalizeIntendedEndUserRole(), normalizeLearningResourceType(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Referenced by migrateFromEducational().
|
protected |
Definition at line 139 of file class.ilMDLOMConformanceMigration.php.
References logDetailed(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Referenced by migrateCoverage().
|
protected |
Definition at line 244 of file class.ilMDLOMConformanceMigration.php.
References logDetailed(), normalizeOrCompositeName(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Referenced by migrateOrComposite().
|
protected |
Definition at line 193 of file class.ilMDLOMConformanceMigration.php.
References logDetailed(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Referenced by migrateSchema().
|
protected |
Definition at line 504 of file class.ilMDLOMConformanceMigration.php.
Referenced by migrateSetFromEducational().
|
protected |
Definition at line 489 of file class.ilMDLOMConformanceMigration.php.
Referenced by migrateSetFromEducational().
|
protected |
Definition at line 463 of file class.ilMDLOMConformanceMigration.php.
Referenced by migrateSetFromEducational().
|
protected |
Definition at line 335 of file class.ilMDLOMConformanceMigration.php.
Referenced by migrateSetOfOrComposites().
ilMDLOMConformanceMigration::prepare | ( | Environment | $environment | ) |
Definition at line 53 of file class.ilMDLOMConformanceMigration.php.
References $io, and ILIAS\Setup\Environment\getResource().
|
protected |
Definition at line 121 of file class.ilMDLOMConformanceMigration.php.
References areIndicesSet(), and logDetailed().
Referenced by step().
|
protected |
Definition at line 535 of file class.ilMDLOMConformanceMigration.php.
Referenced by step().
ilMDLOMConformanceMigration::step | ( | Environment | $environment | ) |
Definition at line 63 of file class.ilMDLOMConformanceMigration.php.
References migrateCoverage(), migrateFromEducational(), migrateOrComposite(), migrateSchema(), setIndices(), and startLog().
|
protected |
Definition at line 31 of file class.ilMDLOMConformanceMigration.php.
|
protected |
Definition at line 32 of file class.ilMDLOMConformanceMigration.php.
Referenced by prepare().
|
protected |
Definition at line 29 of file class.ilMDLOMConformanceMigration.php.
|
protected |
Definition at line 28 of file class.ilMDLOMConformanceMigration.php.