org.alfresco.repo.action
Class CreateThumbnailActionFilter

java.lang.Object
  extended by org.alfresco.repo.action.AbstractAsynchronousActionFilter
      extended by org.alfresco.repo.action.CreateThumbnailActionFilter
All Implemented Interfaces:
java.util.Comparator

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.


Constructor Summary
CreateThumbnailActionFilter()
           
 
Method Summary
 int compare(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
 

Constructor Detail

CreateThumbnailActionFilter

public CreateThumbnailActionFilter()
Method Detail

compare

public int compare(OngoingAsyncAction nodeAction1,
                   OngoingAsyncAction nodeAction2)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.