Package nl.bimbase.bimworks.client
Class DownloadCheckResultsAsBcfInput
- java.lang.Object
-
- java.util.concurrent.CompletableFuture<T>
-
- nl.bimbase.bimworks.client.Task
-
- nl.bimbase.bimworks.client.DownloadCheckResultsAsBcfInput
-
- All Implemented Interfaces:
java.util.concurrent.CompletionStage,java.util.concurrent.Future
public class DownloadCheckResultsAsBcfInput extends Task
-
-
Constructor Summary
Constructors Constructor Description DownloadCheckResultsAsBcfInput(BimWorksClient bimWorksClient, java.util.UUID checkResultsUuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description nl.sascom.backplanepublic.common.RequestcreateRequest()voiddownloadTo(java.io.OutputStream outputStream)java.util.UUIDgetCheckResultsUuid()-
Methods inherited from class nl.bimbase.bimworks.client.Task
createAsyncTask, executeAsync, getClientTask, getRequest, setProgressListener
-
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, 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
-
-
-
-
Constructor Detail
-
DownloadCheckResultsAsBcfInput
public DownloadCheckResultsAsBcfInput(BimWorksClient bimWorksClient, java.util.UUID checkResultsUuid)
-
-
Method Detail
-
getCheckResultsUuid
public java.util.UUID getCheckResultsUuid()
-
createRequest
public nl.sascom.backplanepublic.common.Request createRequest()
- Specified by:
createRequestin classTask
-
downloadTo
public void downloadTo(java.io.OutputStream outputStream)
-
-