Uses of Interface
com.logicaldoc.webdav.context.ImportContext
-
Packages that use ImportContext Package Description com.logicaldoc.webdav.context com.logicaldoc.webdav.io.handler com.logicaldoc.webdav.io.manager com.logicaldoc.webdav.resource.service -
-
Uses of ImportContext in com.logicaldoc.webdav.context
Classes in com.logicaldoc.webdav.context that implement ImportContext Modifier and Type Class Description class
ImportContextImpl
For more informations, please visitImportContextImpl
-
Uses of ImportContext in com.logicaldoc.webdav.io.handler
Methods in com.logicaldoc.webdav.io.handler with parameters of type ImportContext Modifier and Type Method Description boolean
DefaultHandler. canImport(ImportContext context, boolean isCollection)
boolean
DefaultHandler. canImport(ImportContext context, org.apache.jackrabbit.webdav.DavResource resource)
boolean
IOHandler. canImport(ImportContext context, boolean isCollection)
boolean
IOHandler. canImport(ImportContext context, org.apache.jackrabbit.webdav.DavResource resource)
boolean
DefaultHandler. importContent(ImportContext context, boolean isCollection)
boolean
DefaultHandler. importContent(ImportContext context, org.apache.jackrabbit.webdav.DavResource resource)
boolean
IOHandler. importContent(ImportContext context, boolean isCollection)
boolean
IOHandler. importContent(ImportContext context, org.apache.jackrabbit.webdav.DavResource resource)
-
Uses of ImportContext in com.logicaldoc.webdav.io.manager
Methods in com.logicaldoc.webdav.io.manager with parameters of type ImportContext Modifier and Type Method Description boolean
IOManager. importContent(ImportContext context, boolean isCollection)
boolean
IOManager. importContent(ImportContext context, org.apache.jackrabbit.webdav.DavResource resource)
boolean
IOManagerImpl. importContent(ImportContext context, boolean isCollection)
boolean
IOManagerImpl. importContent(ImportContext context, org.apache.jackrabbit.webdav.DavResource resource)
-
Uses of ImportContext in com.logicaldoc.webdav.resource.service
Methods in com.logicaldoc.webdav.resource.service with parameters of type ImportContext Modifier and Type Method Description Resource
ResourceService. createResource(Resource parentResource, String name, boolean isCollection, ImportContext context, DavSession session)
Handle of resource creation by passed parent resource as well as the most import parameters needed for a resource creation.Resource
ResourceServiceImpl. createResource(Resource parentResource, String name, boolean isCollection, ImportContext context, DavSession session)
void
ResourceService. updateResource(Resource resource, ImportContext context, DavSession session)
Updating a resource on passing all new properties though a valid resource object.void
ResourceServiceImpl. updateResource(Resource resource, ImportContext context, DavSession session)
-