Interface DocumentJob

All Superinterfaces:
RendererJob
All Known Implementing Classes:
DocumentJobImpl, ReadDocumentJob

@Deprecated public interface DocumentJob extends RendererJob
Deprecated.
The Interface DocumentJob.
  • 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