> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# BatchCreationJob class

> Reference for the BatchCreationJob class: define a job to create a batch in FC 12 and set its name, type, and registration properties.

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:***

<img src="https://mintcdn.com/abbyy/jk6a9TGm7KRcVxRI/images/flexi-capture/connectors/see_also.gif?s=f438656d29ffb293fe967e6dd184b256" alt="" style={{display:"inline-block",verticalAlign:"middle",margin:0}} width="11" height="12" data-path="images/flexi-capture/connectors/see_also.gif" />[File](/flexi-capture/connectors/pega/pega-class-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:***

<img src="https://mintcdn.com/abbyy/jk6a9TGm7KRcVxRI/images/flexi-capture/connectors/see_also.gif?s=f438656d29ffb293fe967e6dd184b256" alt="" style={{display:"inline-block",verticalAlign:"middle",margin:0}} width="11" height="12" data-path="images/flexi-capture/connectors/see_also.gif" />[RegistrationProperty](/flexi-capture/connectors/pega/pega-class-registration-property)
