Class UploadManager.UploadTask
java.lang.Object
com.wontlost.ckeditor.internal.UploadManager.UploadTask
- Enclosing class:
UploadManager
Upload task information
-
Method Summary
Modifier and TypeMethodDescriptionlongGet the elapsed upload time in millisecondslonglongboolean
-
Method Details
-
getUploadId
-
getFileName
-
getMimeType
-
getFileSize
public long getFileSize() -
getStartTime
public long getStartTime() -
getStatus
-
getResultUrl
-
getErrorMessage
-
isNotified
public boolean isNotified() -
getElapsedTimeMs
public long getElapsedTimeMs()Get the elapsed upload time in milliseconds
-