Package org.dlese.dpc.schemedit.repository


package org.dlese.dpc.schemedit.repository
  • Class
    Description
    RepositoryIndexingObsever initializes IDGenerators for each collection after reindexing the entire repository (all collections).
    Deletes a collections by moving metadata records to a "baseTrashDir" directory.
    Event indicating that a repository event occurred, exposes an event name (e.g., 'recordMoved') as well eventData in the form of a map.
    A Simple, servletContext-aware, listener for RepositoryEvents that prints event info to the log
    Provides an interface for Objects listening to a Repository events source.
    RepositoryIndexingObsever initializes IDGenerators for each collection after reindexing the entire repository (all collections).
    Methods to wrap the RepositoryManager class and provide other methods and services over the repository.
    The class includes methods to create, copy, and put Records to the main Repository, and RepositoryWriterPlugins if so configured.
    Methods to create, copy, and put Records to the Repository
    Indicates a problem occured when attempting to interact with a RepositoryWriterPlugin.
    This abstract class implements RepositoryWriterPlugin to provide access to the ServletContext during the indexing process.
    RepositoryEventListener that provides Smile specific handlers for some events.