public class DocumentDeleteSet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
protected DeleteQueuedDocument[] |
documents
This is the array of documents to delete.
|
protected IJobDescription |
jobDescription
The job description for this set of documents.
|
Constructor and Description |
---|
DocumentDeleteSet(DeleteQueuedDocument[] documents,
IJobDescription jobDescription)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Get the number of documents.
|
DeleteQueuedDocument |
getDocument(int index)
Get the nth document.
|
IJobDescription |
getJobDescription()
Get the job description.
|
public static final java.lang.String _rcsid
protected DeleteQueuedDocument[] documents
protected IJobDescription jobDescription
public DocumentDeleteSet(DeleteQueuedDocument[] documents, IJobDescription jobDescription)
documents
- is the arraylist representing the documents for this chunk.jobDescription
- is the job description for all the documents.public IJobDescription getJobDescription()
public int getCount()
public DeleteQueuedDocument getDocument(int index)
index
- is the document number.