| Interface | Description |
|---|---|
| Batch |
A Batch represents a transactional unit of work performed
by a Job.
|
| BatchElement |
Super interface for Result and Error interfaces that defines
a method for distinguishing instances of those interfaces
without requiring an instanceof check.
|
| Error |
A JavaBean interface that describes a failed file/repository item operation.
|
| ErrorList |
A JavaBean interface that represents an aggregation of the Job's known Errors,
collected from each completed Batch.
|
| ErrorPolicy |
An ErrorPolicy defines the way in which a Job handles errors encountered
when processing files for the Repository Loader.
|
| FileSystemManager |
The FileSystemManager defines a very high level API for triggering content
loading from the file system into an ATG Repository.
|
| FileSystemMonitor |
The FileSystemMonitor offers convenience methods that allow
customers more control over the component's loading
criteria.
|
| Job |
Represents a logical but not transactional unit of work
managed by the LoaderManager.
|
| LoaderManager |
The LoaderManager API provides a set of overloaded methods for performing the fixed
operations on sets of Files and methods for processing XML formatted manifest files (that
describe operations and other parameters on a per file basis.) It also provides methods
for managing the Job objects it creates to process files.
|
| Result |
A JavaBean interface that describes a successful file/repository item operation.
|
| ResultList |
A JavaBean interface that represents an aggregation of the Job's known Results,
collected from each completed Batch.
|