|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
Inheritance diagram for ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest:
Collaboration diagram for ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest:Protected Member Functions | |
| getPublisher (?int $throw_error_on_withdraw_obj_id=null, ?int $throw_error_on_publish_obj_id=null) | |
| getSettings (bool $automatic_publishing_enabled=false, bool $editorial_step_enabled=false, array $types=[], array $copyright_ids=[], int $publishing_container_ref_id=0) | |
| getObjectHandler (array $deleted_obj_ids=[], int $valid_publishing_container=0, array $ref_ids_in_container=[], array $deleted_ref_ids=[]) | |
| getStatusRepository (array $currently_harvested=[], array $blocked_obj_ids=[], bool $throw_error=false) | |
| Currently harvested objects are passed as obj_id => href_id. More... | |
| getExposedRecordRepository (array $returned_records=[], array $deleted_records=[]) | |
| Records are passed as array via obj_id => metadata-xml as string. More... | |
| getSearchFactory (int ... $search_result_obj_ids) | |
| getXMLWriter (array $returned_md=[]) | |
| Metadata is passed as array via obj_id => metadata-xml as string. More... | |
| getNullLogger () | |
| getCronResultWrapper () | |
Definition at line 50 of file AutomaticPublisherTest.php.
|
protected |
Definition at line 406 of file AutomaticPublisherTest.php.
|
protected |
Records are passed as array via obj_id => metadata-xml as string.
Records supposed to be marked as deleted are as their obj_id to the second argument.
Definition at line 233 of file AutomaticPublisherTest.php.
|
protected |
Definition at line 401 of file AutomaticPublisherTest.php.
|
protected |
Definition at line 143 of file AutomaticPublisherTest.php.
|
protected |
Definition at line 52 of file AutomaticPublisherTest.php.
|
protected |
Definition at line 313 of file AutomaticPublisherTest.php.
References ILIAS\GlobalScreen\Provider\__construct(), factory(), and ILIAS\UI\examples\Symbol\Glyph\Search\search().
Here is the call graph for this function:
|
protected |
Definition at line 93 of file AutomaticPublisherTest.php.
|
protected |
Currently harvested objects are passed as obj_id => href_id.
Definition at line 191 of file AutomaticPublisherTest.php.
|
protected |
Metadata is passed as array via obj_id => metadata-xml as string.
Definition at line 377 of file AutomaticPublisherTest.php.
References $ref_id, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunDoNotHarvestDeletedObject | ( | ) |
Definition at line 676 of file AutomaticPublisherTest.php.
| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunDoNotPublishAlreadyPublishedObject | ( | ) |
Definition at line 702 of file AutomaticPublisherTest.php.
| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunDoNotPublishBlockedObject | ( | ) |
Definition at line 650 of file AutomaticPublisherTest.php.
| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunDoNotPublishIfNoAutomaticPublishing | ( | ) |
Definition at line 625 of file AutomaticPublisherTest.php.
| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunDoNotUpdateNotHarvestedExposedRecordMarkedAsDeleted | ( | ) |
Definition at line 835 of file AutomaticPublisherTest.php.
| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunPublishObject | ( | ) |
Definition at line 557 of file AutomaticPublisherTest.php.
| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunPublishObjectContinueDespiteError | ( | ) |
Definition at line 728 of file AutomaticPublisherTest.php.
| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunSubmitObject | ( | ) |
Definition at line 591 of file AutomaticPublisherTest.php.
| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunUpdateExposedRecord | ( | ) |
Definition at line 757 of file AutomaticPublisherTest.php.
| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunUpdateExposedRecordMarkedAsDeleted | ( | ) |
Definition at line 796 of file AutomaticPublisherTest.php.
| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunWithdrawDeprecatedReferenceBlocked | ( | ) |
Definition at line 457 of file AutomaticPublisherTest.php.
| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunWithdrawDeprecatedReferenceContinueDespiteError | ( | ) |
Definition at line 532 of file AutomaticPublisherTest.php.
| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunWithdrawDeprecatedReferenceIncorrectTypeOrCopyright | ( | ) |
Definition at line 428 of file AutomaticPublisherTest.php.
| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunWithdrawDeprecatedReferenceObjectDeleted | ( | ) |
Definition at line 482 of file AutomaticPublisherTest.php.
| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunWithdrawDeprecatedReferenceReferenceDeleted | ( | ) |
Definition at line 507 of file AutomaticPublisherTest.php.
| ILIAS\MetaData\OERHarvester\CronJob\AutomaticPublisherTest::testRunWithUnforeseenError | ( | ) |
Definition at line 861 of file AutomaticPublisherTest.php.