3 * Interface that marks a DataUpdate as enqueuable via the JobQueue
5 * Such updates must be representable using IJobSpecification, so that
6 * they can be serialized into jobs and enqueued for later execution
10 interface EnqueueableDataUpdate
{
12 * @return array (wiki => wiki ID, job => IJobSpecification)
14 public function getAsJobSpecification();