Package org.alfresco.repo.action
Class CreateThumbnailActionFilter
- java.lang.Object
-
- org.alfresco.repo.action.AbstractAsynchronousActionFilter
-
- org.alfresco.repo.action.CreateThumbnailActionFilter
-
- All Implemented Interfaces:
java.util.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
-
-
-
-
Method Detail
-
compare
public int compare(OngoingAsyncAction nodeAction1, OngoingAsyncAction nodeAction2)
-
-