Uses of Class
org.exoplatform.services.jcr.webdav.Depth
-
Packages that use Depth Package Description org.exoplatform.services.jcr.webdav.command org.exoplatform.services.jcr.webdav.command.deltav -
-
Uses of Depth in org.exoplatform.services.jcr.webdav.command
Methods in org.exoplatform.services.jcr.webdav.command with parameters of type Depth Modifier and Type Method Description javax.ws.rs.core.ResponseLockCommand. lock(javax.jcr.Session session, String path, org.exoplatform.common.util.HierarchicalProperty body, Depth depth, String timeout)Webdav Lock comand implementation. -
Uses of Depth in org.exoplatform.services.jcr.webdav.command.deltav
Methods in org.exoplatform.services.jcr.webdav.command.deltav with parameters of type Depth Modifier and Type Method Description javax.ws.rs.core.ResponseReportCommand. report(javax.jcr.Session session, String path, org.exoplatform.common.util.HierarchicalProperty body, Depth depth, String baseURI)Webdav Report method implementation.
-