Package org.eclipse.dirigible.repository.api
-
Interface Summary Interface Description ICollection TheICollectioninterface 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.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 TheIResourceinterface represents a resource located in the repository.IResourceVersion The interface representing a version instance of anIResource. -
Class Summary Class Description RepositoryCache The Class RepositoryCache.RepositoryExceptionHandler The Class RepositoryExceptionHandler.RepositoryPath Utility class representing the path object in the Repository.ResourceUtil Utility class for handling Resource objects. -
Exception Summary Exception Description RepositoryCreationException The Class RepositoryCreationException.RepositoryException TheRepositoryExceptionis 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 passingnullto 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.