Esempio n. 1
0
 public QueryLocator start(BatchableContext BC)
 {
     return(Self.start(BC));
 }
Esempio n. 2
0
 public void execute(BatchableContext BC, List <UserProvisioningRequest> scope)
 {
     Self.execute(BC, scope);
 }
Esempio n. 3
0
 public void finish(BatchableContext BC)
 {
     Self.finish(BC);
 }
Esempio n. 4
0
 public void execute(BatchableContext BC, List <SObject> scope)
 {
     Self.execute(BC, scope);
 }