sbIDirectoryImportJob Interface Reference

Represents a recursive directory import operation. Use sbIDirectoryImportService to start a new import job. Use sbIJobProgress to track job status and wait for completion. More...

import"sbIDirectoryImportService.idl";

Inheritance diagram for sbIDirectoryImportJob:
[legend]
Collaboration diagram for sbIDirectoryImportJob:
[legend]

Public Member Functions

nsISimpleEnumerator enumerateAllItems ()
 Enumerator for sbIMediaItems that were found during this job. More...
 

Public Attributes

readonly attribute unsigned long totalAddedToMediaList
 Number of items that were added to the target media list (Note that items may already existed in the library, but not the target list) More...
 
readonly attribute unsigned long totalAddedToLibrary
 Number of new (unknown) items that were added to the library. More...
 
readonly attribute unsigned long totalDuplicates
 Number of items that already existed in the target library. More...
 
readonly attribute sbIMediaList targetMediaList
 Media list receiving found items. More...
 
readonly attribute unsigned long targetIndex
 Index into targetMediaList where found items are inserted. More...
 

Detailed Description

Represents a recursive directory import operation. Use sbIDirectoryImportService to start a new import job. Use sbIJobProgress to track job status and wait for completion.

See Also
sbIDirectoryImportService, sbIJobProgress

Definition at line 45 of file sbIDirectoryImportService.idl.

Member Function Documentation

nsISimpleEnumerator sbIDirectoryImportJob::enumerateAllItems ( )

Enumerator for sbIMediaItems that were found during this job.

Member Data Documentation

readonly attribute unsigned long sbIDirectoryImportJob::targetIndex

Index into targetMediaList where found items are inserted.

Definition at line 78 of file sbIDirectoryImportService.idl.

readonly attribute sbIMediaList sbIDirectoryImportJob::targetMediaList

Media list receiving found items.

Definition at line 73 of file sbIDirectoryImportService.idl.

readonly attribute unsigned long sbIDirectoryImportJob::totalAddedToLibrary

Number of new (unknown) items that were added to the library.

Definition at line 57 of file sbIDirectoryImportService.idl.

readonly attribute unsigned long sbIDirectoryImportJob::totalAddedToMediaList

Number of items that were added to the target media list (Note that items may already existed in the library, but not the target list)

Definition at line 52 of file sbIDirectoryImportService.idl.

readonly attribute unsigned long sbIDirectoryImportJob::totalDuplicates

Number of items that already existed in the target library.

Definition at line 62 of file sbIDirectoryImportService.idl.


The documentation for this interface was generated from the following file: