All Classes

Class Description
ICollection
The ICollection interface represents a collection in the repository.
IEntity
The IEntity interface is a base interface for ICollection and IResource.
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.
IRepositoryCache
Repository cache.
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.
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.
RepositoryCache
The Class RepositoryCache.
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.
RepositoryExceptionHandler
The Class RepositoryExceptionHandler.
RepositoryExportException
The Class RepositoryExportException.
RepositoryImportException
The Class RepositoryImportException.
RepositoryInitializationException
The Class RepositoryInitializationException.
RepositoryNotFoundException
The Class RepositoryNotFoundException.
RepositoryPath
Utility class representing the path object in the Repository.
RepositoryReadException
The Repository Read Exception.
RepositorySearchException
The Repository Search Exception.
RepositoryVersioningException
The Repository Versioning Exception.
RepositoryWriteException
The Repository Write Exception.
ResourceUtil
Utility class for handling Resource objects.