Class ImmutableInsert

    • Constructor Detail

      • ImmutableInsert

        public ImmutableInsert()
        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​(IRI id,
                                             Dataset data,
                                             Instant time)
        Parameters:
        id - the IRI of the resource, immutable data for which is to be inserted
        data - the RDF to be inserted
        time - the time at which this RDF is to be recorded as inserted
        Returns:
        whether and when the insertion succeeds