Package | Description |
---|---|
org.alfresco.repo.importer | |
org.alfresco.rest.api.impl | |
org.alfresco.service.cmr.view |
Modifier and Type | Class and Description |
---|---|
class |
ACPImportPackageHandler
Handler for importing Repository content from zip package file
|
class |
FileImportPackageHandler
Handler for importing Repository content streams from file system
|
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.ContentData |
DefaultImporterContentCache.getContent(ImportPackageHandler handler,
org.alfresco.service.cmr.repository.ContentData sourceContentData) |
void |
ImporterComponent.importView(ImportPackageHandler importHandler,
Location location,
ImporterBinding binding,
ImporterProgress progress) |
void |
ImporterComponent.parserImport(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Location location,
Reader viewReader,
ImportPackageHandler streamHandler,
ImporterBinding binding,
ImporterProgress progress)
Perform Import via Parser
|
Modifier and Type | Class and Description |
---|---|
class |
SiteImportPackageHandler |
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.ContentData |
ImporterContentCache.getContent(ImportPackageHandler handler,
org.alfresco.service.cmr.repository.ContentData sourceContent) |
void |
ImporterService.importView(ImportPackageHandler importHandler,
Location location,
ImporterBinding binding,
ImporterProgress progress)
Import a Repository view into the specified location
This import allows for a custom content importer.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.