Uses of Interface
Facemorph.DataBase.EnhancedBatchable

Packages that use EnhancedBatchable
Facemorph.DataBase   
 

Uses of EnhancedBatchable in Facemorph.DataBase
 

Methods in Facemorph.DataBase with parameters of type EnhancedBatchable
static void EnhancedBatchProcess.process(EnhancedBatchable batchFunction, Batch file, int[] numberIndices, boolean threaded)
          Loop through each record in the Batch file and run a EnhancedBatchable function on each.
 

Constructors in Facemorph.DataBase with parameters of type EnhancedBatchable
EnhancedBatchProcess(EnhancedBatchable batchFunction, Batch file, int[] numberIndices)