Package | Description |
---|---|
org.alfresco.repo.importer | |
org.alfresco.service.cmr.view |
Modifier and Type | Class and Description |
---|---|
class |
ImportTimerProgress
Import Progress that provides import metrics.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
ImporterComponent.handlerImport(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Location location,
ImportContentHandler handler,
ImporterBinding binding,
ImporterProgress progress)
Perform import via Content Handler
|
void |
ImporterComponent.importView(ImportPackageHandler importHandler,
Location location,
ImporterBinding binding,
ImporterProgress progress) |
void |
ImporterComponent.importView(Reader viewReader,
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 | Method and Description |
---|---|
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.
|
void |
ImporterService.importView(Reader viewReader,
Location location,
ImporterBinding binding,
ImporterProgress progress)
Import a Repository view into the specified location
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.