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>
public class CreateThumbnailActionFilter extends AbstractAsynchronousActionFilter
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 Constructor Description CreateThumbnailActionFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(OngoingAsyncAction nodeAction1, OngoingAsyncAction nodeAction2)-
Methods inherited from class org.alfresco.repo.action.AbstractAsynchronousActionFilter
getActionDefinitionName, getName, init, setActionDefinitionName, setAsynchronousActionExecutionQueue, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(OngoingAsyncAction nodeAction1, OngoingAsyncAction nodeAction2)
-
-