Package com.logicaldoc.webdav.context
Interface ImportContext
-
- All Superinterfaces:
org.apache.jackrabbit.server.io.IOContext
- All Known Implementing Classes:
ImportContextImpl
public interface ImportContext extends org.apache.jackrabbit.server.io.IOContext
For more informations, please visitImportContext
- Author:
- Sebastian Wenzky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContentLanguage()
long
getContentLength()
String
getEncoding()
InputStream
getInputStream()
String
getMimeType()
long
getModificationTime()
Object
getProperty(Object propertyName)
Resource
getResource()
String
getSystemId()
-
-
-
Method Detail
-
getResource
Resource getResource()
-
getSystemId
String getSystemId()
-
getInputStream
InputStream getInputStream()
-
getModificationTime
long getModificationTime()
-
getContentLanguage
String getContentLanguage()
-
getContentLength
long getContentLength()
-
getMimeType
String getMimeType()
-
getEncoding
String getEncoding()
-
-