| java.lang.Object com.liferay.documentlibrary.util.Indexer
Method Summary | |
public static void | addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName) | public static void | addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String properties, String[] tagsEntries) | public static void | deleteFile(long companyId, String portletId, long repositoryId, String fileName) | public static Document | getAddFileDocument(long companyId, String portletId, long groupId, long repositoryId, String fileName) | public static Document | getAddFileDocument(long companyId, String portletId, long groupId, long repositoryId, String fileName, String properties, String[] tagsEntries) | public DocumentSummary | getDocumentSummary(com.liferay.portal.kernel.search.Document doc, PortletURL portletURL) | public void | reIndex(String[] ids) | public static void | updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String properties, String[] tagsEntries) |
getAddFileDocument | public static Document getAddFileDocument(long companyId, String portletId, long groupId, long repositoryId, String fileName) throws IOException(Code) | | |
getAddFileDocument | public static Document getAddFileDocument(long companyId, String portletId, long groupId, long repositoryId, String fileName, String properties, String[] tagsEntries) throws IOException(Code) | | |
|
|