Uses of Interface
com.logicaldoc.webdav.context.ExportContext
-
Packages that use ExportContext Package Description com.logicaldoc.webdav.context com.logicaldoc.webdav.io.handler com.logicaldoc.webdav.io.manager -
-
Uses of ExportContext in com.logicaldoc.webdav.context
Classes in com.logicaldoc.webdav.context that implement ExportContext Modifier and Type Class Description class
AbstractExportContext
For more informations, please visitAbstractExportContext
class
ExportContextImpl
For more informations, please visitExportContextImpl
-
Uses of ExportContext in com.logicaldoc.webdav.io.handler
Methods in com.logicaldoc.webdav.io.handler with parameters of type ExportContext Modifier and Type Method Description boolean
DefaultHandler. canExport(ExportContext context, boolean isCollection)
boolean
DefaultHandler. canExport(ExportContext context, org.apache.jackrabbit.webdav.DavResource resource)
boolean
IOHandler. canExport(ExportContext context, boolean isCollection)
boolean
IOHandler. canExport(ExportContext context, org.apache.jackrabbit.webdav.DavResource resource)
boolean
DefaultHandler. exportContent(ExportContext context, boolean isCollection)
boolean
DefaultHandler. exportContent(ExportContext context, org.apache.jackrabbit.webdav.DavResource resource)
boolean
IOHandler. exportContent(ExportContext context, boolean isCollection)
boolean
IOHandler. exportContent(ExportContext context, org.apache.jackrabbit.webdav.DavResource resource)
-
Uses of ExportContext in com.logicaldoc.webdav.io.manager
Methods in com.logicaldoc.webdav.io.manager with parameters of type ExportContext Modifier and Type Method Description boolean
IOManager. exportContent(ExportContext context, boolean isCollection)
boolean
IOManager. exportContent(ExportContext context, org.apache.jackrabbit.webdav.DavResource resource)
boolean
IOManagerImpl. exportContent(ExportContext context, boolean isCollection)
boolean
IOManagerImpl. exportContent(ExportContext context, org.apache.jackrabbit.webdav.DavResource resource)
-