Class ImportContextImpl

java.lang.Object
com.logicaldoc.webdav.context.ImportContextImpl
All Implemented Interfaces:
ImportContext, org.apache.jackrabbit.server.io.IOContext

public class ImportContextImpl extends Object implements ImportContext
For more informations, please visit ImportContextImpl
Author:
Sebastian Wenzky
  • Constructor Details

  • Method Details

    • getIOListener

      public org.apache.jackrabbit.server.io.IOListener getIOListener()
      Specified by:
      getIOListener in interface org.apache.jackrabbit.server.io.IOContext
    • hasStream

      public boolean hasStream()
      Specified by:
      hasStream in interface org.apache.jackrabbit.server.io.IOContext
    • getInputStream

      public InputStream getInputStream()
      Specified by:
      getInputStream in interface ImportContext
    • getSystemId

      public String getSystemId()
      Specified by:
      getSystemId in interface ImportContext
    • getModificationTime

      public long getModificationTime()
      Specified by:
      getModificationTime in interface ImportContext
    • getContentLanguage

      public String getContentLanguage()
      Specified by:
      getContentLanguage in interface ImportContext
    • getContentLength

      public long getContentLength()
      Specified by:
      getContentLength in interface ImportContext
    • getMimeType

      public String getMimeType()
      Specified by:
      getMimeType in interface ImportContext
    • getEncoding

      public String getEncoding()
      Specified by:
      getEncoding in interface ImportContext
    • getProperty

      public Object getProperty(Object propertyName)
      Specified by:
      getProperty in interface ImportContext
    • informCompleted

      public void informCompleted(boolean success)
      Specified by:
      informCompleted in interface org.apache.jackrabbit.server.io.IOContext
    • isCompleted

      public boolean isCompleted()
      Specified by:
      isCompleted in interface org.apache.jackrabbit.server.io.IOContext
    • getResource

      public Resource getResource()
      Specified by:
      getResource in interface ImportContext
    • setSystemId

      public void setSystemId(String newResourceName)
    • setInputFile

      public void setInputFile(File inputFile)