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