global class RequestingBatchable { global RequestingBatchable(List newRows) { } global Object clone() { } global void execute(Database.BatchableContext BC, List scope) { } global void finish(Database.BatchableContext BC) { } global Database.QueryLocator start(Database.BatchableContext BC) { } }