Interface MementoService

  • All Known Implementing Classes:
    DBWrappedMementoService, FileMementoService, NoopMementoService

    public interface MementoService
    An interface for a Memento subsystem. Mementos of Resources may be made and retrieved using this service. Mementos may also be recorded by other means, including by the persistence layer independently of Trellis, but unless they are retrieved via this service, Trellis will not publish them as HTTP resources. Mementos of NonRDFSources (like any other Resource) may also be made and retrieved here, but the associated InputStreams are made (like all binary InputStreams) via a BinaryService implementation.