Example usage for com.liferay.portal.kernel.webdav.methods Method PROPFIND

List of usage examples for com.liferay.portal.kernel.webdav.methods Method PROPFIND

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.webdav.methods Method PROPFIND.

Prototype

String PROPFIND

To view the source code for com.liferay.portal.kernel.webdav.methods Method PROPFIND.

Click Source Link

Usage

From source file:com.liferay.document.library.webdav.test.BaseWebDAVTestCase.java

License:Open Source License

public Tuple servicePropFind(String name) {
    return service(Method.PROPFIND, name, null, _PROPFIND_XML.getBytes());
}