Uses of Class
com.jalios.jcms.webdav.WebdavResource
- 
Packages that use WebdavResource Package Description com.jalios.jcms.policy com.jalios.jcms.webdav Contains classes which provides webdav access to JPlatform.com.jalios.jcms.webdav.cat Contains classes which provides webdav access to Categorie of JPlatform.com.jalios.jcms.webdav.file Contains classes which provides webdav access to FileDocument of JPlatform. - 
- 
Uses of WebdavResource in com.jalios.jcms.policy
Methods in com.jalios.jcms.policy with parameters of type WebdavResource Modifier and Type Method Description java.lang.StringBasicWebdavPolicyFilter. handleWebdavProperty(java.lang.String property, java.lang.String jcms, WebdavResource res, WebdavContext ctxt)java.lang.StringWebdavPolicyFilter. handleWebdavProperty(java.lang.String property, java.lang.String jcms, WebdavResource res, WebdavContext ctxt)This method handle response for the given property.booleanBasicWebdavPolicyFilter. silentFilterResource(boolean jcms, WebdavResource res, WebdavContext ctxt)booleanWebdavPolicyFilter. silentFilterResource(boolean jcms, WebdavResource res, WebdavContext ctxt)This method is called by CatWebdavFileSystem to ignore custom files like windows thumb.db... - 
Uses of WebdavResource in com.jalios.jcms.webdav
Methods in com.jalios.jcms.webdav that return WebdavResource Modifier and Type Method Description WebdavResourceWebdavResource. getParent(WebdavContext ctxt)This method will return the Parent WebdavResource of the resource.abstract WebdavResourceWebdavFileSystem. getResource(java.lang.String uri, WebdavContext ctxt)Lookup the resource represented by the given URI.Methods in com.jalios.jcms.webdav that return types with arguments of type WebdavResource Modifier and Type Method Description abstract java.util.Collection<WebdavResource>WebdavResource. getChildren(WebdavContext ctxt)Return all the Children of the resource.Methods in com.jalios.jcms.webdav with parameters of type WebdavResource Modifier and Type Method Description voidWebdavLock. acquire(WebdavResource resource, WebdavContext ctxt)This method is called for other mecanism outside of Webdav that need to be notified by lockvoidWebdavFileSystem. afterDoDelete(WebdavResource resource, WebdavContext ctxt)Must be called by Sub Implementation to resolve properties and locks problem.voidWebdavFileSystem. afterDoMove(WebdavResource source, WebdavResource target, boolean overwrite, boolean recursive, WebdavContext ctxt)Must be called by Sub Implementation to resolve properties and locks problem.intWebdavResource. compareTo(WebdavResource otherRes)booleanWebdavFileSystem. doCopy(WebdavResource source, WebdavResource target, boolean overwrite, boolean recursive, WebdavContext ctxt)This method perform copy from one Webdav Resource to an Otherabstract booleanWebdavFileSystem. doCreate(WebdavResource resource, boolean overwrite, boolean isFolder, WebdavContext ctxt)This method perform create from one Webdav ResourcebooleanWebdavFileSystem. doDelete(WebdavResource resource, boolean recursive, WebdavContext ctxt)This method perform delete from one Webdav ResourceWebdavLockWebdavFileSystem. doLock(WebdavResource resource, WebdavContext ctxt)This method will parse header to identify and create lock or locks on the given resource If Errors append or Lock only need a refresh then return false otherwise return true.booleanWebdavFileSystem. doMove(WebdavResource source, WebdavResource target, boolean overwrite, boolean recursive, WebdavContext ctxt)This method perform move from one Webdav Resource to an OtherbooleanWebdavFileSystem. doPut(WebdavResource resource, boolean overwrite, WebdavContext ctxt)This method will do a create/overwrite a File or a FolderbooleanWebdavFileSystem. doUnlock(WebdavResource resource, WebdavContext ctxt)This method will unlock the given resource lock defined in the if header.java.util.Collection<WebdavLock>WebdavFileSystem. getDescendantLocks(WebdavResource resource, WebdavContext ctxt)This method will return locks of descendant on the given resourcejava.util.Collection<WebdavLock>WebdavFileSystem. getLocks(WebdavResource resource, WebdavContext ctxt)This method will return all locks on the given resource and on all the parent collection.protected java.lang.StringWebdavManager. getMethodsAllowed(WebdavResource res, WebdavContext ctxt)java.lang.StringWebdavPolicyManager. handleWebdavProperty(java.lang.String property, java.lang.String jcms, WebdavResource res, WebdavContext ctxt)booleanWebdavFileSystem. hasInternalLock(WebdavResource res, WebdavContext ctxt)This method is called for other mecanism outside of WebdavbooleanWebdavFileSystem. isInternallyLocked(WebdavResource res, WebdavContext ctxt)This method is called for other mecanism outside of Webdavabstract WebdavLockWebdavFileSystem. newLock(WebdavResource resource, WebdavContext ctxt)This method will return a new WebdavLock implementationWebdavLockWebdavFileSystem. putLock(WebdavLock lock, WebdavResource resource, WebdavContext ctxt)This method will put a lock on single given resourceWebdavLockWebdavFileSystem. putLocks(WebdavLock lock, WebdavResource resource, WebdavContext ctxt)This method will put a lock on the given resource and its childrenvoidWebdavLock. refresh(WebdavResource resource, WebdavContext ctxt)This method is called for other mecanism outside of Webdav that need to be notified by unlockWebdavLockWebdavFileSystem. refreshLock(WebdavResource resource, WebdavContext ctxt)This method will refresh a lock on the given resource and returned the refreshed lock if any or null otherwise.voidWebdavLock. release(WebdavResource resource, WebdavContext ctxt)This method is called for other mecanism outside of Webdav that need to be notified by unlockbooleanWebdavFileSystem. removeLock(WebdavLock lock, WebdavResource resource, WebdavContext ctxt)This method will remove tokens on the given resource and its children If there is no more tokens then remove the lock.booleanWebdavFileSystem. removeLocks(WebdavResource resource, WebdavContext ctxt)This method will remove all lock for a given resource and its children (shared lock will also be removed)voidWebdavContext. sendFile(int code, WebdavResource resource, boolean printContent)Send a File throught responsevoidWebdavContext. sendHtml(int code, java.lang.String html, WebdavResource resource, boolean printContent)Send html representation of a Webdav Folder throught responseprotected booleanWebdavFileSystem. silentFilterResource(WebdavResource resource, WebdavContext ctxt)Return true if the resource should be silently ignored.booleanWebdavPolicyManager. silentFilterResource(boolean jcms, WebdavResource res, WebdavContext ctxt)java.lang.StringWebdavContext. writeHtmlFolder(WebdavResource res)This method will generate an HTML Page representing a Web Folder TODO: Should Format Strings to be Web Compatiblejava.util.List<org.jdom.Element>WebdavContext. writePropPatch(WebdavResource resource, java.util.List<WebdavProperty> wdPropList)Write PropPatch XML answer for the given WebdavResource. - 
Uses of WebdavResource in com.jalios.jcms.webdav.cat
Subclasses of WebdavResource in com.jalios.jcms.webdav.cat Modifier and Type Class Description classCatWebdavResourceA File Representation of a resource in the Webdav FileSystemMethods in com.jalios.jcms.webdav.cat that return WebdavResource Modifier and Type Method Description WebdavResourceCatWebdavFileSystem. getResource(java.lang.String uri, WebdavContext ctxt)Methods in com.jalios.jcms.webdav.cat that return types with arguments of type WebdavResource Modifier and Type Method Description java.util.Collection<WebdavResource>CatWebdavResource. getChildren(WebdavContext ctxt)Methods in com.jalios.jcms.webdav.cat with parameters of type WebdavResource Modifier and Type Method Description voidCatWebdavLock. acquire(WebdavResource resource, WebdavContext ctxt)This method is called for other mecanism outside of Webdav that need to be notified by lockbooleanCatWebdavFileSystem. copyFolder(WebdavResource src, WebdavResource tgt, boolean overwrite, boolean recursive, WebdavContext ctxt)booleanCatWebdavFileSystem. copyMoveFile(WebdavResource src, WebdavResource tgt, boolean move, WebdavContext ctxt)This method Copy/Move a resource to a given target locationbooleanCatWebdavFileSystem. createFile(WebdavResource res, WebdavContext ctxt)Create a resource child of a given folder with the given name If child already exists in JCMS then recaterize itbooleanCatWebdavFileSystem. createFolder(WebdavResource res, WebdavContext ctxt)Create a given target folderbooleanCatWebdavFileSystem. deleteFile(WebdavResource res, WebdavContext ctxt)Delete a given target filebooleanCatWebdavFileSystem. deleteFolder(WebdavResource res, WebdavContext ctxt)Delete a given target folderbooleanCatWebdavFileSystem. doCopy(WebdavResource source, WebdavResource target, boolean overwrite, boolean recursive, WebdavContext ctxt)booleanCatWebdavFileSystem. doCreate(WebdavResource resource, boolean overwrite, boolean isFolder, WebdavContext ctxt)booleanCatWebdavFileSystem. doDelete(WebdavResource resource, boolean recursive, WebdavContext ctxt)booleanCatWebdavFileSystem. doMove(WebdavResource source, WebdavResource target, boolean overwrite, boolean recursive, WebdavContext ctxt)booleanCatWebdavFileSystem. isReadable(WebdavResource res, boolean recursive, WebdavContext ctxt)Check if the resource is ReadablebooleanCatWebdavFileSystem. isWritable(WebdavResource res, boolean recursive, boolean overwrite, WebdavContext ctxt)Check if the resource is WritablebooleanCatWebdavFileSystem. moveFolder(WebdavResource src, WebdavResource tgt, boolean overwrite, boolean recursive, WebdavContext ctxt)This method will move a given source to target location If target folder already exists then: - Copy all children of the target under source - Then copy all children of source under target - Then remove sourceWebdavLockCatWebdavFileSystem. newLock(WebdavResource resource, WebdavContext ctxt)voidCatWebdavLock. refresh(WebdavResource resource, WebdavContext ctxt)This method is called for other mecanism outside of Webdav that need to be notified by unlockvoidCatWebdavLock. release(WebdavResource resource, WebdavContext ctxt)This method is called for other mecanism outside of Webdav that need to be notified by unlockbooleanCatWebdavFileSystem. renameFile(WebdavResource src, WebdavResource tgt, WebdavContext ctxt)Rename the given WebdavResource file to the given target resourcebooleanCatWebdavFileSystem. renameFolder(WebdavResource src, WebdavResource tgt, WebdavContext ctxt)Rename the given WebdavResource folder to the given target resourceprotected booleanCatWebdavFileSystem. silentFilterResource(WebdavResource resource, WebdavContext ctxt) - 
Uses of WebdavResource in com.jalios.jcms.webdav.file
Subclasses of WebdavResource in com.jalios.jcms.webdav.file Modifier and Type Class Description classFileWebdavResourceA File Representation of a resource in the Webdav FileSystemMethods in com.jalios.jcms.webdav.file that return WebdavResource Modifier and Type Method Description WebdavResourceFileWebdavFileSystem. getResource(java.lang.String uri, WebdavContext ctxt)Methods in com.jalios.jcms.webdav.file that return types with arguments of type WebdavResource Modifier and Type Method Description java.util.Collection<WebdavResource>FileWebdavResource. getChildren(WebdavContext ctxt)Methods in com.jalios.jcms.webdav.file with parameters of type WebdavResource Modifier and Type Method Description booleanFileWebdavFileSystem. doCopy(WebdavResource source, WebdavResource target, boolean overwrite, boolean recursive, WebdavContext ctxt)booleanFileWebdavFileSystem. doCreate(WebdavResource resource, boolean overwrite, boolean isFolder, WebdavContext ctxt)booleanFileWebdavFileSystem. doDelete(WebdavResource resource, boolean recursive, WebdavContext ctxt)booleanFileWebdavFileSystem. doMove(WebdavResource source, WebdavResource target, boolean overwrite, boolean recursive, WebdavContext ctxt)WebdavLockFileWebdavFileSystem. newLock(WebdavResource resource, WebdavContext ctxt) 
 -