Class ContentItemUploadTask

java.lang.Object
org.duracloud.duradmin.spaces.controller.ContentItemUploadTask
All Implemented Interfaces:
Comparable, org.apache.commons.fileupload.ProgressListener

public class ContentItemUploadTask extends Object implements Comparable, org.apache.commons.fileupload.ProgressListener
Author:
Daniel Bernstein
  • Constructor Details

  • Method Details

    • execute

      public void execute() throws Exception
      Throws:
      Exception
    • update

      public void update(long pBytesRead, long pContentLength, int pItems)
      Specified by:
      update in interface org.apache.commons.fileupload.ProgressListener
    • getId

      public String getId()
    • getProperties

      public Map<String,String> getProperties()
    • getStartDate

      public Date getStartDate()
    • compareTo

      public int compareTo(Object o)
      Specified by:
      compareTo in interface Comparable
    • getUsername

      public String getUsername()
    • toString

      public String toString()
      Overrides:
      toString in class Object