Class Mementos

    • Constructor Detail

      • Mementos

        public Mementos()
        For use with RESTeasy and CDI proxies.
        API Note:
        This construtor is used by CDI runtimes that require a public, no-argument constructor. It should not be invoked directly in user code.
    • Method Detail

      • execute

        public CompletionStage<AsyncResultSet> execute​(IRI id)
        Parameters:
        id - the IRI of the resource the Mementos of which are to be cataloged
        Returns:
        A AsyncResultSet with the modified-dates of any Mementos for this resource. There will be at least one (the most recent one).