public class DeleteQueuedDocument
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
protected DocumentDescription |
documentDescription
The document description.
|
protected boolean |
wasProcessed
This flag indicates whether the document has been processed or not.
|
Constructor and Description |
---|
DeleteQueuedDocument(DocumentDescription documentDescription)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
DocumentDescription |
getDocumentDescription()
Get the document description.
|
void |
setProcessed()
Note that the document was processed in some way.
|
boolean |
wasProcessed()
Check if document has been processed yet.
|
public static final java.lang.String _rcsid
protected DocumentDescription documentDescription
protected boolean wasProcessed
public DeleteQueuedDocument(DocumentDescription documentDescription)
documentDescription
- is the document description.public DocumentDescription getDocumentDescription()
public boolean wasProcessed()
public void setProcessed()