Class FindByPreviewCtrl

java.lang.Object
de.elo.ix.client.FindByPreviewCtrl
All Implemented Interfaces:
Serializable

public class FindByPreviewCtrl extends Object implements Serializable
This class can be used to find the documents for which preview files have to be created. The main purpose is to control the automatic preview generation in a server process.
Since:
7.00.026.001
See Also:
  • Field Details

    • previewAvailable

      protected boolean previewAvailable
      Finds all documents with previews.
    • previewError

      protected boolean previewError
      Finds all documents for which the preview generation failed.
    • fileExtensions

      protected String[] fileExtensions
      Select only those documents with one of this extension.
      Since:
      7.00.040.010
  • Constructor Details

    • FindByPreviewCtrl

      public FindByPreviewCtrl()
    • FindByPreviewCtrl

      public FindByPreviewCtrl(FindByPreviewCtrl rhs)
  • Method Details

    • isPreviewAvailable

      public boolean isPreviewAvailable()
    • setPreviewAvailable

      public void setPreviewAvailable(boolean previewAvailable)
    • isPreviewError

      public boolean isPreviewError()
    • setPreviewError

      public void setPreviewError(boolean previewError)
    • getFileExtensions

      public String[] getFileExtensions()
    • setFileExtensions

      public void setFileExtensions(String[] fileExtensions)
    • toString

      public String toString()
      Overrides:
      toString in class Object