|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.action.AbstractAsynchronousActionFilter
org.alfresco.repo.action.CreateThumbnailActionFilter
public class CreateThumbnailActionFilter
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 |
---|
public CreateThumbnailActionFilter()
Method Detail |
---|
public int compare(OngoingAsyncAction nodeAction1, OngoingAsyncAction nodeAction2)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |