|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.exporter.ExporterComponent
public class ExporterComponent
Default implementation of the Exporter Service.
Constructor Summary | |
---|---|
ExporterComponent()
|
Method Summary | |
---|---|
void |
exportView(Exporter exporter,
ExporterCrawlerParameters parameters,
Exporter progress)
Export a view of the Repository using a custom crawler and exporter. |
void |
exportView(ExportPackageHandler exportHandler,
ExporterCrawlerParameters parameters,
Exporter progress)
Export a view of the Repository using the default xml view schema. |
void |
exportView(java.io.OutputStream viewWriter,
ExporterCrawlerParameters parameters,
Exporter progress)
Export a view of the Repository using the default xml view schema. |
void |
setAuthenticationService(AuthenticationService authenticationService)
|
void |
setContentService(ContentService contentService)
|
void |
setDescriptorService(DescriptorService descriptorService)
|
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
|
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
|
void |
setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
|
void |
setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExporterComponent()
Method Detail |
---|
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService
- the node servicepublic void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
searchService
- the service to perform path searchespublic void setContentService(ContentService contentService)
contentService
- the content servicepublic void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
dictionaryService
- the dictionary servicepublic void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
namespaceService
- the namespace servicepublic void setDescriptorService(DescriptorService descriptorService)
descriptorService
- the descriptor servicepublic void setAuthenticationService(AuthenticationService authenticationService)
authenticationService
- the authentication servicepublic void setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
permissionService
- the permission servicepublic void exportView(java.io.OutputStream viewWriter, ExporterCrawlerParameters parameters, Exporter progress)
ExporterService
exportView
in interface ExporterService
viewWriter
- the output stream to export toparameters
- export parametersprogress
- exporter callback for tracking progress of exportpublic void exportView(ExportPackageHandler exportHandler, ExporterCrawlerParameters parameters, Exporter progress)
ExporterService
exportView
in interface ExporterService
exportHandler
- the custom export handler for content propertiesparameters
- export parametersprogress
- exporter callback for tracking progress of exportpublic void exportView(Exporter exporter, ExporterCrawlerParameters parameters, Exporter progress)
ExporterService
exportView
in interface ExporterService
exporter
- custom exporterparameters
- export parametersprogress
- exporter callback for tracking progress of export
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |