Class FailedThumbnailInfo
java.lang.Object
org.alfresco.service.cmr.thumbnail.FailedThumbnailInfo
Deprecated.
We are introducing the new async RenditionService2.
A simple pojo to hold data related to a
failed thumbnail attempt.
A failed thumbnail attempt is when create-thumbnail has been used
to produce a thumbnail for content and that action has thrown an exception.
If a thumbnail was not attempted (e.g. due to unavailability of transformers) this is not a failure in this context.- Since:
- 3.5.0
- Author:
- Neil Mc Erlean
-
Constructor Summary
ConstructorsConstructorDescriptionFailedThumbnailInfo(String thumbnailDefinitionName, Date failureDate, int failureCount, NodeRef failedThumbnailNode) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get theNodeRefof thefailedThumbnailnode.intDeprecated.Get the total number of failed attempts which have been made to produce a thumbnail.Deprecated.Get the time of the most recent failure.Deprecated.Get thethumbnail definition namethat has failed.toString()Deprecated.
-
Constructor Details
-
Method Details
-
getThumbnailDefinitionName
Deprecated.Get thethumbnail definition namethat has failed. -
getMostRecentFailure
Deprecated.Get the time of the most recent failure. -
getFailureCount
public int getFailureCount()Deprecated.Get the total number of failed attempts which have been made to produce a thumbnail.- Returns:
- int
-
getFailedThumbnailNode
Deprecated.Get theNodeRefof thefailedThumbnailnode. Note that this is not the NodeRef which was not thumbnailed - that will be the primary parent of this node. -
toString
Deprecated.
-