org.alfresco.repo.bulkimport
Interface FilesystemTracker

All Known Implementing Classes:
AbstractFilesystemTracker, StripingFilesystemTracker

public interface FilesystemTracker

A filesystem walker walks a filesystem, returning directories and files as it goes.

Since:
4.0

Method Summary
 int count()
          An estimate of the number of directories and files in the filesystem.
 BatchProcessWorkProvider 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.
 

Method Detail

count

int count()
An estimate of the number of directories and files in the filesystem.

Returns:

itemImported

void itemImported(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                  ImportableItem importableItem)
A callback to indicate that the item has been imported into the repository.

Parameters:
nodeRef -
importableItem -

getWorkProvider

BatchProcessWorkProvider getWorkProvider()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.