Interface DocumentJob
- All Superinterfaces:
RendererJob
- All Known Implementing Classes:
DocumentJobImpl,ReadDocumentJob
Deprecated.
The Interface DocumentJob.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Gets, whether the document has changed.Methods inherited from interface com.priint.pubserver.comet.renderer.RendererJob
executeJob, executionFailed, finishingFailed, finishJob, getJobExecutionFlag, getName, preconditionsFailed, preparationFailed, prepareJob
-
Method Details
-
documentHasChanged
boolean documentHasChanged()Deprecated.Gets, whether the document has changed.
Gets, whether the document has changed. This method should return true, if the document has changed and therefore caches / database information for this document must be updated after execution.
- Returns:
- true, if the document has changed, false otherwise
-