public interface FilesystemTracker
Modifier and Type | Method and Description |
---|---|
int |
count()
An estimate of the number of directories and files in the filesystem.
|
BatchProcessWorkProvider<ImportableItem> |
getWorkProvider() |
void |
itemImported(org.alfresco.service.cmr.repository.NodeRef nodeRef,
ImportableItem importableItem)
A callback to indicate that the item has been imported into the repository.
|
int count()
void itemImported(org.alfresco.service.cmr.repository.NodeRef nodeRef, ImportableItem importableItem)
nodeRef
- NodeRefimportableItem
- ImportableItemBatchProcessWorkProvider<ImportableItem> getWorkProvider()
Copyright © 2005–2017 Alfresco Software. All rights reserved.