Package org.alfresco.repo.action
Class CreateThumbnailActionFilter
java.lang.Object
org.alfresco.repo.action.AbstractAsynchronousActionFilter
org.alfresco.repo.action.CreateThumbnailActionFilter
- All Implemented Interfaces:
Comparator<OngoingAsyncAction>
This filter class is used to identify equivalent create-thumbnail actions. Two create-thumbnail actions are considered equivalent if they are on the same NodeRef and if they have the same thumbnail-name parameter.
- Author:
- Neil McErlean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(OngoingAsyncAction nodeAction1, OngoingAsyncAction nodeAction2) Methods inherited from class org.alfresco.repo.action.AbstractAsynchronousActionFilter
getActionDefinitionName, getName, init, setActionDefinitionName, setAsynchronousActionExecutionQueue, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
CreateThumbnailActionFilter
public CreateThumbnailActionFilter()
-
-
Method Details
-
compare
-