public class DefaultManifestProcessorFactoryImpl extends Object implements ManifestProcessorFactory
Constructor and Description |
---|
DefaultManifestProcessorFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
AlienProcessor |
getAlienProcessor() |
CategoryService |
getCategoryService() |
List<TransferManifestProcessor> |
getCommitProcessors(TransferReceiver receiver,
String transferId)
The commit processors
|
org.alfresco.service.cmr.security.PermissionService |
getPermissionService() |
TransferManifestProcessor |
getRequsiteProcessor(TransferReceiver receiver,
String transferId,
TransferRequsiteWriter out)
The requisite processor
|
TaggingService |
getTaggingService() |
protected boolean |
isSimpleReportActive()
If this returns true, then the transfer service reports should only
contain entries about: Create, Update, Delete items ; see MNT-14059
|
void |
setAlienProcessor(AlienProcessor alienProcessor) |
void |
setCategoryService(CategoryService categoryService) |
void |
setContentService(ContentService contentService) |
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService) |
void |
setFileFolderService(FileFolderService fileFolderService) |
void |
setNodeResolverFactory(CorrespondingNodeResolverFactory nodeResolverFactory) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService) |
void |
setProperties(Properties properties) |
void |
setSearchService(org.alfresco.service.cmr.search.SearchService searchService) |
void |
setTaggingService(TaggingService taggingService) |
void |
setTransferSummaryReportLocation(String transferSummaryReportLocation) |
public List<TransferManifestProcessor> getCommitProcessors(TransferReceiver receiver, String transferId)
ManifestProcessorFactory
getCommitProcessors
in interface ManifestProcessorFactory
receiver
- TransferReceivertransferId
- Stringpublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService
- the nodeService to setpublic void setContentService(ContentService contentService)
contentService
- the contentService to setpublic void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
dictionaryService
- the dictionaryService to setpublic void setNodeResolverFactory(CorrespondingNodeResolverFactory nodeResolverFactory)
nodeResolverFactory
- the nodeResolverFactory to setpublic TransferManifestProcessor getRequsiteProcessor(TransferReceiver receiver, String transferId, TransferRequsiteWriter out)
ManifestProcessorFactory
getRequsiteProcessor
in interface ManifestProcessorFactory
receiver
- TransferReceivertransferId
- Stringout
- TransferRequsiteWriterpublic void setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
public org.alfresco.service.cmr.security.PermissionService getPermissionService()
public void setAlienProcessor(AlienProcessor alienProcessor)
public AlienProcessor getAlienProcessor()
public void setFileFolderService(FileFolderService fileFolderService)
public void setProperties(Properties properties)
public void setTransferSummaryReportLocation(String transferSummaryReportLocation)
public void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
public CategoryService getCategoryService()
public void setCategoryService(CategoryService categoryService)
public TaggingService getTaggingService()
public void setTaggingService(TaggingService taggingService)
protected boolean isSimpleReportActive()
Copyright © 2005–2017 Alfresco Software. All rights reserved.