public interface DocumentOutputStorage
| Modifier and Type | Method and Description |
|---|---|
DocumentOutput |
dequeueDocumentOutput(java.util.UUID uuid)
Returns the document outputs previously enqueued with
enqueueDocumentOutput(DocumentOutput). |
void |
enqueueDocumentOutput(DocumentOutput docOutput)
The method stores document outputs pending to be sent to the Javascript part of FWD client.
|
void |
removeDocuments(java.util.Set<java.util.UUID> documents)
Remove the given documents from the storage
|
void enqueueDocumentOutput(DocumentOutput docOutput)
docOutput - The object that encapsulates the document output being enqueued.DocumentOutput dequeueDocumentOutput(java.util.UUID uuid)
enqueueDocumentOutput(DocumentOutput).
and removes the returned entry from the storage if the document outputs not cached.uuid - The document output uuid.null if the id doesn't represent
a previously enqueued print output.void removeDocuments(java.util.Set<java.util.UUID> documents)
documents - The given documents to remove