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 classImportContextImplFor 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 booleanDefaultHandler. canImport(ImportContext context, boolean isCollection)booleanDefaultHandler. canImport(ImportContext context, org.apache.jackrabbit.webdav.DavResource resource)booleanIOHandler. canImport(ImportContext context, boolean isCollection)booleanIOHandler. canImport(ImportContext context, org.apache.jackrabbit.webdav.DavResource resource)booleanDefaultHandler. importContent(ImportContext context, boolean isCollection)booleanDefaultHandler. importContent(ImportContext context, org.apache.jackrabbit.webdav.DavResource resource)booleanIOHandler. importContent(ImportContext context, boolean isCollection)booleanIOHandler. 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 booleanIOManager. importContent(ImportContext context, boolean isCollection)booleanIOManager. importContent(ImportContext context, org.apache.jackrabbit.webdav.DavResource resource)booleanIOManagerImpl. importContent(ImportContext context, boolean isCollection)booleanIOManagerImpl. 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 ResourceResourceService. createResource(Resource parentResource, String name, boolean isCollection, ImportContext context, WebdavSession session)Handle of resource creation by passed parent resource as well as the most import parameters needed for a resource creation.ResourceResourceServiceImpl. createResource(Resource parentResource, String name, boolean isCollection, ImportContext context, WebdavSession session)voidResourceService. updateResource(Resource resource, ImportContext context, WebdavSession session)Updating a resource on passing all new properties though a valid resource object.voidResourceServiceImpl. updateResource(Resource resource, ImportContext context, WebdavSession session)
-