public class EcmsSearchResult
extends org.exoplatform.commons.api.search.data.SearchResult
| Constructor and Description |
|---|
EcmsSearchResult(String url,
String urlOnImage,
String title,
String excerpt,
String detail,
String imageUrl,
long date,
long relevancy,
String fileType,
String nodePath) |
EcmsSearchResult(String url,
String urlOnImage,
String title,
String excerpt,
String detail,
String imageUrl,
long date,
long relevancy,
String fileType,
String nodePath,
Map<String,List<String>> breadcrumb) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
getBreadcrumb() |
String |
getFileType() |
String |
getNodePath() |
void |
setBreadcrumb(Map<String,List<String>> breadcrumb) |
void |
setFileType(String fileType) |
void |
setNodePath(String nodePath) |
public EcmsSearchResult(String url, String urlOnImage, String title, String excerpt, String detail, String imageUrl, long date, long relevancy, String fileType, String nodePath)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.