Example usage for com.liferay.portal.search.test.util.indexing DocumentFixture newDocument

List of usage examples for com.liferay.portal.search.test.util.indexing DocumentFixture newDocument

Introduction

In this page you can find the example usage for com.liferay.portal.search.test.util.indexing DocumentFixture newDocument.

Prototype

public static Document newDocument(long companyId, long groupId, String entryClassName) 

Source Link

Usage

From source file:com.liferay.dynamic.data.mapping.internal.util.DDMIndexerImplTest.java

License:Open Source License

protected Document createDocument() {
    return DocumentFixture.newDocument(RandomTestUtil.randomLong(), RandomTestUtil.randomLong(),
            DDMForm.class.getName());
}