Skip to main content
The BatchCreationJob class is in the com.abbyy.connectors.models namespace. It stores a job that creates a new batch in an FC 12 project. The methods of this class are described below.
Constructor Details
public BatchCreationJob(List<File> files)
Creates a new job that will create a batch in FC 12. Parameters:
  • files – the list of files to be processed in FC 12
See also: File
Method Details
public void setName(String name)
Specifies a name for the batch. Parameters:
  • name – the name of the batch. The default name is Batch_ + System.currentTimeMillis()
public void setType(String type)
Specifies a type for the batch. Parameters:
  • type – the type of the batch. The default type is Default
public void setRegistrationProperties(List<RegistrationProperty> properties)
Specifies a list of registration parameters for the batch. Parameters:
  • properties – the registration parameters of the batch
See also: RegistrationProperty