public class UploadStatistics extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
URI |
static org.springframework.web.util.UriTemplate |
URI_TEMPLATE |
| Modifier and Type | Method and Description |
|---|---|
int |
getUploadsCount(String uploadStatus)
Returns count of uploads finished in given status.
|
String |
toString() |
public static final String URI
public static final org.springframework.web.util.UriTemplate URI_TEMPLATE
public int getUploadsCount(String uploadStatus)
uploadStatus - status of uploads to be countedCopyright © 2017. All rights reserved.