Class Touch

    • Constructor Detail

      • Touch

        public Touch()
        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<Void> execute​(Instant modified,
                                             IRI id)
        Parameters:
        modified - the new modification time to record
        id - the IRI of the resource to modify
        Returns:
        whether and when the modification succeeds