Package org.icij.datashare.batch
Class BatchDownload
- java.lang.Object
-
- org.icij.datashare.batch.BatchDownload
-
public class BatchDownload extends Object
-
-
Constructor Summary
Constructors Constructor Description BatchDownload(List<Project> projects, User user, String query)BatchDownload(List<Project> projects, User user, String query, String uri)BatchDownload(List<Project> projects, User user, String query, String uri, Path downloadDir, boolean isEncrypted)BatchDownload(List<Project> projects, User user, String query, Path downloadDir, boolean isEncrypted)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PathcreateFilename(User user)booleanequals(Object o)booleangetExists()inthashCode()booleanisJsonQuery()static BatchDownloadnullObject()com.fasterxml.jackson.databind.JsonNodequeryAsJson()StringtoString()
-
-
-
Method Detail
-
nullObject
public static BatchDownload nullObject()
-
getExists
public boolean getExists()
-
isJsonQuery
public boolean isJsonQuery()
-
queryAsJson
public com.fasterxml.jackson.databind.JsonNode queryAsJson()
-
-