Interface DocumentJob
-
- All Superinterfaces:
RendererJob
- All Known Implementing Classes:
DocumentJobImpl,ReadDocumentJob
@Deprecated public interface DocumentJob extends RendererJob
Deprecated.The Interface DocumentJob.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleandocumentHasChanged()Deprecated.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 Detail
-
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
-
-