Package de.elo.ix.client
Class FindByPreviewCtrl
java.lang.Object
de.elo.ix.client.FindByPreviewCtrl
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected String[]
Select only those documents with one of this extension.protected boolean
Finds all documents with previews.protected boolean
Finds all documents for which the preview generation failed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
boolean
boolean
void
setFileExtensions
(String[] fileExtensions) void
setPreviewAvailable
(boolean previewAvailable) void
setPreviewError
(boolean previewError) toString()
-
Field Details
-
previewAvailable
protected boolean previewAvailableFinds all documents with previews. -
previewError
protected boolean previewErrorFinds all documents for which the preview generation failed. -
fileExtensions
Select only those documents with one of this extension.- Since:
- 7.00.040.010
-
-
Constructor Details
-
FindByPreviewCtrl
public FindByPreviewCtrl() -
FindByPreviewCtrl
-
-
Method Details
-
isPreviewAvailable
public boolean isPreviewAvailable() -
setPreviewAvailable
public void setPreviewAvailable(boolean previewAvailable) -
isPreviewError
public boolean isPreviewError() -
setPreviewError
public void setPreviewError(boolean previewError) -
getFileExtensions
-
setFileExtensions
-
toString
-