ALF-10618 related - put the metadata extractor action executor name into a constant, rather than having it inline as a string in various places

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31296 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2011-10-17 17:35:54 +00:00
parent 38d03ca5ae
commit 2bf51d65c3
3 changed files with 6 additions and 2 deletions

View File

@@ -55,6 +55,8 @@ public class ContentMetadataExtracter extends ActionExecuterAbstractBase
{
private static Log logger = LogFactory.getLog(ContentMetadataExtracter.class);
public static final String EXECUTOR_NAME = "extract-metadata";
private NodeService nodeService;
private ContentService contentService;
private DictionaryService dictionaryService;