Wikibase
MediaWiki Wikibase extension
|
Provides logic to update the repo after page deletes in the client. More...
Protected Member Functions | |
getJobName () | |
Get the name of the Job that should be run on the repo. | |
getJobParameters () | |
Get the parameters for creating a new JobSpecification. | |
Protected Member Functions inherited from Wikibase\Client\UpdateRepo\UpdateRepo | |
getEntityId () | |
Get the EntityId that we want to update. | |
getJobDelay () | |
Get the time (in seconds) for which the job execution should be delayed (if delayed jobs are enabled). | |
Additional Inherited Members | |
Public Member Functions inherited from Wikibase\Client\UpdateRepo\UpdateRepo | |
__construct (SiteLinkLookup $siteLinkLookup, LoggerInterface $logger, ClientDomainDb $clientDb, UserIdentity $user, $siteId, Title $title) | |
isApplicable () | |
Whether the update can be applied to repo. | |
injectJob (JobQueueGroup $jobQueueGroup) | |
Inject the current job into the job queue of the repo. | |
Protected Attributes inherited from Wikibase\Client\UpdateRepo\UpdateRepo | |
$user | |
$siteId | |
$title | |
Provides logic to update the repo after page deletes in the client.
|
protected |
Get the name of the Job that should be run on the repo.
Reimplemented from Wikibase\Client\UpdateRepo\UpdateRepo.
|
protected |
Get the parameters for creating a new JobSpecification.
Reimplemented from Wikibase\Client\UpdateRepo\UpdateRepo.