| Interface | Description |
|---|---|
| ICollection |
The
ICollection interface represents a collection in the
repository. |
| IEntity | |
| IEntityInformation |
Through this interface the user can obtain information on a particular
repository entity.
|
| IMasterRepository |
Represents the Master Repository, which is used as an read only image for initial load or reset.
|
| IRepository |
This interface represents a Repository.
|
| IRepositoryExporter |
The interface with the export related methods of the repository .
|
| IRepositoryImporter |
The interface with the import methods for the repository .
|
| IRepositoryReader |
This interface represents a READ ONLY Repository.
|
| IRepositorySearch |
The interface containing the search related methods of the repository .
|
| IRepositoryStructure |
The Interface IRepositoryStructure.
|
| IRepositoryVersioning |
The interface containing versioning related methods of the repository .
|
| IRepositoryWriter |
This interface represents a Repository.
|
| IResource |
The
IResource interface represents a resource located in the
repository. |
| IResourceVersion |
The interface representing a version instance of an
IResource. |
| Class | Description |
|---|---|
| RepositoryExceptionHandler |
The Class RepositoryExceptionHandler.
|
| RepositoryPath |
Utility class representing the path object in the Repository.
|
| ResourceUtil |
Utility class for handling Resource objects.
|
| Exception | Description |
|---|---|
| RepositoryCreationException |
The Class RepositoryCreationException.
|
| RepositoryException |
The
RepositoryException is thrown in situations when a user is trying
to use any of the repository API in a way that is invalid or not expected.One such example is when passing null to a method when it does
not expect it. |
| RepositoryExportException |
The Class RepositoryExportException.
|
| RepositoryImportException |
The Class RepositoryImportException.
|
| RepositoryInitializationException |
The Class RepositoryInitializationException.
|
| RepositoryNotFoundException |
The Class RepositoryNotFoundException.
|
| RepositoryReadException |
The Repository Read Exception.
|
| RepositorySearchException |
The Repository Search Exception.
|
| RepositoryVersioningException |
The Repository Versioning Exception.
|
| RepositoryWriteException |
The Repository Write Exception.
|
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.