Class GetModelReportTask

  • All Implemented Interfaces:
    java.util.concurrent.CompletionStage<com.fasterxml.jackson.databind.node.ObjectNode>, java.util.concurrent.Future<com.fasterxml.jackson.databind.node.ObjectNode>

    public class GetModelReportTask
    extends Task<com.fasterxml.jackson.databind.node.ObjectNode>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.concurrent.CompletableFuture

        java.util.concurrent.CompletableFuture.AsynchronousCompletionTask
    • Constructor Summary

      Constructors 
      Constructor Description
      GetModelReportTask​(java.util.Set<java.util.UUID> versionUuids)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      nl.sascom.backplanepublic.common.Request createRequest()  
      com.fasterxml.jackson.databind.node.ObjectNode get()  
      • Methods inherited from class java.util.concurrent.CompletableFuture

        acceptEither, acceptEitherAsync, acceptEitherAsync, allOf, anyOf, applyToEither, applyToEitherAsync, applyToEitherAsync, cancel, complete, completeAsync, completeAsync, completedFuture, completedStage, completeExceptionally, completeOnTimeout, copy, defaultExecutor, delayedExecutor, delayedExecutor, exceptionally, failedFuture, failedStage, get, getNow, getNumberOfDependents, handle, handleAsync, handleAsync, isCancelled, isCompletedExceptionally, isDone, join, minimalCompletionStage, newIncompleteFuture, obtrudeException, obtrudeValue, orTimeout, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, runAsync, runAsync, supplyAsync, supplyAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, toCompletableFuture, toString, whenComplete, whenCompleteAsync, whenCompleteAsync
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GetModelReportTask

        public GetModelReportTask​(java.util.Set<java.util.UUID> versionUuids)
    • Method Detail

      • createRequest

        public nl.sascom.backplanepublic.common.Request createRequest()
        Specified by:
        createRequest in class Task<com.fasterxml.jackson.databind.node.ObjectNode>
      • get

        public com.fasterxml.jackson.databind.node.ObjectNode get()
                                                           throws java.lang.InterruptedException,
                                                                  java.util.concurrent.ExecutionException
        Specified by:
        get in interface java.util.concurrent.Future<com.fasterxml.jackson.databind.node.ObjectNode>
        Overrides:
        get in class java.util.concurrent.CompletableFuture<com.fasterxml.jackson.databind.node.ObjectNode>
        Throws:
        java.lang.InterruptedException
        java.util.concurrent.ExecutionException